Home
last modified time | relevance | path

Searched defs:value (Results 1 – 25 of 48) sorted by relevance

12

/kernel/bpf/
Dqueue_stack_maps.c98 static int __queue_map_get(struct bpf_map *map, void *value, bool delete) in __queue_map_get()
132 static int __stack_map_get(struct bpf_map *map, void *value, bool delete) in __stack_map_get()
169 static int queue_map_peek_elem(struct bpf_map *map, void *value) in queue_map_peek_elem()
175 static int stack_map_peek_elem(struct bpf_map *map, void *value) in stack_map_peek_elem()
181 static int queue_map_pop_elem(struct bpf_map *map, void *value) in queue_map_pop_elem()
187 static int stack_map_pop_elem(struct bpf_map *map, void *value) in stack_map_pop_elem()
193 static int queue_stack_map_push_elem(struct bpf_map *map, void *value, in queue_stack_map_push_elem()
246 void *value, u64 flags) in queue_stack_map_update_elem()
Dbloom_filter.c30 static u32 hash(struct bpf_bloom_filter *bloom, void *value, in hash()
44 static int bloom_map_peek_elem(struct bpf_map *map, void *value) in bloom_map_peek_elem()
59 static int bloom_map_push_elem(struct bpf_map *map, void *value, u64 flags) in bloom_map_push_elem()
76 static int bloom_map_pop_elem(struct bpf_map *map, void *value) in bloom_map_pop_elem()
81 static int bloom_map_delete_elem(struct bpf_map *map, void *value) in bloom_map_delete_elem()
181 void *value, u64 flags) in bloom_map_update_elem()
Dhashtab.c926 void *value, bool onallcpus) in pcpu_copy_value()
944 void *value, bool onallcpus) in pcpu_init_value()
975 void *value, u32 key_size, u32 hash, in alloc_htab_elem()
1069 static int htab_map_update_elem(struct bpf_map *map, void *key, void *value, in htab_map_update_elem()
1171 static int htab_lru_map_update_elem(struct bpf_map *map, void *key, void *value, in htab_lru_map_update_elem()
1240 void *value, u64 map_flags, in __htab_percpu_map_update_elem()
1295 void *value, u64 map_flags, in __htab_lru_percpu_map_update_elem()
1363 void *value, u64 map_flags) in htab_percpu_map_update_elem()
1369 void *value, u64 map_flags) in htab_lru_percpu_map_update_elem()
1543 void *value; in htab_map_seq_show_elem() local
[all …]
Darraymap.c263 int bpf_percpu_array_copy(struct bpf_map *map, void *key, void *value) in bpf_percpu_array_copy()
318 static int array_map_update_elem(struct bpf_map *map, void *key, void *value, in array_map_update_elem()
357 int bpf_percpu_array_update(struct bpf_map *map, void *key, void *value, in bpf_percpu_array_update()
456 void *value; in array_map_seq_show_elem() local
807 int bpf_fd_array_map_lookup_elem(struct bpf_map *map, void *key, u32 *value) in bpf_fd_array_map_lookup_elem()
828 void *key, void *value, u64 map_flags) in bpf_fd_array_map_update_elem()
1168 u64 value; in perf_event_fd_array_get_ptr() local
Dreuseport_array.c169 void *value) in bpf_fd_reuseport_array_lookup_elem()
236 void *value, u64 map_flags) in bpf_fd_reuseport_array_update_elem()
Dlocal_storage.c145 void *value, u64 flags) in cgroup_storage_update_elem()
183 void *value) in bpf_percpu_cgroup_storage_copy()
212 void *value, u64 map_flags) in bpf_percpu_cgroup_storage_update()
Dbpf_inode_storage.c122 void *value, u64 map_flags) in bpf_fd_inode_storage_update_elem()
174 void *, value, u64, flags, gfp_t, gfp_flags) in BPF_CALL_5() argument
Dbpf_struct_ops.c247 void *value) in bpf_struct_ops_map_sys_lookup_elem()
353 void *value, u64 flags) in bpf_struct_ops_map_update_elem()
557 void *value; in bpf_struct_ops_map_seq_show_elem() local
Dbpf_task_storage.c152 void *value, u64 map_flags) in bpf_pid_task_storage_update_elem()
232 task, void *, value, u64, flags, gfp_t, gfp_flags) in BPF_CALL_5() argument
Dtnum.c16 struct tnum tnum_const(u64 value) in tnum_const()
211 struct tnum tnum_const_subreg(struct tnum a, u32 value) in tnum_const_subreg()
Dcpumap.c68 struct bpf_cpumap_val value; member
431 __cpu_map_entry_alloc(struct bpf_map *map, struct bpf_cpumap_val *value, in __cpu_map_entry_alloc()
572 static int cpu_map_update_elem(struct bpf_map *map, void *key, void *value, in cpu_map_update_elem()
Ddevmap.c889 void *key, void *value, u64 map_flags) in __dev_map_update_elem()
928 static int dev_map_update_elem(struct bpf_map *map, void *key, void *value, in dev_map_update_elem()
936 void *key, void *value, u64 map_flags) in __dev_map_hash_update_elem()
988 static int dev_map_hash_update_elem(struct bpf_map *map, void *key, void *value, in dev_map_hash_update_elem()
Dlpm_trie.c283 const void *value) in lpm_trie_node_alloc()
307 void *_key, void *value, u64 flags) in trie_update_elem()
Dhelpers.c51 void *, value, u64, flags) in BPF_CALL_4() argument
85 BPF_CALL_3(bpf_map_push_elem, struct bpf_map *, map, void *, value, u64, flags) in BPF_CALL_3() argument
100 BPF_CALL_2(bpf_map_pop_elem, struct bpf_map *, map, void *, value) in BPF_CALL_2() argument
113 BPF_CALL_2(bpf_map_peek_elem, struct bpf_map *, map, void *, value) in BPF_CALL_2() argument
1093 void *value; member
1113 void *value = t->value; in bpf_timer_cb() local
Dbpf_local_storage.c76 void *value, bool charge_mem, gfp_t gfp_flags) in bpf_selem_alloc()
373 void *value, u64 map_flags, gfp_t gfp_flags) in bpf_local_storage_update()
/kernel/power/
Dqos.c77 static void pm_qos_set_value(struct pm_qos_constraints *c, s32 value) in pm_qos_set_value()
100 enum pm_qos_req_action action, int value) in pm_qos_update_target()
246 enum pm_qos_req_action action, s32 value) in cpu_latency_qos_apply()
265 void cpu_latency_qos_add_request(struct pm_qos_request *req, s32 value) in cpu_latency_qos_add_request()
367 s32 value; in cpu_latency_qos_read() local
382 s32 value; in cpu_latency_qos_write() local
430 static inline bool freq_qos_value_invalid(s32 value) in freq_qos_value_invalid()
500 enum pm_qos_req_action action, s32 value) in freq_qos_apply()
536 enum freq_qos_req_type type, s32 value) in freq_qos_add_request()
Dsuspend_test.c150 static int __init setup_test_suspend(char *value) in setup_test_suspend()
/kernel/time/
Ditimer.c48 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
/kernel/
Dkexec_elf.c29 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()
Dacct.c334 static comp_t encode_comp_t(unsigned long value) in encode_comp_t()
378 static comp2_t encode_comp2_t(u64 value) in encode_comp2_t()
409 static u32 encode_float(u64 value) in encode_float()
Dkallsyms.c650 unsigned long value; member
659 int __weak arch_get_kallsym(unsigned int symnum, unsigned long *value, in arch_get_kallsym()
838 void *value; in s_show() local
/kernel/debug/kdb/
Dkdb_main.c311 static int kdbgetulenv(const char *match, unsigned long *value) in kdbgetulenv()
336 int kdbgetintenv(const char *match, int *value) in kdbgetintenv()
414 int kdbgetularg(const char *arg, unsigned long *value) in kdbgetularg()
436 int kdbgetu64arg(const char *arg, u64 *value) in kdbgetu64arg()
544 unsigned long *value, long *offset, in kdbgetaddrarg()
1119 unsigned long value; in kdb_parse() local
1407 void kdb_print_state(const char *text, int value) in kdb_print_state()
/kernel/module/
Dkallsyms.c23 static int is_exported(const char *name, unsigned long value, in is_exported()
415 int module_get_kallsym(unsigned int symnum, unsigned long *value, char *type, in module_get_kallsym()
Dprocfs.c69 void *value; in m_show() local
/kernel/cgroup/
Drdma.c359 char *name, *value = c; in parse_resource() local
497 u32 value; in print_rpool_values() local

12