Home
last modified time | relevance | path

Searched refs:allfiles_scan_exclusive (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/sys/
H A Dfiledesc.h192 void allfiles_scan_exclusive(int (*callback)(struct file *, void *), void *data);
/dragonfly/sys/kern/
H A Duipc_usrreq.c1866 allfiles_scan_exclusive(unp_gc_clearmarks, NULL); in unp_gc()
1869 allfiles_scan_exclusive(unp_gc_checkmarks, &info); in unp_gc()
1921 allfiles_scan_exclusive(unp_gc_checkrefs, &info); in unp_gc()
H A Dkern_descrip.c1905 allfiles_scan_exclusive(fdrevoke_check_callback, &info); in fdrevoke()
3297 allfiles_scan_exclusive(int (*callback)(struct file *, void *), void *data) in allfiles_scan_exclusive() function