Searched refs:worklist_insert (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/sys/ufs/ffs/
H A Dffs_softdep.c1065 static void worklist_insert(struct workhead *, struct worklist *, int);
1068 #define WORKLIST_INSERT(head, item) worklist_insert(head, item, 1)
1069 #define WORKLIST_INSERT_UNLOCKED(head, item) worklist_insert(head, item, 0)
1074 worklist_insert(head, item, locked) function
1083 panic("worklist_insert: %p %s(0x%X) already on list",

Completed in 136 milliseconds