Searched defs:l (Results 1 – 10 of 10) sorted by relevance
/kernel/ |
D | rtmutex.h | 13 #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
|
D | kfifo.c | 122 unsigned int l; in __kfifo_put() local 168 unsigned int l; in __kfifo_get() local
|
D | resource.c | 61 loff_t l = 0; in r_start() local 843 loff_t l; in iomem_map_sanity_check() local 896 loff_t l; in iomem_is_exclusive() local
|
D | rtmutex.c | 82 # define rt_mutex_cmpxchg(l,c,n) (cmpxchg(&l->owner, c, n) == c) argument 92 # define rt_mutex_cmpxchg(l,c,n) (0) argument
|
D | lockdep_proc.c | 449 static int lock_stat_cmp(const void *l, const void *r) in lock_stat_cmp()
|
D | cgroup.c | 1759 struct list_head *l = it->cg_link; in cgroup_advance_iter() local 1824 struct list_head *l = it->task; in cgroup_iter_next() local
|
/kernel/power/ |
D | userwakelock.c | 46 struct user_wake_lock *l; in lookup_wake_lock_name() local 134 struct user_wake_lock *l; in wake_lock_show() local 154 struct user_wake_lock *l; in wake_lock_store() local 182 struct user_wake_lock *l; in wake_unlock_show() local 201 struct user_wake_lock *l; in wake_unlock_store() local
|
/kernel/trace/ |
D | trace_branch.c | 214 loff_t l = 0; in t_start() local
|
D | trace_stack.c | 214 loff_t l = 0; in t_start() local
|
D | trace.c | 1433 loff_t l = 0; local 2573 loff_t l = 0; local
|