Home
last modified time | relevance | path

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

/kernel/locking/
Drtmutex.h13 #define rt_mutex_deadlock_check(l) (0) argument
15 #define rt_mutex_deadlock_account_unlock(l) do { } while (0) argument
18 #define debug_rt_mutex_lock(l) do { } while (0) argument
19 #define debug_rt_mutex_proxy_lock(l,p) do { } while (0) argument
20 #define debug_rt_mutex_proxy_unlock(l) do { } while (0) argument
21 #define debug_rt_mutex_unlock(l) do { } while (0) argument
23 #define debug_rt_mutex_deadlock(d, a ,l) do { } while (0) argument
Dqspinlock_paravirt.h69 #define queued_spin_trylock(l) pv_queued_spin_steal_lock(l) argument
72 struct __qspinlock *l = (void *)lock; in pv_queued_spin_steal_lock() local
90 struct __qspinlock *l = (void *)lock; in set_pending() local
97 struct __qspinlock *l = (void *)lock; in clear_pending() local
109 struct __qspinlock *l = (void *)lock; in trylock_clear_pending() local
356 struct __qspinlock *l = (void *)lock; in pv_kick_node() local
390 struct __qspinlock *l = (void *)lock; in pv_wait_head_or_lock() local
480 struct __qspinlock *l = (void *)lock; in __pv_queued_spin_unlock_slowpath() local
535 struct __qspinlock *l = (void *)lock; in __pv_queued_spin_unlock() local
Dspinlock.c35 #define raw_read_can_lock(l) read_can_lock(l) argument
36 #define raw_write_can_lock(l) write_can_lock(l) argument
42 # define arch_read_relax(l) cpu_relax() argument
45 # define arch_write_relax(l) cpu_relax() argument
48 # define arch_spin_relax(l) cpu_relax() argument
Dmcs_spinlock.h28 #define arch_mcs_spin_lock_contended(l) \ argument
41 #define arch_mcs_spin_unlock_contended(l) \ argument
Drtmutex.c141 # define rt_mutex_cmpxchg_relaxed(l,c,n) (cmpxchg_relaxed(&l->owner, c, n) == c) argument
142 # define rt_mutex_cmpxchg_acquire(l,c,n) (cmpxchg_acquire(&l->owner, c, n) == c) argument
143 # define rt_mutex_cmpxchg_release(l,c,n) (cmpxchg_release(&l->owner, c, n) == c) argument
202 # define rt_mutex_cmpxchg_relaxed(l,c,n) (0) argument
203 # define rt_mutex_cmpxchg_acquire(l,c,n) (0) argument
204 # define rt_mutex_cmpxchg_release(l,c,n) (0) argument
Dqspinlock.c161 struct __qspinlock *l = (void *)lock; in clear_pending_set_locked() local
178 struct __qspinlock *l = (void *)lock; in xchg_tail() local
239 struct __qspinlock *l = (void *)lock; in set_locked() local
Dqrwlock.c127 struct __qrwlock *l = (struct __qrwlock *)lock; in queued_write_lock_slowpath() local
Dlockdep_proc.c380 static int lock_stat_cmp(const void *l, const void *r) in lock_stat_cmp()
/kernel/bpf/
Dhashtab.c57 static inline void htab_elem_set_ptr(struct htab_elem *l, u32 key_size, in htab_elem_set_ptr()
63 static inline void __percpu *htab_elem_get_ptr(struct htab_elem *l, u32 key_size) in htab_elem_get_ptr()
283 struct htab_elem *l; in lookup_elem_raw() local
297 struct htab_elem *l; in __htab_map_lookup_elem() local
316 struct htab_elem *l = __htab_map_lookup_elem(map, key); in htab_map_lookup_elem() local
329 struct htab_elem *l, *next_l; in htab_map_get_next_key() local
382 static void htab_elem_free(struct bpf_htab *htab, struct htab_elem *l) in htab_elem_free()
391 struct htab_elem *l = container_of(head, struct htab_elem, rcu); in htab_elem_free_rcu() local
405 static void free_htab_elem(struct bpf_htab *htab, struct htab_elem *l) in free_htab_elem()
650 struct htab_elem *l; in htab_map_delete_elem() local
[all …]
/kernel/sched/
Dcpudeadline.c36 int l, r, largest; in cpudl_heapify_down() local
/kernel/
Dcgroup.c4185 struct list_head *l = it->cset_pos; in css_task_iter_advance_css_set() local
4245 struct list_head *l = it->task_pos; in css_task_iter_advance() local
4474 struct cgroup_pidlist *l, *tmp_l; in cgroup_pidlist_destroy_all() local
4488 struct cgroup_pidlist *l = container_of(dwork, struct cgroup_pidlist, in cgroup_pidlist_destroy_work_fn() local
4586 struct cgroup_pidlist *l; in cgroup_pidlist_find() local
4607 struct cgroup_pidlist *l; in cgroup_pidlist_find_create() local
4640 struct cgroup_pidlist *l; in pidlist_array_load() local
4772 struct cgroup_pidlist *l; in cgroup_pidlist_start() local
4826 struct cgroup_pidlist *l = of->priv; in cgroup_pidlist_stop() local
4837 struct cgroup_pidlist *l = of->priv; in cgroup_pidlist_next() local
Daudit.h290 #define audit_to_watch(k, p, l, o) (-EINVAL) argument
291 #define audit_add_watch(k, l) (-EINVAL) argument
296 #define audit_alloc_mark(k, p, l) (ERR_PTR(-EINVAL)) argument
Dresource.c91 loff_t l = 0; in r_start() local
1505 loff_t l; in iomem_map_sanity_check() local
1555 loff_t l; in iomem_is_exclusive() local
Dmodule.c1140 size_t l = 0; in module_flags_taint() local
1221 size_t l; in show_taint() local
/kernel/trace/
Dtrace_stat.c218 struct stat_node *l = container_of(v, struct stat_node, node); in stat_seq_show() local
Dtrace_events.c921 loff_t l; in t_start() local
954 loff_t l; in s_start() local
1266 loff_t l = 0; in f_start() local
Dtrace.c448 loff_t l = 0; in trace_pid_start() local
2821 loff_t l = 0; in s_start() local
3684 loff_t l = 0; in t_start() local
4329 loff_t l = 0; in saved_cmdlines_start() local
4494 loff_t l = 0; in enum_map_start() local
Dftrace.c3103 loff_t l; in t_hash_start() local
3209 loff_t l; in t_start() local
/kernel/printk/
Dprintk.c3073 size_t l = 0; in kmsg_dump_get_line_nolock() local
3160 size_t l = 0; in kmsg_dump_get_buffer() local
/kernel/events/
Duprobes.c376 static int match_uprobe(struct uprobe *l, struct uprobe *r) in match_uprobe()