/linux-6.14.4/samples/bpf/ |
D | map_perf_test_user.c | 94 static int pre_test_lru_hash_lookup(int tasks) in pre_test_lru_hash_lookup() 98 long val = 1; in pre_test_lru_hash_lookup() local 315 static int pre_test(int tasks) in pre_test() 346 static void run_perf_test(int tasks) in run_perf_test()
|
/linux-6.14.4/drivers/gpu/drm/ |
D | drm_flip_work.c | 63 void drm_flip_work_queue(struct drm_flip_work *work, void *val) in drm_flip_work_queue() 104 struct list_head tasks; in flip_worker() local
|
/linux-6.14.4/tools/testing/selftests/resctrl/ |
D | resctrlfs.c | 369 unsigned int *val) in resource_info_unsigned_get() 410 unsigned int count_contiguous_bits(unsigned long val, unsigned int *start) in count_contiguous_bits() 604 static int write_pid_to_tasks(char *tasks, pid_t pid) in write_pid_to_tasks() 642 char tasks[1024]; in write_bm_pid_to_resctrl() local
|
/linux-6.14.4/tools/testing/selftests/bpf/ |
D | test_maps.c | 538 __u32 vals[MAP_SIZE + MAP_SIZE/2], val; in test_queuemap() local 594 __u32 vals[MAP_SIZE + MAP_SIZE/2], val; in test_stackmap() local 654 static void test_sockmap(unsigned int tasks, void *data) in test_sockmap() 1351 static void __run_parallel(unsigned int tasks, in __run_parallel()
|
/linux-6.14.4/drivers/net/ethernet/qlogic/qed/ |
D | qed_nvmetcp.c | 61 u16 val; in qed_sp_nvmetcp_func_start() local 193 struct qed_nvmetcp_tid *tasks, in qed_nvmetcp_start()
|
D | qed_iscsi.c | 150 u16 val; in qed_sp_iscsi_func_start() local 1103 struct qed_iscsi_tid *tasks, in qed_iscsi_start()
|
/linux-6.14.4/drivers/scsi/qedi/ |
D | qedi.h | 322 struct qed_iscsi_tid tasks; member 390 #define QEDI_U64_HI(val) ((u32)(((u64)(val)) >> 32)) argument 391 #define QEDI_U64_LO(val) ((u32)(((u64)(val)) & 0xffffffff)) argument
|
/linux-6.14.4/drivers/net/ethernet/freescale/fman/ |
D | fman_port.c | 443 struct fman_port_rsrc tasks; member 1108 int val; in get_dflt_num_of_open_dmas() local 1167 int val; in get_dflt_num_of_fifo_bufs() local 1750 u32 val; in fman_port_probe() local
|
D | fman.c | 1568 u8 tasks = *num_of_tasks; in set_num_of_tasks() local 2695 u32 val, range[2]; in read_dts_node() local
|
/linux-6.14.4/drivers/scsi/qedf/ |
D | qedf.h | 26 #define U64_HI(val) ((u32)(((u64)(val)) >> 32)) argument 27 #define U64_LO(val) ((u32)(((u64)(val)) & 0xffffffff)) argument 389 struct qed_fcoe_tid tasks; member
|
/linux-6.14.4/drivers/dma/ |
D | pl330.c | 493 struct tasklet_struct tasks; member 719 enum dmamov_dst dst, u32 val) in _emit_MOV() 894 u32 val; in _execute_DBGINSN() local 919 u32 val; in _state() local 1644 u32 val; in pl330_update() local 1825 u32 val; in read_dmac_config() local 2385 u32 val, addr; in pl330_get_current_xferred_count() local
|
/linux-6.14.4/kernel/sched/ |
D | fair.c | 7565 static inline void set_idle_cores(int cpu, int val) in set_idle_cores() 7672 static inline void set_idle_cores(int cpu, int val) in set_idle_cores() 9251 struct list_head tasks; member 9545 struct list_head *tasks = &env->src_rq->cfs_tasks; in detach_tasks() local 9710 struct list_head *tasks = &env->tasks; in attach_tasks() local
|
D | sched.h | 254 #define shr_bound(val, shift) \ argument 614 # define u64_u32_store_copy(var, copy, val) (var = val) argument 630 # define u64_u32_store_copy(var, copy, val) \ argument 643 # define u64_u32_store(var, val) u64_u32_store_copy(var, var##_copy, val) argument 1063 unsigned long tasks : BITS_PER_LONG - bits_per(SCHED_CAPACITY_SCALE); member
|