Home
last modified time | relevance | path

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

12

/kernel/time/
Ditimer.c50 struct itimerval *const value) in get_cpu_itimer()
83 int do_getitimer(int which, struct itimerval *value) in do_getitimer()
107 SYSCALL_DEFINE2(getitimer, int, which, struct itimerval __user *, value) in SYSCALL_DEFINE2() argument
150 const struct itimerval *const value, in set_cpu_itimer()
191 int do_setitimer(int which, struct itimerval *value, struct itimerval *ovalue) in do_setitimer()
292 SYSCALL_DEFINE3(setitimer, int, which, struct itimerval __user *, value, in SYSCALL_DEFINE3() argument
Dtime.c667 timespec64_to_jiffies(const struct timespec64 *value) in timespec64_to_jiffies()
674 jiffies_to_timespec64(const unsigned long jiffies, struct timespec64 *value) in jiffies_to_timespec64()
704 timeval_to_jiffies(const struct timeval *value) in timeval_to_jiffies()
711 void jiffies_to_timeval(const unsigned long jiffies, struct timeval *value) in jiffies_to_timeval()
/kernel/bpf/
Dhashtab.c680 void *value, bool onallcpus) in pcpu_copy_value()
713 void *value, u32 key_size, u32 hash, in alloc_htab_elem()
802 static int htab_map_update_elem(struct bpf_map *map, void *key, void *value, in htab_map_update_elem()
858 static int htab_lru_map_update_elem(struct bpf_map *map, void *key, void *value, in htab_lru_map_update_elem()
923 void *value, u64 map_flags, in __htab_percpu_map_update_elem()
976 void *value, u64 map_flags, in __htab_lru_percpu_map_update_elem()
1041 void *value, u64 map_flags) in htab_percpu_map_update_elem()
1047 void *value, u64 map_flags) in htab_lru_percpu_map_update_elem()
1205 int bpf_percpu_hash_copy(struct bpf_map *map, void *key, void *value) in bpf_percpu_hash_copy()
1237 int bpf_percpu_hash_update(struct bpf_map *map, void *key, void *value, in bpf_percpu_hash_update()
[all …]
Darraymap.c200 int bpf_percpu_array_copy(struct bpf_map *map, void *key, void *value) in bpf_percpu_array_copy()
246 static int array_map_update_elem(struct bpf_map *map, void *key, void *value, in array_map_update_elem()
274 int bpf_percpu_array_update(struct bpf_map *map, void *key, void *value, in bpf_percpu_array_update()
383 int bpf_fd_array_map_lookup_elem(struct bpf_map *map, void *key, u32 *value) in bpf_fd_array_map_lookup_elem()
404 void *key, void *value, u64 map_flags) in bpf_fd_array_map_update_elem()
530 u64 value; in perf_event_fd_array_get_ptr() local
Dtnum.c15 struct tnum tnum_const(u64 value) in tnum_const()
101 static struct tnum hma(struct tnum acc, u64 value, u64 mask) in hma()
Dstackmap.c206 int bpf_stackmap_copy(struct bpf_map *map, void *key, void *value) in bpf_stackmap_copy()
234 static int stack_map_update_elem(struct bpf_map *map, void *key, void *value, in stack_map_update_elem()
Dlpm_trie.c239 const void *value) in lpm_trie_node_alloc()
263 void *_key, void *value, u64 flags) in trie_update_elem()
Dhelpers.c47 void *, value, u64, flags) in BPF_CALL_4() argument
Dsyscall.c487 int __weak bpf_stackmap_copy(struct bpf_map *map, void *key, void *value) in bpf_stackmap_copy()
501 void *key, *value, *ptr; in map_lookup_elem() local
600 void *key, *value; in map_update_elem() local
Ddevmap.c320 static int dev_map_update_elem(struct bpf_map *map, void *key, void *value, in dev_map_update_elem()
Dsockmap.c853 void *key, void *value, u64 flags) in sock_map_update_elem()
/kernel/power/
Dqos.c182 static inline void pm_qos_set_value(struct pm_qos_constraints *c, s32 value) in pm_qos_set_value()
274 enum pm_qos_req_action action, int value) in pm_qos_update_target()
447 int pm_qos_class, s32 value) in pm_qos_add_request()
649 s32 value; in pm_qos_power_read() local
668 s32 value; in pm_qos_power_write() local
Dsuspend_test.c151 static int __init setup_test_suspend(char *value) in setup_test_suspend()
/kernel/
Dtest_kprobes.c30 static noinline u32 kprobe_target(u32 value) in kprobe_target()
83 static noinline u32 kprobe_target2(u32 value) in kprobe_target2()
157 static u32 j_kprobe_target(u32 value) in j_kprobe_target()
Dacct.c315 static comp_t encode_comp_t(unsigned long value) in encode_comp_t()
357 static comp2_t encode_comp2_t(u64 value) in encode_comp2_t()
390 static u32 encode_float(u64 value) in encode_float()
Dsysctl_binary.c1000 unsigned long value; in bin_intvec() local
1026 unsigned long value; in bin_intvec() local
1073 unsigned long value; in bin_ulongvec() local
1099 unsigned long value; in bin_ulongvec() local
Dkallsyms.c518 unsigned long value; member
/kernel/debug/kdb/
Dkdb_main.c291 static int kdbgetulenv(const char *match, unsigned long *value) in kdbgetulenv()
316 int kdbgetintenv(const char *match, int *value) in kdbgetintenv()
337 int kdbgetularg(const char *arg, unsigned long *value) in kdbgetularg()
359 int kdbgetu64arg(const char *arg, u64 *value) in kdbgetu64arg()
495 unsigned long *value, long *offset, in kdbgetaddrarg()
1076 unsigned long value; in kdb_parse() local
1354 void kdb_print_state(const char *text, int value) in kdb_print_state()
Dkdb_private.h36 #define KDB_DEBUG_STATE(text, value) if (KDB_DEBUG(STATE)) \ argument
73 unsigned long value; /* Address of symbol */ member
/kernel/cgroup/
Drdma.c366 char *name, *value = c; in parse_resource() local
506 u32 value; in print_rpool_values() local
/kernel/events/
Dcallchain.c257 int *value = table->data; in perf_event_max_stack_handler() local
/kernel/sched/
Dpsi.c447 static void window_reset(struct psi_window *win, u64 now, u64 value, in window_reset()
466 static u64 window_update(struct psi_window *win, u64 now, u64 value) in window_update()
/kernel/irq/
Dinternals.h345 static inline int irq_timing_decode(u64 value, u64 *timestamp) in irq_timing_decode()
/kernel/trace/
Dbpf_trace.c266 u64 value = 0; in BPF_CALL_2() local
/kernel/debug/
Dgdbstub.c428 static void int_to_threadref(unsigned char *id, int value) in int_to_threadref()

12