Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Drust_binder_events.h55 TP_PROTO(bool proc_work, bool transaction_stack, bool thread_todo),
56 TP_ARGS(proc_work, transaction_stack, thread_todo),
58 __field(bool, proc_work)
63 __entry->proc_work = proc_work;
68 __entry->proc_work, __entry->transaction_stack,
H A Dtrace.rs18 unsafe fn binder_wait_for_work(proc_work: bool, transaction_stack: bool, thread_todo: bool);
63 pub(crate) fn trace_wait_for_work(proc_work: bool, transaction_stack: bool, thread_todo: bool) { in trace_wait_for_work()
65 unsafe { binder_wait_for_work(proc_work, transaction_stack, thread_todo) } in trace_wait_for_work()
/linux/drivers/scsi/ibmvscsi_tgt/
H A Dibmvscsi_tgt.h299 struct work_struct proc_work; member