Home
last modified time | relevance | path

Searched refs:proc_work (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/android/
Dbinder_trace.h88 TP_PROTO(bool proc_work, bool transaction_stack, bool thread_todo),
89 TP_ARGS(proc_work, transaction_stack, thread_todo),
92 __field(bool, proc_work)
97 __entry->proc_work = proc_work;
102 __entry->proc_work, __entry->transaction_stack,
/linux-4.4.14/include/linux/
Dpid_namespace.h43 struct work_struct proc_work; member
/linux-4.4.14/kernel/
Dpid_namespace.c75 struct pid_namespace *ns = container_of(work, struct pid_namespace, proc_work); in proc_cleanup_work()
118 INIT_WORK(&ns->proc_work, proc_cleanup_work); in create_pid_namespace()
Dpid.c285 schedule_work(&ns->proc_work); in free_pid()