| /OK3568_Linux_fs/buildroot/package/directfb/ |
| H A D | 0001-fix-missing-davinci-voodoo-header.patch | 75 + 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 D | lima_dump.h | 35 __u32 num_tasks; member
|
| H A D | lima_sched.c | 309 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 D | lima_drv.c | 357 ldev->dump.num_tasks = 0; in lima_error_state_write()
|
| /OK3568_Linux_fs/kernel/include/linux/qed/ |
| H A D | storage_common.h | 82 __le16 num_tasks; member
|
| H A D | qed_if.h | 480 u16 num_tasks; member 516 u16 num_tasks; member
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | oe-build-perf-report | 263 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 D | utils.py | 518 …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 D | qed_cxt.c | 1979 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 D | qed_fcoe.c | 151 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 D | qed_rdma.c | 141 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 D | qed_iscsi.c | 190 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 D | buildstats.py | 184 def num_tasks(self): member in BuildStats
|
| /OK3568_Linux_fs/kernel/drivers/scsi/bnx2fc/ |
| H A D | 57xx_hsi_bnx2fc.h | 340 __le16 num_tasks; member
|
| H A D | bnx2fc_hwi.c | 82 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 D | fw.c | 2707 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 D | qedi_main.c | 863 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 D | qedf_main.c | 3206 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 D | cnic_defs.h | 2642 __le16 num_tasks; member
|