MCPcopy Create free account
hub / github.com/F-Stack/f-stack / blockcount_read

Function blockcount_read

freebsd/sys/_blockcount.h:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44#define _BLOCKCOUNT_WAITERS(c) (((c) & _BLOCKCOUNT_WAITERS_FLAG) != 0)
45
46static inline unsigned int
47blockcount_read(blockcount_t *count)
48{
49 return (_BLOCKCOUNT_COUNT(atomic_load_int(&count->__count)));
50}
51
52#endif /* !__SYS__BLOCKCOUNT_H__ */

Callers 8

vfs_vmio_iodoneFunction · 0.85
_blockcount_sleepFunction · 0.85
vm_object_zdtorFunction · 0.85
vm_fault_populateFunction · 0.85
vm_object_busiedFunction · 0.85
vm_pager_populateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected