/kernel/power/ |
D | process.c | 34 struct task_struct *g, *p; in try_to_freeze_tasks() local 48 do_each_thread(g, p) { in try_to_freeze_tasks() 64 } while_each_thread(g, p); in try_to_freeze_tasks() 99 do_each_thread(g, p) { in try_to_freeze_tasks() 105 } while_each_thread(g, p); in try_to_freeze_tasks() 141 struct task_struct *g, *p; in thaw_tasks() local 144 do_each_thread(g, p) { in thaw_tasks() 155 } while_each_thread(g, p); in thaw_tasks()
|
D | fbearlysuspend.c | 118 static struct attribute *g[] = { variable 125 .attrs = g,
|
D | main.c | 587 static struct attribute * g[] = { variable 603 .attrs = g,
|
D | disk.c | 875 static struct attribute * g[] = { variable 884 .attrs = g,
|
D | Kconfig | 95 suspend-to-RAM state (e.g. the ACPI S3 state). 258 notification of APM "events" (e.g. battery status change).
|
/kernel/ |
D | timeconst.pl | 229 my $g = bgcd($n, $d); 230 return ($n/$g, $d/$g); 252 my $s, $m, $a, $g;
|
D | softlockup.c | 232 struct task_struct *g, *t; in check_hung_uninterruptible_tasks() local 242 do_each_thread(g, t) { in check_hung_uninterruptible_tasks() 248 } while_each_thread(g, t); in check_hung_uninterruptible_tasks()
|
D | sys.c | 148 struct task_struct *g, *p; in SYSCALL_DEFINE3() local 191 do_each_thread(g, p) in SYSCALL_DEFINE3() 194 while_each_thread(g, p); in SYSCALL_DEFINE3() 213 struct task_struct *g, *p; in SYSCALL_DEFINE2() local 254 do_each_thread(g, p) in SYSCALL_DEFINE2() 260 while_each_thread(g, p); in SYSCALL_DEFINE2() 1004 struct task_struct *g; in SYSCALL_DEFINE2() local 1007 g = pid_task(pgrp, PIDTYPE_PGID); in SYSCALL_DEFINE2() 1008 if (!g || task_session(g) != task_session(group_leader)) in SYSCALL_DEFINE2()
|
D | sched_debug.c | 126 struct task_struct *g, *p; in print_rq() local 138 do_each_thread(g, p) { in print_rq() 143 } while_each_thread(g, p); in print_rq()
|
D | kgdb.c | 993 struct task_struct *g; in gdb_cmd_query() local 1024 do_each_thread(g, p) { in gdb_cmd_query() 1035 } while_each_thread(g, p); in gdb_cmd_query()
|
D | exit.c | 620 struct task_struct *c, *g, *p = current; in mm_update_next_owner() local 647 do_each_thread(g, c) { in mm_update_next_owner() 650 } while_each_thread(g, c); in mm_update_next_owner()
|
D | sched.c | 6020 struct task_struct *g, *p; in show_state_filter() local 6030 do_each_thread(g, p) { in show_state_filter() 6038 } while_each_thread(g, p); in show_state_filter() 8624 struct task_struct *g, *p; in normalize_rt_tasks() local 8629 do_each_thread(g, p) { in normalize_rt_tasks() 8660 } while_each_thread(g, p); in normalize_rt_tasks() 9104 struct task_struct *g, *p; in tg_has_rt_tasks() local 9106 do_each_thread(g, p) { in tg_has_rt_tasks() 9109 } while_each_thread(g, p); in tg_has_rt_tasks()
|
D | lockdep.c | 3397 struct task_struct *g, *p; in debug_show_all_locks() local 3430 do_each_thread(g, p) { in debug_show_all_locks() 3443 } while_each_thread(g, p); in debug_show_all_locks()
|
D | cgroup.c | 1788 struct task_struct *p, *g; in cgroup_enable_task_cg_lists() local 1791 do_each_thread(g, p) { in cgroup_enable_task_cg_lists() 1801 } while_each_thread(g, p); in cgroup_enable_task_cg_lists()
|
/kernel/trace/ |
D | ftrace.c | 1993 struct task_struct *g, *t; in alloc_retstack_tasklist() local 2008 do_each_thread(g, t) { in alloc_retstack_tasklist() 2022 } while_each_thread(g, t); in alloc_retstack_tasklist()
|
D | Kconfig | 326 However, it should be safe to use on e.g. unused portion of VRAM.
|