Searched refs:worklist_remove (Results 1 – 1 of 1) sorted by relevance
1015 static void worklist_remove(struct worklist *, int);1019 #define WORKLIST_REMOVE(item) worklist_remove(item, 1)1020 #define WORKLIST_REMOVE_UNLOCKED(item) worklist_remove(item, 0)1039 worklist_remove(item, locked) in worklist_remove() function