/kernel/power/ |
D | qos.c | 77 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() 224 static inline bool cpu_latency_qos_value_invalid(s32 value) in cpu_latency_qos_value_invalid() 251 enum pm_qos_req_action action, s32 value) in cpu_latency_qos_apply() 270 void cpu_latency_qos_add_request(struct pm_qos_request *req, s32 value) in cpu_latency_qos_add_request() 372 s32 value; in cpu_latency_qos_read() local 387 s32 value; in cpu_latency_qos_write() local 435 static inline bool freq_qos_value_invalid(s32 value) in freq_qos_value_invalid() 505 enum pm_qos_req_action action, s32 value) in freq_qos_apply() 541 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/bpf/ |
D | queue_stack_maps.c | 94 static long __queue_map_get(struct bpf_map *map, void *value, bool delete) in __queue_map_get() 128 static long __stack_map_get(struct bpf_map *map, void *value, bool delete) in __stack_map_get() 165 static long queue_map_peek_elem(struct bpf_map *map, void *value) in queue_map_peek_elem() 171 static long stack_map_peek_elem(struct bpf_map *map, void *value) in stack_map_peek_elem() 177 static long queue_map_pop_elem(struct bpf_map *map, void *value) in queue_map_pop_elem() 183 static long stack_map_pop_elem(struct bpf_map *map, void *value) in stack_map_pop_elem() 189 static long queue_stack_map_push_elem(struct bpf_map *map, void *value, in queue_stack_map_push_elem() 242 void *value, u64 flags) in queue_stack_map_update_elem()
|
D | bloom_filter.c | 23 static u32 hash(struct bpf_bloom_filter *bloom, void *value, in hash() 36 static long bloom_map_peek_elem(struct bpf_map *map, void *value) in bloom_map_peek_elem() 51 static long bloom_map_push_elem(struct bpf_map *map, void *value, u64 flags) in bloom_map_push_elem() 68 static long bloom_map_pop_elem(struct bpf_map *map, void *value) in bloom_map_pop_elem() 73 static long bloom_map_delete_elem(struct bpf_map *map, void *value) in bloom_map_delete_elem() 177 void *value, u64 flags) in bloom_map_update_elem()
|
D | hashtab.c | 952 void *value, bool onallcpus) in pcpu_copy_value() 969 void *value, bool onallcpus) in pcpu_init_value() 998 void *value, u32 key_size, u32 hash, in alloc_htab_elem() 1093 static long htab_map_update_elem(struct bpf_map *map, void *key, void *value, in htab_map_update_elem() 1196 static long htab_lru_map_update_elem(struct bpf_map *map, void *key, void *value, in htab_lru_map_update_elem() 1265 void *value, u64 map_flags, in __htab_percpu_map_update_elem() 1320 void *value, u64 map_flags, in __htab_lru_percpu_map_update_elem() 1390 void *value, u64 map_flags) in htab_percpu_map_update_elem() 1396 void *value, u64 map_flags) in htab_lru_percpu_map_update_elem() 1566 void *value; in htab_map_seq_show_elem() local [all …]
|
D | bpf_task_storage.c | 124 void *value, u64 map_flags) in bpf_pid_task_storage_update_elem() 208 struct task_struct *task, void *value, in __bpf_task_storage_get() 231 task, void *, value, u64, flags, gfp_t, gfp_flags) in BPF_CALL_5() argument 250 task, void *, value, u64, flags, gfp_t, gfp_flags) in BPF_CALL_5() argument
|
D | bpf_inode_storage.c | 92 void *value, u64 map_flags) in bpf_fd_inode_storage_update_elem() 139 void *, value, u64, flags, gfp_t, gfp_flags) in BPF_CALL_5() argument
|
D | arraymap.c | 263 int bpf_percpu_array_copy(struct bpf_map *map, void *key, void *value) in bpf_percpu_array_copy() 310 static long array_map_update_elem(struct bpf_map *map, void *key, void *value, in array_map_update_elem() 349 int bpf_percpu_array_update(struct bpf_map *map, void *key, void *value, in bpf_percpu_array_update() 447 void *value; in array_map_seq_show_elem() local 822 int bpf_fd_array_map_lookup_elem(struct bpf_map *map, void *key, u32 *value) in bpf_fd_array_map_lookup_elem() 843 void *key, void *value, u64 map_flags) in bpf_fd_array_map_update_elem() 1190 u64 value; in perf_event_fd_array_get_ptr() local
|
D | local_storage.c | 145 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()
|
D | bpf_cgrp_storage.c | 97 void *value, u64 map_flags) in bpf_cgrp_storage_update_elem() 162 void *, value, u64, flags, gfp_t, gfp_flags) in BPF_CALL_5() argument
|
D | reuseport_array.c | 166 void *value) in bpf_fd_reuseport_array_lookup_elem() 233 void *value, u64 map_flags) in bpf_fd_reuseport_array_update_elem()
|
D | tnum.c | 16 struct tnum tnum_const(u64 value) in tnum_const() 211 struct tnum tnum_const_subreg(struct tnum a, u32 value) in tnum_const_subreg()
|
D | cpumap.c | 68 struct bpf_cpumap_val value; member 389 __cpu_map_entry_alloc(struct bpf_map *map, struct bpf_cpumap_val *value, in __cpu_map_entry_alloc() 526 static long cpu_map_update_elem(struct bpf_map *map, void *key, void *value, in cpu_map_update_elem()
|
D | devmap.c | 897 void *key, void *value, u64 map_flags) in __dev_map_update_elem() 938 static long dev_map_update_elem(struct bpf_map *map, void *key, void *value, in dev_map_update_elem() 946 void *key, void *value, u64 map_flags) in __dev_map_hash_update_elem() 998 static long dev_map_hash_update_elem(struct bpf_map *map, void *key, void *value, in dev_map_hash_update_elem()
|
D | bpf_struct_ops.c | 256 void *value) in bpf_struct_ops_map_sys_lookup_elem() 370 void *value, u64 flags) in bpf_struct_ops_map_update_elem() 594 void *value; in bpf_struct_ops_map_seq_show_elem() local
|
D | lpm_trie.c | 283 const void *value) in lpm_trie_node_alloc() 307 void *_key, void *value, u64 flags) in trie_update_elem()
|
/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 | 617 timespec64_to_jiffies(const struct timespec64 *value) in timespec64_to_jiffies() 639 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 | 334 static comp_t encode_comp_t(u64 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()
|
/kernel/debug/kdb/ |
D | kdb_main.c | 311 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()
|
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/module/ |
D | kallsyms.c | 24 static int is_exported(const char *name, unsigned long value, in is_exported() 384 int module_get_kallsym(unsigned int symnum, unsigned long *value, char *type, in module_get_kallsym()
|
D | procfs.c | 78 void *value; in m_show() local
|
/kernel/cgroup/ |
D | rdma.c | 361 char *name, *value = c; in parse_resource() local 499 u32 value; in print_rpool_values() local
|