Home
last modified time | relevance | path

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

/include/trace/hooks/
Dbinder.h45 TP_PROTO(struct list_head **list, struct binder_thread *thread, struct binder_proc *proc,
47 TP_ARGS(list, thread, proc, wait_for_proc_work, nothing_to_do));
54 struct binder_thread *thread, uint32_t cmd),
55 TP_ARGS(t, proc, thread, cmd));
61 struct binder_thread *thread, struct binder_work *w,
63 TP_ARGS(t, proc, thread, w, head, sync, special_task));
65 TP_PROTO(struct binder_proc *proc, struct binder_thread *thread,
67 TP_ARGS(proc, thread, buffer, has_transaction));
72 struct binder_thread *thread,
75 TP_ARGS(caller_task, cmd, arg, thread, proc, ret));
[all …]
/include/linux/iio/
Dtriggered_buffer.h14 irqreturn_t (*thread)(int irq, void *p),
20 #define iio_triggered_buffer_setup(indio_dev, h, thread, setup_ops) \ argument
21 iio_triggered_buffer_setup_ext((indio_dev), (h), (thread), \
28 irqreturn_t (*thread)(int irq, void *p),
33 #define devm_iio_triggered_buffer_setup(dev, indio_dev, h, thread, setup_ops) \ argument
34 devm_iio_triggered_buffer_setup_ext((dev), (indio_dev), (h), (thread), \
Dtrigger_consumer.h33 irqreturn_t (*thread)(int irq, void *p); member
43 irqreturn_t (*thread)(int irq, void *p),
Dtriggered_event.h9 irqreturn_t (*thread)(int irq, void *p));
/include/linux/
Dpktcdvd.h56 struct task_struct *thread; member
Dvfio.h357 void (*thread)(void *, void *); member
368 void (*thread)(void *, void *), void *data,
Dw1.h232 struct task_struct *thread; member
Dcpu.h43 int cpu, unsigned int *thread);
DmISDNif.h508 struct task_struct *thread; member
Dof.h356 extern struct device_node *of_get_cpu_node(int cpu, unsigned int *thread);
362 extern u64 of_get_cpu_hwid(struct device_node *cpun, unsigned int thread);
641 unsigned int *thread) in of_get_cpu_node() argument
Dinterrupt.h128 struct task_struct *thread; member
Dsched.h1687 struct thread_struct thread; member
Dnetdevice.h379 struct task_struct *thread; member
/include/pcmcia/
Dss.h184 struct task_struct *thread; member
/include/soc/tegra/
Dbpmp.h27 } cpu_tx, thread, cpu_rx; member
/include/linux/sched/
Dtask.h205 *size = arch_task_struct_size - offsetof(struct task_struct, thread); in arch_thread_struct_whitelist()