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

/linux-4.4.14/arch/x86/kernel/cpu/mcheck/
H A Dmce-genpool.c40 llist_for_each_entry_safe(node, tmp, head, llnode) { llist_for_each_entry_safe() function
/linux-4.4.14/include/linux/
H A Dllist.h128 * llist_for_each_entry_safe - iterate over some deleted entries of lock-less list of given type
144 #define llist_for_each_entry_safe(pos, n, node, member) \ macro
/linux-4.4.14/drivers/tty/
H A Dtty_buffer.c127 llist_for_each_entry_safe(p, next, llist, free) tty_buffer_free_all()
/linux-4.4.14/kernel/
H A Dsmp.c240 llist_for_each_entry_safe(csd, csd_next, entry, llist) { llist_for_each_entry_safe() function
/linux-4.4.14/fs/ocfs2/
H A Dquota_global.c691 llist_for_each_entry_safe(odquot, next_odquot, list, list) { llist_for_each_entry_safe() function
/linux-4.4.14/fs/f2fs/
H A Dsegment.c339 llist_for_each_entry_safe(cmd, next, issue_flush_thread()

Completed in 289 milliseconds