/Linux-v4.19/block/ |
D | bsg-lib.c | 47 struct bsg_job *job = blk_mq_rq_to_pdu(rq); in bsg_transport_fill_hdr() local 57 struct bsg_job *job = blk_mq_rq_to_pdu(rq); in bsg_transport_complete_rq() local 106 struct bsg_job *job = blk_mq_rq_to_pdu(rq); in bsg_transport_free_rq() local 124 struct bsg_job *job = container_of(kref, struct bsg_job, kref); in bsg_teardown_job() local 135 void bsg_job_put(struct bsg_job *job) in bsg_job_put() 141 int bsg_job_get(struct bsg_job *job) in bsg_job_get() 155 void bsg_job_done(struct bsg_job *job, int result, in bsg_job_done() 170 struct bsg_job *job = blk_mq_rq_to_pdu(rq); in bsg_softirq_done() local 198 struct bsg_job *job = blk_mq_rq_to_pdu(req); in bsg_prepare_job() local 272 struct bsg_job *job = blk_mq_rq_to_pdu(req); in bsg_init_rq() local [all …]
|
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_job.c | 34 struct amdgpu_job *job = to_amdgpu_job(s_job); in amdgpu_job_timedout() local 44 struct amdgpu_job **job, struct amdgpu_vm *vm) in amdgpu_job_alloc() 74 struct amdgpu_job **job) in amdgpu_job_alloc_with_ib() 91 void amdgpu_job_free_resources(struct amdgpu_job *job) in amdgpu_job_free_resources() 107 struct amdgpu_job *job = to_amdgpu_job(s_job); in amdgpu_job_free_cb() local 116 void amdgpu_job_free(struct amdgpu_job *job) in amdgpu_job_free() 126 int amdgpu_job_submit(struct amdgpu_job *job, struct drm_sched_entity *entity, in amdgpu_job_submit() 152 int amdgpu_job_submit_direct(struct amdgpu_job *job, struct amdgpu_ring *ring, in amdgpu_job_submit_direct() 171 struct amdgpu_job *job = to_amdgpu_job(sched_job); in amdgpu_job_dependency() local 204 struct amdgpu_job *job; in amdgpu_job_run() local
|
D | amdgpu_vcn.c | 291 struct amdgpu_job *job; in amdgpu_vcn_dec_send_msg() local 469 struct amdgpu_job *job; in amdgpu_vcn_enc_get_create_msg() local 521 struct amdgpu_job *job; in amdgpu_vcn_enc_get_destroy_msg() local 645 struct amdgpu_job *job; in amdgpu_vcn_jpeg_set_reg() local
|
D | amdgpu_trace.h | 37 #define AMDGPU_JOB_GET_TIMELINE_NAME(job) \ argument
|
D | amdgpu_ids.c | 269 struct amdgpu_job *job, in amdgpu_vmid_grab_reserved() 334 struct amdgpu_job *job, in amdgpu_vmid_grab_used() 404 struct amdgpu_job *job) in amdgpu_vmid_grab()
|
/Linux-v4.19/drivers/gpu/host1x/ |
D | job.c | 39 struct host1x_job *job = NULL; in host1x_job_alloc() local 78 struct host1x_job *host1x_job_get(struct host1x_job *job) in host1x_job_get() 87 struct host1x_job *job = container_of(ref, struct host1x_job, ref); in job_free() local 92 void host1x_job_put(struct host1x_job *job) in host1x_job_put() 98 void host1x_job_add_gather(struct host1x_job *job, struct host1x_bo *bo, in host1x_job_add_gather() 111 static unsigned int pin_job(struct host1x *host, struct host1x_job *job) in pin_job() 198 static int do_relocs(struct host1x_job *job, struct host1x_job_gather *g) in do_relocs() 265 struct host1x_job *job; member 450 static inline int copy_gathers(struct host1x_job *job, struct device *dev) in copy_gathers() 514 int host1x_job_pin(struct host1x_job *job, struct device *dev) in host1x_job_pin() [all …]
|
D | cdma.c | 225 struct host1x_job *job) in cdma_start_timer_locked() 267 struct host1x_job *job, *n; in update_cdma_locked() local 326 struct host1x_job *job = NULL; in host1x_cdma_update_sync_queue() local 456 int host1x_cdma_begin(struct host1x_cdma *cdma, struct host1x_job *job) in host1x_cdma_begin() 519 struct host1x_job *job) in host1x_cdma_end()
|
D | channel.c | 54 int host1x_job_submit(struct host1x_job *job) in host1x_job_submit()
|
/Linux-v4.19/drivers/md/ |
D | dm-kcopyd.c | 394 struct kcopyd_job *job; in pop_io_job() local 419 struct kcopyd_job *job = NULL; in pop() local 437 static void push(struct list_head *jobs, struct kcopyd_job *job) in push() 448 static void push_head(struct list_head *jobs, struct kcopyd_job *job) in push_head() 467 static int run_complete_job(struct kcopyd_job *job) in run_complete_job() 497 struct kcopyd_job *job = (struct kcopyd_job *) context; in complete_io() local 530 static int run_io_job(struct kcopyd_job *job) in run_io_job() 562 static int run_pages_job(struct kcopyd_job *job) in run_pages_job() 588 struct kcopyd_job *job; in process_jobs() local 648 static void dispatch_job(struct kcopyd_job *job) in dispatch_job() [all …]
|
/Linux-v4.19/drivers/gpu/drm/v3d/ |
D | v3d_sched.c | 36 struct v3d_job *job = to_v3d_job(sched_job); in v3d_job_free() local 49 struct v3d_job *job = to_v3d_job(sched_job); in v3d_job_dependency() local 81 struct v3d_job *job = to_v3d_job(sched_job); in v3d_job_run() local 153 struct v3d_job *job = to_v3d_job(sched_job); in v3d_job_timedout() local
|
/Linux-v4.19/drivers/scsi/lpfc/ |
D | lpfc_bsg.c | 303 struct bsg_job *job; in lpfc_bsg_send_mgmt_cmd_cmp() local 387 lpfc_bsg_send_mgmt_cmd(struct bsg_job *job) in lpfc_bsg_send_mgmt_cmd() 580 struct bsg_job *job; in lpfc_bsg_rport_els_cmp() local 661 lpfc_bsg_rport_els(struct bsg_job *job) in lpfc_bsg_rport_els() 932 struct bsg_job *job = NULL; in lpfc_bsg_ct_unsol_event() local 1205 lpfc_bsg_hba_set_event(struct bsg_job *job) in lpfc_bsg_hba_set_event() 1290 lpfc_bsg_hba_get_event(struct bsg_job *job) in lpfc_bsg_hba_get_event() 1402 struct bsg_job *job; in lpfc_issue_ct_rsp_cmp() local 1482 lpfc_issue_ct_rsp(struct lpfc_hba *phba, struct bsg_job *job, uint32_t tag, in lpfc_issue_ct_rsp() 1628 lpfc_bsg_send_mgmt_rsp(struct bsg_job *job) in lpfc_bsg_send_mgmt_rsp() [all …]
|
/Linux-v4.19/drivers/gpu/drm/ |
D | drm_writeback.c | 261 struct drm_writeback_job *job) in drm_writeback_queue_job() 280 struct drm_writeback_job *job = container_of(work, in cleanup_work() local 309 struct drm_writeback_job *job; in drm_writeback_signal_completion() local
|
/Linux-v4.19/drivers/gpu/host1x/hw/ |
D | channel_hw.c | 61 static void submit_gathers(struct host1x_job *job) in submit_gathers() 76 static inline void synchronize_syncpt_base(struct host1x_job *job) in synchronize_syncpt_base() 93 static int channel_submit(struct host1x_job *job) in channel_submit()
|
D | debug_hw.c | 204 struct host1x_job *job; in show_channel_gathers() local
|
/Linux-v4.19/drivers/gpu/drm/scheduler/ |
D | gpu_scheduler.c | 240 struct drm_sched_job *job = container_of(cb, struct drm_sched_job, in drm_sched_entity_kill_jobs_cb() local 311 struct drm_sched_job *job; in drm_sched_entity_fini() local 581 struct drm_sched_job *job = container_of(cb, struct drm_sched_job, in drm_sched_job_finish_cb() local 604 struct drm_sched_job *job = container_of(work, struct drm_sched_job, in drm_sched_job_timedout() local 727 int drm_sched_job_init(struct drm_sched_job *job, in drm_sched_job_init()
|
/Linux-v4.19/drivers/s390/scsi/ |
D | zfcp_fc.c | 893 struct bsg_job *job = data; in zfcp_fc_ct_els_job_handler() local 903 static struct zfcp_fc_wka_port *zfcp_fc_job_wka_port(struct bsg_job *job) in zfcp_fc_job_wka_port() 936 struct bsg_job *job = data; in zfcp_fc_ct_job_handler() local 945 static int zfcp_fc_exec_els_job(struct bsg_job *job, in zfcp_fc_exec_els_job() 968 static int zfcp_fc_exec_ct_job(struct bsg_job *job, in zfcp_fc_exec_ct_job() 991 int zfcp_fc_exec_bsg_job(struct bsg_job *job) in zfcp_fc_exec_bsg_job() 1021 int zfcp_fc_timeout_bsg_job(struct bsg_job *job) in zfcp_fc_timeout_bsg_job()
|
/Linux-v4.19/drivers/media/platform/ |
D | rcar_fdp1.c | 653 struct fdp1_job *job; in list_remove_job() local 672 struct fdp1_job *job) in list_add_job() 686 static void fdp1_job_free(struct fdp1_dev *fdp1, struct fdp1_job *job) in fdp1_job_free() 694 static void queue_job(struct fdp1_dev *fdp1, struct fdp1_job *job) in queue_job() 704 static void queue_hw_job(struct fdp1_dev *fdp1, struct fdp1_job *job) in queue_hw_job() 878 struct fdp1_job *job) in fdp1_configure_rpf() 937 struct fdp1_job *job) in fdp1_configure_wpf() 998 struct fdp1_job *job) in fdp1_configure_deint_mode() 1068 struct fdp1_job *job; in fdp1_device_process() local 1183 struct fdp1_job *job; in fdp1_prepare_job() local [all …]
|
/Linux-v4.19/drivers/scsi/libfc/ |
D | fc_lport.c | 152 struct bsg_job *job; member 1888 struct bsg_job *job = info->job; in fc_lport_bsg_resp() local 1948 static int fc_lport_els_request(struct bsg_job *job, in fc_lport_els_request() 2008 static int fc_lport_ct_request(struct bsg_job *job, in fc_lport_ct_request() 2066 int fc_lport_bsg_request(struct bsg_job *job) in fc_lport_bsg_request()
|
/Linux-v4.19/arch/x86/crypto/sha1-mb/ |
D | sha1_mb_mgr_submit_avx2.S | 71 #define job %rsi macro
|
D | sha1_mb_mgr_flush_avx2.S | 67 #define job arg2 macro
|
/Linux-v4.19/arch/x86/crypto/sha512-mb/ |
D | sha512_mb_mgr_submit_avx2.S | 71 #define job arg2 macro
|
D | sha512_mb_mgr_flush_avx2.S | 69 #define job arg2 macro
|
/Linux-v4.19/arch/x86/crypto/sha256-mb/ |
D | sha256_mb_mgr_submit_avx2.S | 69 #define job %rsi macro
|
D | sha256_mb_mgr_flush_avx2.S | 65 #define job arg2 macro
|
/Linux-v4.19/drivers/scsi/libsas/ |
D | sas_internal.h | 112 static inline void sas_smp_host_handler(struct bsg_job *job, in sas_smp_host_handler()
|