Searched defs:thread_fn (Results 1 – 13 of 13) sorted by relevance
/linux/drivers/pci/ |
A D | irq.c | 34 irq_handler_t thread_fn, void *dev_id, const char *fmt, ...) in pci_request_irq()
|
/linux/include/linux/ |
A D | smpboot.h | 35 void (*thread_fn)(unsigned int cpu); member
|
A D | padata.h | 142 void (*thread_fn)(unsigned long start, unsigned long end, void *arg); member
|
A D | interrupt.h | 123 irq_handler_t thread_fn; member
|
A D | ntb.h | 1671 irq_handler_t thread_fn, in ntbm_msi_request_threaded_irq()
|
/linux/tools/perf/tests/ |
A D | mmap-thread-lookup.c | 54 static void *thread_fn(void *arg) in thread_fn() function
|
/linux/kernel/irq/ |
A D | devres.c | 52 irq_handler_t handler, irq_handler_t thread_fn, in devm_request_threaded_irq()
|
A D | manage.c | 2113 irq_handler_t thread_fn, unsigned long irqflags, in request_threaded_irq()
|
/linux/drivers/ntb/ |
A D | msi.c | 280 irq_handler_t thread_fn, in ntbm_msi_request_threaded_irq()
|
/linux/drivers/remoteproc/ |
A D | qcom_wcnss.c | 467 irq_handler_t thread_fn) in wcnss_request_irq()
|
/linux/drivers/thermal/qcom/ |
A D | tsens.c | 1008 irq_handler_t thread_fn) in tsens_register_irq()
|
/linux/drivers/misc/lis3lv02d/ |
A D | lis3lv02d.c | 1126 irq_handler_t thread_fn; in lis3lv02d_init_device() local
|
/linux/virt/kvm/ |
A D | kvm_main.c | 5577 kvm_vm_thread_fn_t thread_fn; member 5590 kvm_vm_thread_fn_t thread_fn = init_context->thread_fn; in kvm_vm_worker_thread() local 5626 int kvm_vm_create_worker_thread(struct kvm *kvm, kvm_vm_thread_fn_t thread_fn, in kvm_vm_create_worker_thread()
|
Completed in 35 milliseconds