Home
last modified time | relevance | path

Searched refs:num_tasks (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/buildroot/package/directfb/
H A D0001-fix-missing-davinci-voodoo-header.patch75 + unsigned int num_tasks;
196 + c64xTask *task = &tasks->tasks[tasks->num_tasks];
198 + D_ASSERT( tasks->num_tasks < tasks->max_tasks );
206 + tasks->num_tasks++;
277 + c64xTask *task = &tasks->tasks[tasks->num_tasks];
279 + D_ASSERT( tasks->num_tasks < tasks->max_tasks );
287 + tasks->num_tasks++;
313 + c64xTask *task = &tasks->tasks[tasks->num_tasks];
315 + D_ASSERT( tasks->num_tasks < tasks->max_tasks );
323 + tasks->num_tasks++;
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/lima/
H A Dlima_dump.h35 __u32 num_tasks; member
H A Dlima_sched.c309 if (dev->dump.num_tasks >= lima_max_error_tasks) { in lima_sched_build_error_task_list()
408 dev->dump.num_tasks++; in lima_sched_build_error_task_list()
H A Dlima_drv.c357 ldev->dump.num_tasks = 0; in lima_error_state_write()
/OK3568_Linux_fs/kernel/include/linux/qed/
H A Dstorage_common.h82 __le16 num_tasks; member
H A Dqed_if.h480 u16 num_tasks; member
516 u16 num_tasks; member
/OK3568_Linux_fs/yocto/poky/scripts/
H A Doe-build-perf-report263 self.tasks = {'count': bs2.num_tasks,
264 'change': '{:+d}'.format(bs2.num_tasks - bs1.num_tasks)}
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dutils.py518 …def __init__(self, num_workers, num_tasks, worker_init=None, worker_end=None, name="ThreadedPool-"… argument
519 self.tasks = Queue(num_tasks)
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/
H A Dqed_cxt.c1979 u32 num_tasks) in qed_rdma_set_pf_params() argument
2005 if (num_cons && num_tasks) { in qed_rdma_set_pf_params()
2015 num_tasks, false); in qed_rdma_set_pf_params()
2070 if (p_params->num_cons && p_params->num_tasks) { in qed_cxt_set_pf_params()
2078 p_params->num_tasks, true); in qed_cxt_set_pf_params()
2091 if (p_params->num_cons && p_params->num_tasks) { in qed_cxt_set_pf_params()
2101 p_params->num_tasks, in qed_cxt_set_pf_params()
H A Dqed_fcoe.c151 tmp = cpu_to_le16(fcoe_pf_params->num_tasks); in qed_sp_fcoe_func_start()
152 p_data->func_params.num_tasks = tmp; in qed_sp_fcoe_func_start()
557 for (i = 0; i < p_hwfn->pf_params.fcoe_pf_params.num_tasks; i++) { in qed_fcoe_setup()
H A Dqed_rdma.c141 u32 num_cons, num_tasks; in qed_rdma_alloc() local
159 num_tasks = qed_cxt_get_proto_tid_count(p_hwfn, PROTOCOLID_ROCE); in qed_rdma_alloc()
162 p_rdma_info->num_mrs = num_tasks; in qed_rdma_alloc()
H A Dqed_iscsi.c190 val = p_params->num_tasks; in qed_sp_iscsi_func_start()
191 p_init->func_params.num_tasks = cpu_to_le16(val); in qed_sp_iscsi_func_start()
/OK3568_Linux_fs/yocto/poky/scripts/lib/
H A Dbuildstats.py184 def num_tasks(self): member in BuildStats
/OK3568_Linux_fs/kernel/drivers/scsi/bnx2fc/
H A D57xx_hsi_bnx2fc.h340 __le16 num_tasks; member
H A Dbnx2fc_hwi.c82 fcoe_init1.num_tasks = hba->max_tasks; in bnx2fc_send_fw_fcoe_init_msg()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx4/
H A Dfw.c2707 int num_tasks = atomic_read(&priv->opreq_count); in mlx4_opreq_action() local
2733 while (num_tasks) { in mlx4_opreq_action()
2793 num_tasks = atomic_dec_return(&priv->opreq_count); in mlx4_opreq_action()
/OK3568_Linux_fs/kernel/drivers/scsi/qedi/
H A Dqedi_main.c863 qedi->pf_params.iscsi_pf_params.num_tasks = QEDI_MAX_ISCSI_TASK; in qedi_set_iscsi_pf_param()
/OK3568_Linux_fs/kernel/drivers/scsi/qedf/
H A Dqedf_main.c3206 qedf->pf_params.fcoe_pf_params.num_tasks = FCOE_PARAMS_NUM_TASKS; in qedf_set_fcoe_pf_param()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/
H A Dcnic_defs.h2642 __le16 num_tasks; member