/linux-6.14.4/tools/perf/util/ |
D | bpf_off_cpu.c | 27 u32 pid; member 79 u32 pid; in off_cpu_start() local 80 u8 val = 1; in off_cpu_start() local 167 int pid = strtol(pos->s, &end_ptr, 10); in off_cpu_prepare() local 219 u8 val = 1; in off_cpu_prepare() local 230 u8 val = 1; in off_cpu_prepare() local 237 int pid = strtol(pos->s, &end_ptr, 10); in off_cpu_prepare() local 247 u32 pid; in off_cpu_prepare() local 248 u8 val = 1; in off_cpu_prepare() local 260 u8 val = 1; in off_cpu_prepare() local [all …]
|
D | bpf_lock_contention.c | 218 u8 val = 1; in lock_contention_prepare() local 229 u32 pid; in lock_contention_prepare() local 230 u8 val = 1; in lock_contention_prepare() local 241 u32 pid = evlist->workload.pid; in lock_contention_prepare() local 242 u8 val = 1; in lock_contention_prepare() local 249 u8 val = 1; in lock_contention_prepare() local 258 u8 val = 1; in lock_contention_prepare() local 267 u8 val = 1; in lock_contention_prepare() local 286 u8 val = 1; in lock_contention_prepare() local 328 static void update_lock_stat(int map_fd, int pid, u64 end_ts, in update_lock_stat() [all …]
|
D | bpf_ftrace.c | 68 u8 val = 1; in perf_ftrace__latency_prepare_bpf() local 79 u32 pid; in perf_ftrace__latency_prepare_bpf() local 80 u8 val = 1; in perf_ftrace__latency_prepare_bpf() local
|
/linux-6.14.4/drivers/hwtracing/coresight/ |
D | coresight-priv.h | 41 #define BMVAL(val, lsb, msb) ((val & GENMASK(msb, lsb)) >> lsb) argument 104 pid_t pid; member 160 static inline int etm_readl_cp14(u32 off, unsigned int *val) { return 0; } in etm_readl_cp14() 161 static inline int etm_writel_cp14(u32 off, u32 val) { return 0; } in etm_writel_cp14() 178 #define CS_AMBA_ID(pid) \ argument 185 #define CS_AMBA_ID_DATA(pid, dval) \ argument 196 #define __CS_AMBA_UCI_ID(pid, m, uci_ptr) \ argument 202 #define CS_AMBA_UCI_ID(pid, uci) __CS_AMBA_UCI_ID(pid, 0x000fffff, uci) argument 229 static inline void *coresight_get_uci_data_from_amba(const struct amba_id *table, u32 pid) in coresight_get_uci_data_from_amba()
|
/linux-6.14.4/kernel/trace/ |
D | trace_sched_switch.c | 201 static struct saved_cmdlines_buffer *allocate_cmdlines_buffer(unsigned int val) in allocate_cmdlines_buffer() 282 static void __trace_find_cmdline(int pid, char comm[]) in __trace_find_cmdline() 309 void trace_find_cmdline(int pid, char comm[]) in trace_find_cmdline() 320 static int *trace_find_tgid_ptr(int pid) in trace_find_tgid_ptr() 335 int trace_find_tgid(int pid) in trace_find_tgid() 463 int pid = ++(*pos); in saved_tgids_next() local 470 int pid = *pos; in saved_tgids_start() local 482 int pid = entry - tgid_map; in saved_tgids_show() local 565 unsigned int *pid = v; in saved_cmdlines_show() local 618 static int tracing_resize_saved_cmdlines(unsigned int val) in tracing_resize_saved_cmdlines() [all …]
|
/linux-6.14.4/arch/x86/um/os-Linux/ |
D | tls.c | 26 int val[] = {GDT_ENTRY_TLS_MIN_I386, GDT_ENTRY_TLS_MIN_X86_64}; in check_host_supports_tls() local 49 int os_set_thread_area(user_desc_t *info, int pid) in os_set_thread_area() 60 int os_get_thread_area(user_desc_t *info, int pid) in os_get_thread_area()
|
/linux-6.14.4/samples/bpf/ |
D | offwaketime.bpf.c | 66 u32 pid = BPF_CORE_READ(p, pid); in waker() local 76 static inline int update_counts(void *ctx, u32 pid, u64 delta) in update_counts() 79 u64 zero = 0, *val; in update_counts() local 111 u32 pid = ctx->prev_pid; local
|
/linux-6.14.4/tools/testing/selftests/filesystems/statmount/ |
D | statmount_test_ns.c | 36 static inline int wait_for_pid(pid_t pid) in wait_for_pid() 102 static int write_file(const char *path, const char *val) in write_file() 209 pid_t pid; in test_statmount_mnt_ns_id() local 230 static int validate_external_listmount(pid_t pid, uint64_t child_nr_mounts) in validate_external_listmount() 287 pid_t pid; in test_listmount_ns() local
|
/linux-6.14.4/tools/testing/selftests/x86/ |
D | fsgsbase_restore.c | 130 pid_t pid = getpid(), tid = syscall(SYS_gettid); in tracee_zap_segment() local 147 unsigned int val = dereference_seg_base(); in main() local 164 pid_t pid = getpid(), tid = syscall(SYS_gettid); in main() local
|
/linux-6.14.4/tools/testing/selftests/memfd/ |
D | memfd_test.c | 93 static void sysctl_assert_write(const char *val) in sysctl_assert_write() 108 static void sysctl_fail_write(const char *val) in sysctl_fail_write() 124 static void sysctl_assert_equal(const char *val) in sysctl_assert_equal() 410 pid_t pid; in mfd_assert_fork_private_write() local 782 pid_t pid; in spawn_thread() local 799 static void join_thread(pid_t pid) in join_thread() 826 static void join_idle_thread(pid_t pid) in join_idle_thread() 1321 int pid = spawn_thread(CLONE_NEWPID, sysctl_simple_child, NULL); in test_sysctl_simple() local 1358 int pid; in sysctl_nested_child() local 1449 int pid = spawn_thread(CLONE_NEWPID, sysctl_nested_child, NULL); in test_sysctl_nested() local [all …]
|
/linux-6.14.4/arch/powerpc/kvm/ |
D | e500.c | 28 unsigned long val; member 161 int as, int pid, int pr) in kvmppc_e500_id_table_reset_one() 221 void kvmppc_set_pid(struct kvm_vcpu *vcpu, u32 pid) in kvmppc_set_pid() 237 int pid; in kvmppc_e500_tlbil_one() local 238 u32 val, eaddr; in kvmppc_e500_tlbil_one() local 423 union kvmppc_one_reg *val) in kvmppc_get_one_reg_e500() 430 union kvmppc_one_reg *val) in kvmppc_set_one_reg_e500()
|
D | e500_mmu.c | 81 gva_t eaddr, int tlbsel, unsigned int pid, int as) in kvmppc_e500_tlb_index() 276 int pid, int type) in tlbilx_all() 292 static void tlbilx_one(struct kvmppc_vcpu_e500 *vcpu_e500, int pid, in tlbilx_one() 310 int pid = get_cur_spid(vcpu); in kvmppc_e500_emul_tlbilx() local 345 unsigned int pid = get_cur_spid(vcpu); in kvmppc_e500_emul_tlbsx() local 454 gva_t eaddr, unsigned int pid, int as) in kvmppc_e500_tlb_search() 474 u8 pid; in kvmppc_core_vcpu_translate() local 598 union kvmppc_one_reg *val) in kvmppc_get_one_reg_e500_tlb() 651 union kvmppc_one_reg *val) in kvmppc_set_one_reg_e500_tlb()
|
/linux-6.14.4/drivers/usb/core/ |
D | quirks.c | 17 u16 pid; member 30 char *val, *p, *field; in quirks_param_set() local 31 u16 vid, pid; in quirks_param_set() local 691 u16 pid = le16_to_cpu(udev->descriptor.idProduct); in usb_detect_dynamic_quirks() local
|
/linux-6.14.4/arch/alpha/kernel/ |
D | sys_marvel.c | 43 unsigned int pid; in io7_device_interrupt() local 74 unsigned int pid; in io7_get_irq_ctl() local 177 unsigned long val; in io7_redirect_irq() local 191 unsigned long val; in io7_redirect_one_lsi() local 208 unsigned long val; in io7_redirect_one_msi() local
|
/linux-6.14.4/tools/tracing/rtla/src/ |
D | utils.c | 154 long parse_seconds_duration(char *val) in parse_seconds_duration() 188 long parse_ns_duration(char *val) in parse_ns_duration() 235 static inline int syscall_sched_setattr(pid_t pid, const struct sched_attr *attr, in syscall_sched_setattr() 240 int __set_sched_attr(int pid, struct sched_attr *attr) in __set_sched_attr() 361 long val = INVALID_VAL; in get_long_ns_after_colon() local 377 long val = INVALID_VAL; in get_long_after_colon() local 779 int set_pid_cgroup(pid_t pid, const char *cgroup) in set_pid_cgroup()
|
/linux-6.14.4/tools/power/pm-graph/ |
D | bootgraph.py | 107 def setGraphFilter(self, val): argument 237 def newAction(self, phase, name, pid, start, end, ret, ulen): argument 254 def deviceMatch(self, pid, cg): argument 922 val = next(args) variable 928 val = next(args) variable 939 val = next(args) variable 952 val = next(args) variable 961 val = next(args) variable 974 val = next(args) variable 983 val = next(args) variable [all …]
|
/linux-6.14.4/tools/testing/selftests/bpf/progs/ |
D | test_map_ops.c | 29 const volatile pid_t pid; variable 32 static u64 callback(u64 map, u64 key, u64 val, u64 ctx, u64 flags) in callback() 41 const int val = 1; in map_update() local 67 const int val = 1; in map_push() local 80 int val; in map_pop() local 93 int val; in map_peek() local 107 const int val = 1; in map_for_each_pass() local 125 const int val = 1; in map_for_each_fail() local
|
D | test_kfunc_dynptr_param.c | 33 int err, pid; variable 41 unsigned long val; in BPF_PROG() local 51 unsigned long val = 0; in BPF_PROG() local
|
D | uprobe_multi_session_cookie.c | 10 int pid = 0; variable 16 static int check_cookie(__u64 val, __u64 *result) in check_cookie()
|
D | lru_bug.c | 17 int pid = 0; variable 33 struct map_value val = {}, *v; in nanosleep() local
|
D | stacktrace_map_skip.c | 31 int pid = 0; variable 39 __u32 key = 0, val = 0; in oncpu() local
|
/linux-6.14.4/drivers/usb/renesas_usbhs/ |
D | pipe.c | 50 static void usbhsp_pipectrl_set(struct usbhs_pipe *pipe, u16 mask, u16 val) in usbhsp_pipectrl_set() 77 u16 mask, u16 val) in __usbhsp_pipe_xxx_set() 101 static void usbhsp_pipe_cfg_set(struct usbhs_pipe *pipe, u16 mask, u16 val) in usbhsp_pipe_cfg_set() 114 static void usbhsp_pipe_trn_set(struct usbhs_pipe *pipe, u16 mask, u16 val) in usbhsp_pipe_trn_set() 150 static void usbhsp_pipe_tre_set(struct usbhs_pipe *pipe, u16 mask, u16 val) in usbhsp_pipe_tre_set() 190 static void usbhsp_pipe_buf_set(struct usbhs_pipe *pipe, u16 mask, u16 val) in usbhsp_pipe_buf_set() 201 static void usbhsp_pipe_maxp_set(struct usbhs_pipe *pipe, u16 mask, u16 val) in usbhsp_pipe_maxp_set() 271 u16 val; in usbhs_pipe_is_accessible() local 282 u16 val; in usbhs_pipe_contains_transmittable_data() local 300 u16 pid = usbhsp_pipectrl_get(pipe); in __usbhsp_pid_try_nak_if_stall() local [all …]
|
/linux-6.14.4/tools/perf/util/bpf_skel/ |
D | off_cpu.bpf.c | 28 __u32 pid; member 162 __u32 pid; in can_record() local 242 u32 pid; in on_newtask() local 243 u8 val = 1; in on_newtask() local
|
/linux-6.14.4/tools/kvm/kvm_stat/ |
D | kvm_stat | 490 def _perf_event_open(self, attr, pid, cpu, group_fd, flags): argument 575 def __init__(self, pid): argument 602 def __init__(self, pid, fields_filter): argument 762 def pid(self): member in TracepointProvider 766 def pid(self, pid): argument 798 def __init__(self, pid, fields_filter, include_past): argument 839 def pid(self): member in DebugfsProvider 843 def pid(self, pid): member in DebugfsProvider 987 def pid_filter(self, pid): argument 999 def child_events(self, val): argument [all …]
|
/linux-6.14.4/drivers/net/wireless/mediatek/mt76/mt7603/ |
D | mac.c | 56 u32 val; in mt7603_mac_set_timing() local 173 u32 val = mt76_rr(dev, addr + 3 * 4); in mt7603_wtbl_set_skip_tx() local 336 u32 val; in mt7603_wtbl_update_cap() local 708 u16 val; in mt7603_mac_tx_rate_val() local 740 u16 val[4]; in mt7603_wtbl_set_rates() local 921 int pid, struct ieee80211_key_conf *key) in mt7603_mac_write_txwi() 937 u32 val; in mt7603_mac_write_txwi() local 1056 int pid; in mt7603_tx_prepare_skb() local 1224 mt7603_mac_add_txs_skb(struct mt7603_dev *dev, struct mt7603_sta *sta, int pid, in mt7603_mac_add_txs_skb() 1261 u8 pid; in mt7603_mac_add_txs() local [all …]
|