/drivers/mailbox/ |
D | mtk-cmdq-mailbox.c | 65 struct cmdq_thread *thread; member 75 struct cmdq_thread *thread; member 94 static int cmdq_thread_suspend(struct cmdq *cmdq, struct cmdq_thread *thread) in cmdq_thread_suspend() 114 static void cmdq_thread_resume(struct cmdq_thread *thread) in cmdq_thread_resume() 130 static int cmdq_thread_reset(struct cmdq *cmdq, struct cmdq_thread *thread) in cmdq_thread_reset() 146 static void cmdq_thread_disable(struct cmdq *cmdq, struct cmdq_thread *thread) in cmdq_thread_disable() 153 static void cmdq_thread_invalidate_fetched_data(struct cmdq_thread *thread) in cmdq_thread_invalidate_fetched_data() 162 struct cmdq_thread *thread = task->thread; in cmdq_task_insert_into_thread() local 179 static bool cmdq_thread_is_in_wfe(struct cmdq_thread *thread) in cmdq_thread_is_in_wfe() 199 struct cmdq_thread *thread = task->thread; in cmdq_task_handle_error() local [all …]
|
/drivers/android/ |
D | binder.c | 433 binder_enqueue_deferred_thread_work_ilocked(struct binder_thread *thread, in binder_enqueue_deferred_thread_work_ilocked() 451 binder_enqueue_thread_work_ilocked(struct binder_thread *thread, in binder_enqueue_thread_work_ilocked() 478 binder_enqueue_thread_work(struct binder_thread *thread, in binder_enqueue_thread_work() 525 static bool binder_has_work_ilocked(struct binder_thread *thread, in binder_has_work_ilocked() 534 static bool binder_has_work(struct binder_thread *thread, bool do_proc_work) in binder_has_work() 545 static bool binder_available_for_proc_work_ilocked(struct binder_thread *thread) in binder_available_for_proc_work_ilocked() 557 struct binder_thread *thread; in binder_wakeup_poll_threads_ilocked() local 587 struct binder_thread *thread; in binder_select_thread_ilocked() local 617 struct binder_thread *thread, in binder_wakeup_thread_ilocked() 649 struct binder_thread *thread = binder_select_thread_ilocked(proc); in binder_wakeup_proc_ilocked() local [all …]
|
/drivers/acpi/acpica/ |
D | dswstate.c | 412 struct acpi_walk_state *acpi_ds_get_current_walk_state(struct acpi_thread_state in acpi_ds_get_current_walk_state() 442 struct acpi_thread_state *thread) in acpi_ds_push_walk_state() 466 struct acpi_walk_state *acpi_ds_pop_walk_state(struct acpi_thread_state *thread) in acpi_ds_pop_walk_state() 511 struct acpi_thread_state in acpi_ds_create_walk_state()
|
D | exmutex.c | 37 struct acpi_thread_state *thread = obj_desc->mutex.owner_thread; in acpi_ex_unlink_mutex() local 80 struct acpi_thread_state *thread) in acpi_ex_link_mutex() 461 void acpi_ex_release_all_mutexes(struct acpi_thread_state *thread) in acpi_ex_release_all_mutexes()
|
D | dsdebug.c | 94 struct acpi_thread_state *thread; in acpi_ds_dump_method_stack() local
|
D | dbobject.c | 37 struct acpi_thread_state *thread; in acpi_db_dump_method_info() local
|
D | psparse.c | 411 struct acpi_thread_state *thread; in acpi_ps_parse_aml() local
|
D | dsmethod.c | 456 acpi_ds_call_control_method(struct acpi_thread_state *thread, in acpi_ds_call_control_method()
|
/drivers/net/ethernet/marvell/mvpp2/ |
D | mvpp2_main.c | 148 static void mvpp2_thread_write(struct mvpp2 *priv, unsigned int thread, in mvpp2_thread_write() 154 static u32 mvpp2_thread_read(struct mvpp2 *priv, unsigned int thread, in mvpp2_thread_read() 160 static void mvpp2_thread_write_relaxed(struct mvpp2 *priv, unsigned int thread, in mvpp2_thread_write_relaxed() 166 static u32 mvpp2_thread_read_relaxed(struct mvpp2 *priv, unsigned int thread, in mvpp2_thread_read_relaxed() 443 unsigned int thread = mvpp2_cpu_to_thread(priv, get_cpu()); in mvpp2_bm_bufs_get_addrs() local 587 unsigned int thread = mvpp2_cpu_to_thread(priv, get_cpu()); in mvpp2_bm_pool_cleanup() local 764 unsigned int thread = mvpp2_cpu_to_thread(port->priv, get_cpu()); in mvpp2_bm_pool_put() local 2163 unsigned int thread = in mvpp2_aggr_desc_num_check() local 2185 unsigned int thread = mvpp2_cpu_to_thread(port->priv, smp_processor_id()); in mvpp2_txq_alloc_reserved_desc() local 2206 unsigned int thread; in mvpp2_txq_reserved_desc_num_proc() local [all …]
|
/drivers/dma/ |
D | dmatest.c | 251 struct dmatest_thread *thread; in is_threaded_test_run() local 267 struct dmatest_thread *thread; in is_threaded_test_pending() local 431 struct dmatest_thread *thread = in dmatest_callback() local 570 struct dmatest_thread *thread = data; in dmatest_func() local 934 struct dmatest_thread *thread; in dmatest_cleanup_channel() local 957 struct dmatest_thread *thread; in dmatest_add_threads() local 1121 struct dmatest_thread *thread; in run_pending_tests() local 1309 struct dmatest_thread *thread; in dmatest_test_list_get() local
|
/drivers/infiniband/hw/hfi1/ |
D | driver.c | 712 static noinline int max_packet_exceeded(struct hfi1_packet *packet, int thread) in max_packet_exceeded() 726 static inline int check_max_packet(struct hfi1_packet *packet, int thread) in check_max_packet() 735 static noinline int skip_rcv_packet(struct hfi1_packet *packet, int thread) in skip_rcv_packet() 788 static inline int process_rcv_packet(struct hfi1_packet *packet, int thread) in process_rcv_packet() 899 int handle_receive_interrupt_nodma_rtail(struct hfi1_ctxtdata *rcd, int thread) in handle_receive_interrupt_nodma_rtail() 925 int handle_receive_interrupt_dma_rtail(struct hfi1_ctxtdata *rcd, int thread) in handle_receive_interrupt_dma_rtail() 1048 int handle_receive_interrupt(struct hfi1_ctxtdata *rcd, int thread) in handle_receive_interrupt()
|
D | msix.c | 118 irq_handler_t handler, irq_handler_t thread, in msix_request_irq() 171 irq_handler_t thread, in msix_request_rcd_irq_common()
|
/drivers/clocksource/ |
D | timer-nps.c | 139 int thread; in nps_clkevent_rm_thread() local 163 int thread; in nps_clkevent_add_thread() local
|
/drivers/gpu/drm/i915/gem/selftests/ |
D | i915_gem_object_blt.c | 205 struct igt_thread_arg *thread = arg; in igt_fill_blt_thread() local 323 struct igt_thread_arg *thread = arg; in igt_copy_blt_thread() local 464 struct igt_thread_arg *thread; in igt_threaded_blt() local
|
/drivers/scsi/bnx2i/ |
D | bnx2i_init.c | 414 struct task_struct *thread; in bnx2i_cpu_online() local 434 struct task_struct *thread; in bnx2i_cpu_offline() local
|
/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_process.c | 747 struct task_struct *thread = current; in kfd_create_process() local 827 struct kfd_process *kfd_get_process(const struct task_struct *thread) in kfd_get_process() 857 static struct kfd_process *find_process(const struct task_struct *thread) in find_process() 1150 static struct kfd_process *create_process(const struct task_struct *thread) in create_process()
|
/drivers/net/wireless/rsi/ |
D | rsi_common.h | 60 struct rsi_thread *thread, in rsi_create_kthread()
|
/drivers/s390/net/ |
D | lcs.c | 335 static int lcs_set_thread_start_bit(struct lcs_card *card, unsigned long thread) in lcs_set_thread_start_bit() 351 lcs_clear_thread_running_bit(struct lcs_card *card, unsigned long thread) in lcs_clear_thread_running_bit() 361 static int __lcs_do_run_thread(struct lcs_card *card, unsigned long thread) in __lcs_do_run_thread() 381 lcs_do_run_thread(struct lcs_card *card, unsigned long thread) in lcs_do_run_thread() 390 lcs_do_start_thread(struct lcs_card *card, unsigned long thread) in lcs_do_start_thread()
|
/drivers/media/usb/pvrusb2/ |
D | pvrusb2-dvb.h | 29 struct task_struct *thread; member
|
/drivers/md/bcache/ |
D | writeback.h | 30 struct task_struct *thread; member
|
/drivers/firmware/psci/ |
D | psci_checker.c | 388 struct task_struct *thread; in suspend_tests() local
|
/drivers/md/ |
D | md-multipath.c | 291 static void multipathd(struct md_thread *thread) in multipathd()
|
/drivers/of/ |
D | base.c | 314 const char *prop_name, int cpu, unsigned int *thread) in __of_find_n_match_cpu_property() 346 int cpu, unsigned int *thread) in arch_find_n_match_cpu_physical_id() 380 struct device_node *of_get_cpu_node(int cpu, unsigned int *thread) in of_get_cpu_node()
|
/drivers/media/rc/ |
D | rc-ir-raw.c | 635 struct task_struct *thread; in ir_raw_event_register() local
|
/drivers/staging/media/atomisp/pci/runtime/bufq/src/ |
D | bufq.c | 210 int thread) in bufq_get_qhandle()
|