/kernel/bpf/ |
D | queue_stack_maps.c | 107 static int __queue_map_get(struct bpf_map *map, void *value, bool delete) in __queue_map_get() 141 static int __stack_map_get(struct bpf_map *map, void *value, bool delete) in __stack_map_get() 178 static int queue_map_peek_elem(struct bpf_map *map, void *value) in queue_map_peek_elem() 184 static int stack_map_peek_elem(struct bpf_map *map, void *value) in stack_map_peek_elem() 190 static int queue_map_pop_elem(struct bpf_map *map, void *value) in queue_map_pop_elem() 196 static int stack_map_pop_elem(struct bpf_map *map, void *value) in stack_map_pop_elem() 202 static int queue_stack_map_push_elem(struct bpf_map *map, void *value, in queue_stack_map_push_elem() 255 void *value, u64 flags) in queue_stack_map_update_elem()
|
D | hashtab.c | 807 void *value, bool onallcpus) in pcpu_copy_value() 825 void *value, bool onallcpus) in pcpu_init_value() 857 void *value, u32 key_size, u32 hash, in alloc_htab_elem() 955 static int htab_map_update_elem(struct bpf_map *map, void *key, void *value, in htab_map_update_elem() 1046 static int htab_lru_map_update_elem(struct bpf_map *map, void *key, void *value, in htab_lru_map_update_elem() 1110 void *value, u64 map_flags, in __htab_percpu_map_update_elem() 1162 void *value, u64 map_flags, in __htab_lru_percpu_map_update_elem() 1226 void *value, u64 map_flags) in htab_percpu_map_update_elem() 1232 void *value, u64 map_flags) in htab_lru_percpu_map_update_elem() 1347 void *value; in htab_map_seq_show_elem() local [all …]
|
D | tnum.c | 16 struct tnum tnum_const(u64 value) in tnum_const() 117 static struct tnum hma(struct tnum acc, u64 value, u64 mask) in hma() 208 struct tnum tnum_const_subreg(struct tnum a, u32 value) in tnum_const_subreg()
|
D | arraymap.c | 261 int bpf_percpu_array_copy(struct bpf_map *map, void *key, void *value) in bpf_percpu_array_copy() 307 static int array_map_update_elem(struct bpf_map *map, void *key, void *value, in array_map_update_elem() 344 int bpf_percpu_array_update(struct bpf_map *map, void *key, void *value, in bpf_percpu_array_update() 410 void *value; in array_map_seq_show_elem() local 719 int bpf_fd_array_map_lookup_elem(struct bpf_map *map, void *key, u32 *value) in bpf_fd_array_map_lookup_elem() 740 void *key, void *value, u64 map_flags) in bpf_fd_array_map_update_elem() 1122 u64 value; in perf_event_fd_array_get_ptr() local
|
D | bpf_inode_storage.c | 120 void *value, u64 map_flags) in bpf_fd_inode_storage_update_elem() 171 void *, value, u64, flags) in BPF_CALL_4() argument
|
D | reuseport_array.c | 183 void *value) in bpf_fd_reuseport_array_lookup_elem() 250 void *value, u64 map_flags) in bpf_fd_reuseport_array_update_elem()
|
D | bpf_struct_ops.c | 243 void *value) in bpf_struct_ops_map_sys_lookup_elem() 316 void *value, u64 flags) in bpf_struct_ops_map_update_elem() 517 void *value; in bpf_struct_ops_map_seq_show_elem() local
|
D | local_storage.c | 146 void *value, u64 flags) in cgroup_storage_update_elem() 185 void *value) in bpf_percpu_cgroup_storage_copy() 214 void *value, u64 map_flags) in bpf_percpu_cgroup_storage_update()
|
D | devmap.c | 645 void *key, void *value, u64 map_flags) in __dev_map_update_elem() 684 static int dev_map_update_elem(struct bpf_map *map, void *key, void *value, in dev_map_update_elem() 692 void *key, void *value, u64 map_flags) in __dev_map_hash_update_elem() 744 static int dev_map_hash_update_elem(struct bpf_map *map, void *key, void *value, in dev_map_hash_update_elem()
|
D | helpers.c | 46 void *, value, u64, flags) in BPF_CALL_4() argument 78 BPF_CALL_3(bpf_map_push_elem, struct bpf_map *, map, void *, value, u64, flags) in BPF_CALL_3() argument 93 BPF_CALL_2(bpf_map_pop_elem, struct bpf_map *, map, void *, value) in BPF_CALL_2() argument 106 BPF_CALL_2(bpf_map_peek_elem, struct bpf_map *, map, void *, value) in BPF_CALL_2() argument
|
D | cpumap.c | 65 struct bpf_cpumap_val value; member 415 __cpu_map_entry_alloc(struct bpf_cpumap_val *value, u32 cpu, int map_id) in __cpu_map_entry_alloc() 546 static int cpu_map_update_elem(struct bpf_map *map, void *key, void *value, in cpu_map_update_elem()
|
D | bpf_local_storage.c | 73 void *value, bool charge_mem) in bpf_selem_alloc() 333 void *value, u64 map_flags) in bpf_local_storage_update()
|
D | lpm_trie.c | 280 const void *value) in lpm_trie_node_alloc() 304 void *_key, void *value, u64 flags) in trie_update_elem()
|
D | syscall.c | 173 void *value, __u64 flags) in bpf_map_update_value() 228 static int bpf_map_copy_value(struct bpf_map *map, void *key, void *value, in bpf_map_copy_value() 997 int __weak bpf_stackmap_copy(struct bpf_map *map, void *key, void *value) in bpf_stackmap_copy() 1022 void *key, *value; in map_lookup_elem() local 1089 void *key, *value; in map_update_elem() local 1333 void *key, *value; in generic_map_update_batch() local 1399 void *buf, *buf_prevkey, *prev_key, *key, *value; in generic_map_lookup_batch() local 1499 void *key, *value; in map_lookup_and_delete_elem() local
|
/kernel/power/ |
D | qos.c | 79 static void pm_qos_set_value(struct pm_qos_constraints *c, s32 value) in pm_qos_set_value() 102 enum pm_qos_req_action action, int value) in pm_qos_update_target() 248 enum pm_qos_req_action action, s32 value) in cpu_latency_qos_apply() 267 void cpu_latency_qos_add_request(struct pm_qos_request *req, s32 value) in cpu_latency_qos_add_request() 369 s32 value; in cpu_latency_qos_read() local 384 s32 value; in cpu_latency_qos_write() local 497 enum pm_qos_req_action action, s32 value) in freq_qos_apply() 533 enum freq_qos_req_type type, s32 value) in freq_qos_add_request()
|
D | suspend_test.c | 150 static int __init setup_test_suspend(char *value) in setup_test_suspend()
|
/kernel/time/ |
D | itimer.c | 48 struct itimerspec64 *const value) in get_cpu_itimer() 76 static int do_getitimer(int which, struct itimerspec64 *value) in do_getitimer() 113 SYSCALL_DEFINE2(getitimer, int, which, struct __kernel_old_itimerval __user *, value) in SYSCALL_DEFINE2() argument 142 struct old_itimerval32 __user *, value) in COMPAT_SYSCALL_DEFINE2() argument 169 const struct itimerspec64 *const value, in set_cpu_itimer() 206 static int do_setitimer(int which, struct itimerspec64 *value, in do_setitimer() 332 SYSCALL_DEFINE3(setitimer, int, which, struct __kernel_old_itimerval __user *, value, in SYSCALL_DEFINE3() argument 379 struct old_itimerval32 __user *, value, in COMPAT_SYSCALL_DEFINE3() argument
|
D | time.c | 588 timespec64_to_jiffies(const struct timespec64 *value) in timespec64_to_jiffies() 605 jiffies_to_timespec64(const unsigned long jiffies, struct timespec64 *value) in jiffies_to_timespec64()
|
/kernel/ |
D | kexec_elf.c | 29 static uint64_t elf64_to_cpu(const struct elfhdr *ehdr, uint64_t value) in elf64_to_cpu() 39 static uint32_t elf32_to_cpu(const struct elfhdr *ehdr, uint32_t value) in elf32_to_cpu() 49 static uint16_t elf16_to_cpu(const struct elfhdr *ehdr, uint16_t value) in elf16_to_cpu()
|
D | acct.c | 315 static comp_t encode_comp_t(unsigned long value) in encode_comp_t() 359 static comp2_t encode_comp2_t(u64 value) in encode_comp2_t() 392 static u32 encode_float(u64 value) in encode_float()
|
D | test_kprobes.c | 21 static noinline u32 kprobe_target(u32 value) in kprobe_target() 82 static noinline u32 kprobe_target2(u32 value) in kprobe_target2()
|
D | kallsyms.c | 486 unsigned long value; member 495 int __weak arch_get_kallsym(unsigned int symnum, unsigned long *value, in arch_get_kallsym() 674 void *value; in s_show() local
|
/kernel/debug/kdb/ |
D | kdb_main.c | 343 static int kdbgetulenv(const char *match, unsigned long *value) in kdbgetulenv() 368 int kdbgetintenv(const char *match, int *value) in kdbgetintenv() 389 int kdbgetularg(const char *arg, unsigned long *value) in kdbgetularg() 411 int kdbgetu64arg(const char *arg, u64 *value) in kdbgetu64arg() 553 unsigned long *value, long *offset, in kdbgetaddrarg() 1134 unsigned long value; in kdb_parse() local 1422 void kdb_print_state(const char *text, int value) in kdb_print_state()
|
D | kdb_private.h | 36 #define KDB_DEBUG_STATE(text, value) if (KDB_DEBUG(STATE)) \ argument 73 unsigned long value; /* Address of symbol */ member
|
/kernel/cgroup/ |
D | rdma.c | 359 char *name, *value = c; in parse_resource() local 497 u32 value; in print_rpool_values() local
|