Searched refs:while_each_thread (Results 1 – 23 of 23) sorted by relevance
/linux-4.1.27/lib/ |
D | is_single_threaded.c | 51 } while_each_thread(p, t); in current_is_single_threaded()
|
/linux-4.1.27/block/ |
D | ioprio.c | 131 } while_each_thread(g, p); in SYSCALL_DEFINE3() 232 } while_each_thread(g, p); in SYSCALL_DEFINE2()
|
/linux-4.1.27/include/linux/ |
D | pid.h | 197 } while_each_thread(tg___, task); \
|
D | sched.h | 2551 #define while_each_thread(g, t) \ macro
|
/linux-4.1.27/kernel/debug/kdb/ |
D | kdb_private.h | 235 #define kdb_while_each_thread(g, p) while_each_thread(g, p)
|
/linux-4.1.27/fs/ |
D | fs_struct.c | 80 } while_each_thread(g, p); in chroot_fs_refs()
|
D | coredump.c | 297 } while_each_thread(start, t); in zap_process() 372 } while_each_thread(g, p); in zap_threads()
|
D | exec.c | 1268 while_each_thread(p, t) { in check_unsafe_exec()
|
/linux-4.1.27/kernel/ |
D | cpu.c | 321 } while_each_thread(g, p); in check_for_tasks()
|
D | taskstats.c | 244 } while_each_thread(first, tsk); in fill_stats_for_tgid()
|
D | signal.c | 984 } while_each_thread(p, t); in complete_signal() 1246 while_each_thread(p, t) { in zap_other_threads() 2040 while_each_thread(current, t) { in do_signal_stop() 2417 while_each_thread(tsk, t) { in retarget_shared_pending()
|
D | sys.c | 227 } while_each_thread(g, p); in SYSCALL_DEFINE3() 298 } while_each_thread(g, p); in SYSCALL_DEFINE2() 1593 } while_each_thread(p, t); in k_getrusage()
|
D | cgroup.c | 1599 } while_each_thread(g, p); in cgroup_enable_task_cg_lists() 2277 } while_each_thread(leader, task); in cgroup_migrate() 2365 } while_each_thread(leader, task); in cgroup_attach_task()
|
D | exit.c | 1509 } while_each_thread(current, tsk); in do_wait()
|
/linux-4.1.27/kernel/debug/ |
D | gdbstub.c | 737 } while_each_thread(g, p); in gdb_cmd_query()
|
/linux-4.1.27/fs/proc/ |
D | array.c | 431 } while_each_thread(task, t); in do_task_stat()
|
D | base.c | 2358 while_each_thread(task, t) in do_io_accounting() 3114 } while_each_thread(task, pos); in first_tid()
|
/linux-4.1.27/mm/ |
D | kmemleak.c | 1377 } while_each_thread(g, p); in kmemleak_scan()
|
/linux-4.1.27/arch/ia64/kernel/ |
D | mca.c | 1638 } while_each_thread (g, t); in default_monarch_init_process()
|
D | perfmon.c | 4150 } while_each_thread (g, t); in pfm_check_task_exist()
|
/linux-4.1.27/drivers/tty/ |
D | tty_io.c | 3095 } while_each_thread(g, p); in __do_SAK()
|
/linux-4.1.27/kernel/locking/ |
D | lockdep.c | 4212 } while_each_thread(g, p); in debug_show_all_locks()
|
/linux-4.1.27/kernel/trace/ |
D | ftrace.c | 5684 } while_each_thread(g, t); in alloc_retstack_tasklist()
|