/linux-6.14.4/arch/xtensa/kernel/ |
D | ptrace.c | 220 const struct user_regset_view *task_user_regset_view(struct task_struct *task) in task_user_regset_view() 335 static int ptrace_pokeusr(struct task_struct *child, long regno, long val) in ptrace_pokeusr()
|
/linux-6.14.4/arch/s390/kernel/ |
D | perf_pai_crypto.c | 151 u64 val = paicrypt_getctr(cpump->page, i, kernel); in paicrypt_getdata() local 430 u64 val = 0, val_old = 0; in paicrypt_copy() local 522 struct task_struct *task, bool sched_in) in paicrypt_sched_task()
|
D | perf_pai_ext.c | 449 u64 val = paiext_getctr(area, i); in paiext_copy() local 546 struct task_struct *task, bool sched_in) in paiext_sched_task()
|
/linux-6.14.4/drivers/net/ethernet/hisilicon/ |
D | hisi_femac.c | 128 u32 val; in hisi_femac_irq_enable() local 136 u32 val; in hisi_femac_irq_disable() local 157 u32 val; in hisi_femac_xmit_reclaim() local 304 int work_done = 0, task = budget; in hisi_femac_poll() local 445 u32 val; in hisi_femac_port_reset() local 505 u32 val; in hisi_femac_net_xmit() local 569 u32 val; in hisi_femac_enable_hw_addr_filter() local 584 u32 val; in hisi_femac_set_hw_addr_filter() local 602 u32 val; in hisi_femac_set_promisc_mode() local 616 u32 val; in hisi_femac_set_mc_addr_filter() local [all …]
|
/linux-6.14.4/arch/sh/kernel/ |
D | dwarf.c | 130 u32 val = get_unaligned(src); in dwarf_read_addr() local 223 static int dwarf_read_encoded_value(char *addr, unsigned long *val, in dwarf_read_encoded_value() 957 static void dwarf_unwinder_dump(struct task_struct *task, in dwarf_unwinder_dump()
|
/linux-6.14.4/drivers/media/pci/saa7134/ |
D | saa7134-video.c | 461 static void set_h_prescale(struct saa7134_dev *dev, int task, int prescale) in set_h_prescale() 499 static void set_v_scale(struct saa7134_dev *dev, int task, int yscale) in set_v_scale() 501 int val,mirror; in set_v_scale() local 524 static void set_size(struct saa7134_dev *dev, int task, in set_size()
|
/linux-6.14.4/mm/ |
D | hugetlb_cgroup.c | 26 #define MEMFILE_PRIVATE(x, val) (((x) << 16) | (val)) argument 27 #define MEMFILE_IDX(val) (((val) >> 16) & 0xffff) argument 28 #define MEMFILE_ATTR(val) ((val) & 0xffff) argument 32 #define MEMFILE_OFFSET0(val) (((val) >> 16) & 0xffff) argument 33 #define MEMFILE_FIELD_SIZE(val) ((val) & 0xffff) argument 70 struct hugetlb_cgroup *hugetlb_cgroup_from_task(struct task_struct *task) in hugetlb_cgroup_from_task() 555 u64 val; in hugetlb_cgroup_read_u64_max() local
|
D | memcontrol.c | 573 static inline void memcg_rstat_updated(struct mem_cgroup *memcg, int val) in memcg_rstat_updated() 676 static int memcg_state_val_in_pages(int idx, int val) in memcg_state_val_in_pages() 693 int val) in __mod_memcg_state() 728 int val) in __mod_memcg_lruvec_state() 782 int val) in __mod_lruvec_state() 793 int val) in __lruvec_stat_mod_folio() 814 void __mod_lruvec_kmem_state(void *p, enum node_stat_item idx, int val) in __mod_lruvec_kmem_state() 1170 struct task_struct *task; in mem_cgroup_scan_tasks() local 3063 unsigned long val; in mem_cgroup_usage() local 3866 static void mem_cgroup_fork(struct task_struct *task) in mem_cgroup_fork() [all …]
|
/linux-6.14.4/kernel/bpf/ |
D | helpers.c | 224 struct task_struct *task = current; in BPF_CALL_0() local 240 struct task_struct *task = current; in BPF_CALL_0() local 260 struct task_struct *task = current; in BPF_CALL_2() local 287 __u32 val; in __bpf_spin_lock() member 590 struct task_struct *task = current; in BPF_CALL_4() local 1559 void bpf_timer_cancel_and_free(void *val) in bpf_timer_cancel_and_free() 1619 void bpf_wq_cancel_and_free(void *val) in bpf_wq_cancel_and_free() 2461 __bpf_kfunc long bpf_task_under_cgroup(struct task_struct *task, in bpf_task_under_cgroup() 2505 bpf_task_get_cgroup1(struct task_struct *task, int hierarchy_id) in bpf_task_get_cgroup1()
|
/linux-6.14.4/drivers/net/ethernet/huawei/hinic/ |
D | hinic_hw_wqe.h | 24 #define HINIC_CMDQ_CTRL_SET(val, member) \ argument 28 #define HINIC_CMDQ_CTRL_GET(val, member) \ argument 48 #define HINIC_CMDQ_WQE_HEADER_SET(val, member) \ argument 52 #define HINIC_CMDQ_WQE_HEADER_GET(val, member) \ argument 84 #define HINIC_SQ_CTRL_SET(val, member) \ argument 88 #define HINIC_SQ_CTRL_GET(val, member) \ argument 92 #define HINIC_SQ_CTRL_CLEAR(val, member) \ argument 114 #define HINIC_SQ_TASK_INFO0_SET(val, member) \ argument 128 #define HINIC_SQ_TASK_INFO1_SET(val, member) \ argument 146 #define HINIC_SQ_TASK_INFO2_SET(val, member) \ argument [all …]
|
/linux-6.14.4/kernel/cgroup/ |
D | cpuset-internal.h | 17 int val; /* most recent output value */ member 191 static inline struct cpuset *task_cs(struct task_struct *task) in task_cs()
|
/linux-6.14.4/drivers/gpu/drm/xe/ |
D | xe_device.c | 71 struct task_struct *task = NULL; in xe_file_open() local 503 u32 val = xe_mmio_read32(xe_root_tile_mmio(xe), GU_CNTL) & LMEM_INIT; in verify_lmem_ready() local
|
/linux-6.14.4/drivers/scsi/hisi_sas/ |
D | hisi_sas_v2_hw.c | 743 static void hisi_sas_write32(struct hisi_hba *hisi_hba, u32 off, u32 val) in hisi_sas_write32() 751 u32 off, u32 val) in hisi_sas_phy_write32() 1019 u32 val; in reset_hw_v2_hw() local 1699 struct sas_task *task = slot->task; in prep_smp_v2_hw() local 1738 struct sas_task *task = slot->task; in prep_ssp_v2_hw() local 2016 struct sas_task *task, in slot_err_v2_hw() 2329 struct sas_task *task = slot->task; in slot_complete_v2_hw() local 2495 struct sas_task *task = slot->task; in prep_ata_v2_hw() local 2619 struct sas_task *task = slot->task; in prep_abort_v2_hw() local 2948 u32 val; in one_bit_ecc_error_process_v2_hw() local [all …]
|
D | hisi_sas_v3_hw.c | 575 static void hisi_sas_write32(struct hisi_hba *hisi_hba, u32 off, u32 val) in hisi_sas_write32() 583 u32 off, u32 val) in hisi_sas_phy_write32() 598 #define hisi_sas_read32_poll_timeout(off, val, cond, delay_us, \ argument 605 #define hisi_sas_read32_poll_timeout_atomic(off, val, cond, delay_us, \ argument 709 u32 val = hisi_sas_phy_read32(hisi_hba, i, in init_reg_v3_hw() local 938 u32 val; in reset_hw_v3_hw() local 1268 struct sas_task *task = slot->task; in prep_ssp_v3_hw() local 1390 struct sas_task *task = slot->task; in prep_smp_v3_hw() local 1429 struct sas_task *task = slot->task; in prep_ata_v3_hw() local 1512 struct sas_task *task = slot->task; in prep_abort_v3_hw() local [all …]
|
/linux-6.14.4/arch/mips/kernel/ |
D | traps.c | 152 static void show_backtrace(struct task_struct *task, const struct pt_regs *regs, in show_backtrace() 178 static void show_stacktrace(struct task_struct *task, in show_stacktrace() 210 void show_stack(struct task_struct *task, unsigned long *sp, const char *loglvl) in show_stack() 1257 int cu2_notifier_call_chain(unsigned long val, void *v) in cu2_notifier_call_chain()
|
/linux-6.14.4/arch/arm/kernel/ |
D | smp.c | 410 asmlinkage void secondary_start_kernel(struct task_struct *task) in secondary_start_kernel() 794 unsigned long val, void *data) in cpufreq_callback()
|
/linux-6.14.4/drivers/gpu/drm/etnaviv/ |
D | etnaviv_gpu.c | 205 #define etnaviv_field(val, field) \ argument 801 u32 val = gpu_read(gpu, VIVS_MMUv2_AHB_CONTROL); in etnaviv_gpu_hw_init() local 1352 u32 val; in sync_point_perfmon_sample_pre() local 1371 u32 val; in sync_point_perfmon_sample_post() local 1478 struct task_struct *task; in etnaviv_gpu_recover_hang() local
|
/linux-6.14.4/drivers/xen/xenbus/ |
D | xenbus_xs.c | 573 char *val; in xenbus_scanf() local 594 unsigned int val; in xenbus_read_unsigned() local 939 struct task_struct *task; in xs_init() local
|
/linux-6.14.4/lib/ |
D | test_rhashtable.c | 76 struct task_struct *task; member 90 const struct test_obj_val *val = arg->key; in my_cmpfn() local
|
/linux-6.14.4/kernel/ |
D | workqueue.c | 1385 void wq_worker_running(struct task_struct *task) in wq_worker_running() 1419 void wq_worker_sleeping(struct task_struct *task) in wq_worker_sleeping() 1465 void wq_worker_tick(struct task_struct *task) in wq_worker_tick() 1532 work_func_t wq_worker_last_func(struct task_struct *task) in wq_worker_last_func() 3323 static void set_pf_worker(bool val) in set_pf_worker() 3727 struct task_struct *task; /* purely informational */ member 6124 void print_worker_info(const char *log_lvl, struct task_struct *task) in print_worker_info() 6445 void wq_worker_comm(char *buf, size_t size, struct task_struct *task) in wq_worker_comm() 6968 static int parse_affn_scope(const char *val) in parse_affn_scope() 6979 static int wq_affn_dfl_set(const char *val, const struct kernel_param *kp) in wq_affn_dfl_set() [all …]
|
/linux-6.14.4/drivers/dma/ |
D | dmatest.c | 232 struct task_struct *task; member 284 static int dmatest_wait_get(char *val, const struct kernel_param *kp) in dmatest_wait_get() 328 u8 val = is_memset ? PATTERN_MEMSET_IDX : index; in gen_inv_idx() local 456 unsigned int val = min(x, y); in min_odd() local 488 static unsigned long long dmatest_persec(s64 runtime, unsigned int val) in dmatest_persec() 1177 static int dmatest_run_get(char *val, const struct kernel_param *kp) in dmatest_run_get() 1194 static int dmatest_run_set(const char *val, const struct kernel_param *kp) in dmatest_run_set() 1233 static int dmatest_chan_set(const char *val, const struct kernel_param *kp) in dmatest_chan_set() 1305 static int dmatest_chan_get(char *val, const struct kernel_param *kp) in dmatest_chan_get() 1319 static int dmatest_test_list_get(char *val, const struct kernel_param *kp) in dmatest_test_list_get()
|
D | dma-axi-dmac.c | 191 unsigned int val) in axi_dmac_write() 234 unsigned int val; in axi_dmac_start_transfer() local 886 u32 val; in axi_dmac_parse_chan_dt() local 951 unsigned int val, desc; in axi_dmac_read_chan_config() local 1044 static void axi_dmac_tasklet_kill(void *task) in axi_dmac_tasklet_kill()
|
/linux-6.14.4/drivers/gpu/drm/radeon/ |
D | radeon_fence.c | 978 static int radeon_debugfs_gpu_reset(void *data, u64 *val) in radeon_debugfs_gpu_reset() 1040 struct task_struct *task; member
|
/linux-6.14.4/kernel/sched/ |
D | core.c | 966 typeof(ti->flags) val = READ_ONCE(ti->flags); in set_nr_if_polling() local 993 static bool __wake_q_add(struct wake_q_head *head, struct task_struct *task) in __wake_q_add() 1029 void wake_q_add(struct wake_q_head *head, struct task_struct *task) in wake_q_add() 1052 void wake_q_add_safe(struct wake_q_head *head, struct task_struct *task) in wake_q_add_safe() 1063 struct task_struct *task; in wake_up_q() local 2500 struct task_struct *task; member 5615 long val; in setup_resched_latency_warn_ms() local 5835 static inline void preempt_latency_start(int val) in preempt_latency_start() 5846 void preempt_count_add(int val) in preempt_count_add() 5872 static inline void preempt_latency_stop(int val) in preempt_latency_stop() [all …]
|
/linux-6.14.4/drivers/video/fbdev/ |
D | atmel_lcdfb.c | 44 struct work_struct task; member 70 #define lcdc_writel(sinfo, reg, val) __raw_writel((val), (sinfo)->mmio+(reg)) argument 708 unsigned int val; in atmel_lcdfb_setcolreg() local
|