Home
last modified time | relevance | path

Searched defs:l (Results 1 – 24 of 24) sorted by relevance

/kernel/bpf/
Dbpf_lru_list.c52 static void bpf_lru_list_count_inc(struct bpf_lru_list *l, in bpf_lru_list_count_inc()
59 static void bpf_lru_list_count_dec(struct bpf_lru_list *l, in bpf_lru_list_count_dec()
66 static void __bpf_lru_node_move_to_free(struct bpf_lru_list *l, in __bpf_lru_node_move_to_free()
87 static void __bpf_lru_node_move_in(struct bpf_lru_list *l, in __bpf_lru_node_move_in()
105 static void __bpf_lru_node_move(struct bpf_lru_list *l, in __bpf_lru_node_move()
129 static bool bpf_lru_list_inactive_low(const struct bpf_lru_list *l) in bpf_lru_list_inactive_low()
145 struct bpf_lru_list *l) in __bpf_lru_list_rotate_active()
172 struct bpf_lru_list *l) in __bpf_lru_list_rotate_inactive()
212 struct bpf_lru_list *l, in __bpf_lru_list_shrink_inactive()
242 static void __bpf_lru_list_rotate(struct bpf_lru *lru, struct bpf_lru_list *l) in __bpf_lru_list_rotate()
[all …]
Dhashtab.c197 static inline void htab_elem_set_ptr(struct htab_elem *l, u32 key_size, in htab_elem_set_ptr()
203 static inline void __percpu *htab_elem_get_ptr(struct htab_elem *l, u32 key_size) in htab_elem_get_ptr()
208 static void *fd_htab_map_get_ptr(const struct bpf_map *map, struct htab_elem *l) in fd_htab_map_get_ptr()
297 struct htab_elem *l; in prealloc_lru_pop() local
380 struct pcpu_freelist_node *l; in alloc_extra_elems() local
623 struct htab_elem *l; in lookup_elem_raw() local
641 struct htab_elem *l; in lookup_nulls_elem_raw() local
663 struct htab_elem *l; in __htab_map_lookup_elem() local
682 struct htab_elem *l = __htab_map_lookup_elem(map, key); in htab_map_lookup_elem() local
719 struct htab_elem *l = __htab_map_lookup_elem(map, key); in __htab_lru_map_lookup_elem() local
[all …]
Dhelpers.c280 arch_spinlock_t *l = (void *)lock; in __bpf_spin_lock() local
294 arch_spinlock_t *l = (void *)lock; in __bpf_spin_unlock() local
303 atomic_t *l = (void *)lock; in __bpf_spin_lock() local
313 atomic_t *l = (void *)lock; in __bpf_spin_unlock() local
Doffload.c42 struct rhash_head l; member
/kernel/cgroup/
Dcgroup-v1.c199 struct cgroup_pidlist *l, *tmp_l; in cgroup1_pidlist_destroy_all() local
213 struct cgroup_pidlist *l = container_of(dwork, struct cgroup_pidlist, in cgroup_pidlist_destroy_work_fn() local
281 struct cgroup_pidlist *l; in cgroup_pidlist_find() local
302 struct cgroup_pidlist *l; in cgroup_pidlist_find_create() local
335 struct cgroup_pidlist *l; in pidlist_array_load() local
399 struct cgroup_pidlist *l; in cgroup_pidlist_start() local
453 struct cgroup_pidlist *l = ctx->procs1.pidlist; in cgroup_pidlist_stop() local
465 struct cgroup_pidlist *l = ctx->procs1.pidlist; in cgroup_pidlist_next() local
Dcgroup.c4764 struct list_head *l; in css_task_iter_next_css_set() local
/kernel/locking/
Dmcs_spinlock.h32 #define arch_mcs_spin_lock_contended(l) \ argument
44 #define arch_mcs_spin_unlock_contended(l) \ argument
Dspinlock.c49 # define arch_read_relax(l) cpu_relax() argument
52 # define arch_write_relax(l) cpu_relax() argument
55 # define arch_spin_relax(l) cpu_relax() argument
Dqspinlock_paravirt.h80 #define queued_spin_trylock(l) pv_hybrid_queued_unfair_trylock(l) argument
Dlockdep_proc.c409 static int lock_stat_cmp(const void *l, const void *r) in lock_stat_cmp()
/kernel/module/
Dtracking.c57 size_t l; in print_unloaded_tainted_modules() local
90 size_t l; in unloaded_tainted_modules_seq_show() local
Dmain.c884 size_t l = 0; in module_flags_taint() local
964 size_t l; in show_taint() local
/kernel/sched/
Dcpudeadline.c27 int l, r, largest; in cpudl_heapify_down() local
/kernel/
Daudit.h309 #define audit_to_watch(k, p, l, o) (-EINVAL) argument
310 #define audit_add_watch(k, l) (-EINVAL) argument
315 #define audit_alloc_mark(k, p, l) (ERR_PTR(-EINVAL)) argument
Dresource.c95 loff_t l = 0; in r_start() local
1648 loff_t l; in iomem_map_sanity_check() local
/kernel/trace/
Dtrace_stat.c217 struct stat_node *l = container_of(v, struct stat_node, node); in stat_seq_show() local
Dtrace_branch.c301 int l; in annotate_branch_stat_show() local
Dtrace_events.c1235 loff_t l; in t_start() local
1268 loff_t l; in s_start() local
1618 loff_t l = 0; in f_start() local
Dtrace.c649 loff_t l = 0; in trace_pid_start() local
4107 loff_t l = 0; in s_start() local
5070 loff_t l = 0; in t_start() local
5903 loff_t l = 0; in saved_cmdlines_start() local
6061 loff_t l = 0; in eval_map_start() local
Dftrace.c3377 loff_t l; in t_probe_start() local
3452 loff_t l; in t_mod_start() local
3543 loff_t l = *pos; /* t_probe_start() must use original pos */ in t_next() local
3580 loff_t l; in t_start() local
Dring_buffer.c661 rb_time_read_cmpxchg(local_t *l, unsigned long expect, unsigned long set) in rb_time_read_cmpxchg()
/kernel/trace/rv/
Drv.c429 loff_t l; in enabled_monitors_start() local
/kernel/printk/
Dprintk.c3737 size_t l = 0; in kmsg_dump_get_line() local
/kernel/events/
Dcore.c3671 static bool perf_less_group_idx(const void *l, const void *r) in perf_less_group_idx()
3679 static void swap_ptr(void *l, void *r) in swap_ptr()