Searched refs:llist_for_each_entry_safe (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/include/linux/ |
D | llist.h | 144 #define llist_for_each_entry_safe(pos, n, node, member) \ macro
|
/linux-4.1.27/kernel/ |
D | smp.c | 240 llist_for_each_entry_safe(csd, csd_next, entry, llist) { in flush_smp_call_function_queue()
|
/linux-4.1.27/drivers/tty/ |
D | tty_buffer.c | 127 llist_for_each_entry_safe(p, next, llist, free) in tty_buffer_free_all()
|
/linux-4.1.27/fs/ocfs2/ |
D | quota_global.c | 691 llist_for_each_entry_safe(odquot, next_odquot, list, list) { in ocfs2_drop_dquot_refs()
|
/linux-4.1.27/fs/f2fs/ |
D | segment.c | 314 llist_for_each_entry_safe(cmd, next, in issue_flush_thread()
|