/linux-6.14.4/drivers/soc/qcom/ |
D | qcom-geni-se.c | 195 u32 geni_se_get_qup_hw_version(struct geni_se *se) in geni_se_get_qup_hw_version() 205 u32 val; in geni_se_io_set_mode() local 221 u32 val; in geni_se_io_init() local 236 static void geni_se_irq_clear(struct geni_se *se) in geni_se_irq_clear() 255 void geni_se_init(struct geni_se *se, u32 rx_wm, u32 rx_rfr) in geni_se_init() 257 u32 val; in geni_se_init() local 276 static void geni_se_select_fifo_mode(struct geni_se *se) in geni_se_select_fifo_mode() 279 u32 val, val_old; in geni_se_select_fifo_mode() local 299 static void geni_se_select_dma_mode(struct geni_se *se) in geni_se_select_dma_mode() 302 u32 val, val_old; in geni_se_select_dma_mode() local [all …]
|
/linux-6.14.4/include/linux/soc/qcom/ |
D | geni-se.h | 324 static inline u32 geni_se_read_proto(struct geni_se *se) in geni_se_read_proto() 326 u32 val; in geni_se_read_proto() local 342 static inline void geni_se_setup_m_cmd(struct geni_se *se, u32 cmd, u32 params) in geni_se_setup_m_cmd() 359 static inline void geni_se_setup_s_cmd(struct geni_se *se, u32 cmd, u32 params) in geni_se_setup_s_cmd() 378 static inline void geni_se_cancel_m_cmd(struct geni_se *se) in geni_se_cancel_m_cmd() 391 static inline void geni_se_cancel_s_cmd(struct geni_se *se) in geni_se_cancel_s_cmd() 403 static inline void geni_se_abort_m_cmd(struct geni_se *se) in geni_se_abort_m_cmd() 416 static inline void geni_se_abort_s_cmd(struct geni_se *se) in geni_se_abort_s_cmd() 431 static inline u32 geni_se_get_tx_fifo_depth(struct geni_se *se) in geni_se_get_tx_fifo_depth() 433 u32 val, hw_version, hw_major, hw_minor, tx_fifo_depth_mask; in geni_se_get_tx_fifo_depth() local [all …]
|
/linux-6.14.4/kernel/sched/ |
D | pelt.c | 31 static u64 decay_load(u64 val, u64 n) in decay_load() 295 int __update_load_avg_blocked_se(u64 now, struct sched_entity *se) in __update_load_avg_blocked_se() 306 int __update_load_avg_se(u64 now, struct cfs_rq *cfs_rq, struct sched_entity *se) in __update_load_avg_se()
|
D | fair.c | 292 static inline u64 calc_delta_fair(u64 delta, struct sched_entity *se) in calc_delta_fair() 309 #define for_each_sched_entity(se) \ argument 412 is_same_group(struct sched_entity *se, struct sched_entity *pse) in is_same_group() 420 static inline struct sched_entity *parent_entity(const struct sched_entity *se) in parent_entity() 426 find_matching_se(struct sched_entity **se, struct sched_entity **pse) in find_matching_se() 467 static int se_is_idle(struct sched_entity *se) in se_is_idle() 476 #define for_each_sched_entity(se) \ argument 495 static inline struct sched_entity *parent_entity(struct sched_entity *se) in parent_entity() 501 find_matching_se(struct sched_entity **se, struct sched_entity **pse) in find_matching_se() 515 static int se_is_idle(struct sched_entity *se) in se_is_idle() [all …]
|
D | stats.h | 42 #define __schedstat_set(var, val) do { var = (val); } while (0) argument 43 #define schedstat_set(var, val) do { if (schedstat_enabled()) { var = (val); } } while (0) argument 80 # define __schedstat_set(var, val) do { } while (0) argument 81 # define schedstat_set(var, val) do { } while (0) argument 94 struct sched_entity se; member 100 __schedstats_from_se(struct sched_entity *se) in __schedstats_from_se()
|
D | sched.h | 254 #define shr_bound(val, shift) \ argument 447 struct sched_entity **se; member 586 static inline void set_task_rq_fair(struct sched_entity *se, in set_task_rq_fair() 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 904 #define entity_is_task(se) (!se->my_q) argument 906 static inline void se_update_runnable(struct sched_entity *se) in se_update_runnable() 912 static inline long se_runnable(struct sched_entity *se) in se_runnable() 925 #define entity_is_task(se) 1 argument [all …]
|
/linux-6.14.4/arch/riscv/include/asm/ |
D | module.h | 31 static inline struct got_entry emit_got_entry(unsigned long val) in emit_got_entry() 36 static inline struct got_entry *get_got_entry(unsigned long val, in get_got_entry() 64 static inline struct plt_entry emit_plt_entry(unsigned long val, in emit_plt_entry() 90 static inline int get_got_plt_idx(unsigned long val, const struct mod_section *sec) in get_got_plt_idx() 101 static inline struct plt_entry *get_plt_entry(unsigned long val, in get_plt_entry() 119 const Elf_Shdr *s, *se; in find_section() local
|
/linux-6.14.4/drivers/infiniband/hw/hfi1/ |
D | trace.c | 119 u8 *se, u8 *pad, u8 *opcode, u8 *tver, in hfi1_trace_parse_9b_bth() 137 u8 *pad, u8 *se, u8 *tver, in hfi1_trace_parse_16b_bth() 223 u8 se, u8 pad, u8 opcode, const char *opname, in hfi1_trace_fmt_rest() 503 unsigned long val; in hfi1_trace_print_rsm_hist() local
|
/linux-6.14.4/kernel/trace/ |
D | trace_events_synth.c | 317 int size, union trace_synth_field *val, char *space) in print_synth_event_num_val() 345 struct synth_event *se; in print_synth_event() local 563 u64 val = var_ref_vals[val_idx]; in trace_event_raw_event_synth() local 1484 static int destroy_synth_event(struct synth_event *se) in destroy_synth_event() 1513 struct synth_event *se = NULL; in synth_event_delete() local 1620 struct synth_event *se; in synth_event_run_command() local 1756 u64 val = va_arg(args, u64); in synth_event_trace() local 1782 u64 val; in synth_event_trace() local 1887 u64 val = vals[i]; in synth_event_trace_array() local 1968 static int __synth_event_add_val(const char *field_name, u64 val, in __synth_event_add_val() [all …]
|
/linux-6.14.4/drivers/i2c/busses/ |
D | i2c-qcom-geni.c | 82 struct geni_se se; member 187 u32 val; in qcom_geni_i2c_conf() local 255 u32 val; in geni_i2c_irq() local 367 u32 val; in geni_i2c_rx_fsm_rst() local 382 u32 val; in geni_i2c_tx_fsm_rst() local 425 struct geni_se *se = &gi2c->se; in geni_i2c_rx_one_msg() local 464 struct geni_se *se = &gi2c->se; in geni_i2c_tx_one_msg() local
|
/linux-6.14.4/mm/ |
D | swapfile.c | 282 static inline struct swap_extent *next_se(struct swap_extent *se) in next_se() 294 struct swap_extent *se; in discard_swap() local 328 struct swap_extent *se; in offset_to_swap_extent() local 348 struct swap_extent *se; in swap_folio_sector() local 365 struct swap_extent *se = offset_to_swap_extent(si, start_page); in discard_swap_cluster() local 1043 long val; in add_to_avail_list() local 1089 long val = atomic_long_add_return_relaxed(nr_entries, &si->inuse_pages); in swap_usage_add() local 1105 long val = atomic_long_sub_return_relaxed(nr_entries, &si->inuse_pages); in swap_usage_sub() local 1888 struct swap_extent *se = first_se(sis); in swap_type_of() local 1925 struct swap_extent *se; in swapdev_block() local [all …]
|
/linux-6.14.4/arch/arm/kernel/ |
D | module.c | 62 u32 val = *offset; in get_group_rem() local 401 const Elf_Shdr *s, *se; in find_mod_section() local
|
/linux-6.14.4/fs/f2fs/ |
D | segment.c | 898 struct seg_entry *se; in f2fs_get_unusable_blocks() local 2042 struct seg_entry *se; in f2fs_issue_discard() local 2082 struct seg_entry *se = get_seg_entry(sbi, cpc->trim_start); in add_discard_addrs() local 2396 struct seg_entry *se = get_seg_entry(sbi, segno); in __set_sit_entry_type() local 2416 struct seg_entry *se; in update_segment_mtime() local 2440 static int update_sit_entry_for_release(struct f2fs_sb_info *sbi, struct seg_entry *se, in update_sit_entry_for_release() 2493 static int update_sit_entry_for_alloc(struct f2fs_sb_info *sbi, struct seg_entry *se, in update_sit_entry_for_alloc() 2544 struct seg_entry *se; in update_sit_entry() local 2622 struct seg_entry *se; in f2fs_is_checkpointed_data() local 2966 struct seg_entry *se = get_seg_entry(sbi, segno); in __next_free_blkoff() local [all …]
|
/linux-6.14.4/scripts/dtc/ |
D | util.c | 122 const char *ss, *se; in util_is_printable_string() local 159 long val; in get_oct_char() local 182 long val; in get_hex_char() local 199 char val; in get_escape_char() local
|
/linux-6.14.4/arch/s390/include/asm/ |
D | nmi.h | 39 unsigned long val; member 56 u64 se : 1; /* 16 storage error uncorrected */ member
|
/linux-6.14.4/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_debugfs.c | 1061 uint32_t offset, se, sh, cu, wave, simd, data[32]; in amdgpu_debugfs_wave_read() local 1153 uint32_t offset, se, sh, cu, wave, simd, thread, bank, *data; in amdgpu_debugfs_gpr_read() local 1710 static int amdgpu_debugfs_evict_vram(void *data, u64 *val) in amdgpu_debugfs_evict_vram() 1731 static int amdgpu_debugfs_evict_gtt(void *data, u64 *val) in amdgpu_debugfs_evict_gtt() 1751 static int amdgpu_debugfs_benchmark(void *data, u64 val) in amdgpu_debugfs_benchmark() 1912 static int amdgpu_debugfs_ib_preempt(void *data, u64 val) in amdgpu_debugfs_ib_preempt() 1987 static int amdgpu_debugfs_sclk_set(void *data, u64 val) in amdgpu_debugfs_sclk_set()
|
D | amdgpu_gfx.c | 109 unsigned int se, sh, cu; in amdgpu_gfx_parse_disable_cu() local 2122 static int amdgpu_debugfs_gfx_sched_mask_set(void *data, u64 val) in amdgpu_debugfs_gfx_sched_mask_set() 2148 static int amdgpu_debugfs_gfx_sched_mask_get(void *data, u64 *val) in amdgpu_debugfs_gfx_sched_mask_get() 2192 static int amdgpu_debugfs_compute_sched_mask_set(void *data, u64 val) in amdgpu_debugfs_compute_sched_mask_set() 2219 static int amdgpu_debugfs_compute_sched_mask_get(void *data, u64 *val) in amdgpu_debugfs_compute_sched_mask_get()
|
D | gfx_v6_0.c | 1371 unsigned se; in gfx_v6_0_write_harvested_raster_configs() local 2324 uint32_t reg, uint32_t val) in gfx_v6_0_ring_emit_wreg()
|
/linux-6.14.4/drivers/tty/serial/ |
D | qcom_geni_serial.c | 119 struct geni_se se; member 274 unsigned int offset, u32 field, u32 val) in qcom_geni_serial_poll_bitfield() 1461 static void __init qcom_geni_serial_enable_early_read(struct geni_se *se, in qcom_geni_serial_enable_early_read() 1468 static inline void qcom_geni_serial_enable_early_read(struct geni_se *se, in qcom_geni_serial_enable_early_read() 1484 struct geni_se se; in qcom_geni_serial_earlycon_setup() local
|
/linux-6.14.4/sound/soc/sof/ |
D | topology.c | 91 u32 *val = (u32 *)((u8 *)object + tokens[i].offset + in sof_update_ipc_object() local 100 u16 *val = (u16 *)((u8 *)object + tokens[i].offset + in sof_update_ipc_object() local 348 u32 *val = (u32 *)((u8 *)object + offset); in get_token_u32() local 357 u16 *val = (u16 *)((u8 *)object + offset); in get_token_u16() local 390 u32 *val = (u32 *)((u8 *)object + offset); in get_token_comp_format() local 398 u32 *val = (u32 *)((u8 *)object + offset); in get_token_dai_type() local 959 struct soc_enum *se; in sof_control_load() local 1623 struct soc_enum *se; in sof_widget_unload() local
|
/linux-6.14.4/drivers/gpu/drm/arm/ |
D | malidp_hw.c | 340 u32 val = 0; in malidp500_modeset() local 661 u32 val = MALIDP_DE_DEFAULT_PREFETCH_START; in malidp550_modeset() local 1292 const struct malidp_irq_map *se = &hw->map.se_irq_map; in malidp_se_irq() local
|
/linux-6.14.4/sound/soc/codecs/ |
D | hdac_hdmi.c | 339 int val; in hdac_hdmi_set_dip_index() local 762 hda_nid_t nid, int val) in hdac_hdmi_set_amp() 972 struct soc_enum *se; in hdac_hdmi_create_pin_port_muxs() local 1038 struct soc_enum *se; in hdac_hdmi_add_pinmux_cvt_route() local
|
/linux-6.14.4/arch/parisc/net/ |
D | bpf_jit.h | 93 #define im11(val) (((u32)(val)) & 0x07ff) argument 230 #define hppa_extrd_sar(reg, target, se) \ argument 315 static inline int check_bits_int(signed long val, int bits) in check_bits_int() 322 static inline int relative_bits_ok(signed long val, int bits) in relative_bits_ok() 330 static inline int relative_branch_ok(signed long val, int bits) in relative_branch_ok() 338 #define is_5b_int(val) check_bits_int(val, 5) argument
|
/linux-6.14.4/tools/perf/ |
D | builtin-c2c.c | 413 struct sort_entry *se; member 433 static int symbol_width(struct hists *hists, struct sort_entry *se) in symbol_width() 1159 static int display_metrics(struct perf_hpp *hpp, u32 val, u32 sum) in display_metrics() 2081 static u8 filter_display(u32 val, u32 sum) in filter_display()
|
/linux-6.14.4/drivers/infiniband/hw/cxgb4/ |
D | t4.h | 703 static inline void write_gts(struct t4_cq *cq, u32 val) in write_gts() 717 static inline int t4_arm_cq(struct t4_cq *cq, int se) in t4_arm_cq() 719 u32 val; in t4_arm_cq() local 758 u32 val; in t4_hwcq_consume() local
|