Home
last modified time | relevance | path

Searched refs:g (Results 1 – 16 of 16) sorted by relevance

/kernel/power/
Dprocess.c34 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()
Dfbearlysuspend.c118 static struct attribute *g[] = { variable
125 .attrs = g,
Dmain.c587 static struct attribute * g[] = { variable
603 .attrs = g,
Ddisk.c875 static struct attribute * g[] = { variable
884 .attrs = g,
DKconfig95 suspend-to-RAM state (e.g. the ACPI S3 state).
258 notification of APM "events" (e.g. battery status change).
/kernel/
Dtimeconst.pl229 my $g = bgcd($n, $d);
230 return ($n/$g, $d/$g);
252 my $s, $m, $a, $g;
Dsoftlockup.c232 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()
Dsys.c148 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()
Dsched_debug.c126 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()
Dkgdb.c993 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()
Dexit.c620 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()
Dsched.c6020 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()
Dlockdep.c3397 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()
Dcgroup.c1788 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/
Dftrace.c1993 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()
DKconfig326 However, it should be safe to use on e.g. unused portion of VRAM.