Home
last modified time | relevance | path

Searched refs:l1 (Results 1 – 4 of 4) sorted by relevance

/kernel/sched/
Dsched.h2083 static inline void double_lock(spinlock_t *l1, spinlock_t *l2) in double_lock() argument
2085 if (l1 > l2) in double_lock()
2086 swap(l1, l2); in double_lock()
2088 spin_lock(l1); in double_lock()
2092 static inline void double_lock_irq(spinlock_t *l1, spinlock_t *l2) in double_lock_irq() argument
2094 if (l1 > l2) in double_lock_irq()
2095 swap(l1, l2); in double_lock_irq()
2097 spin_lock_irq(l1); in double_lock_irq()
2101 static inline void double_raw_lock(raw_spinlock_t *l1, raw_spinlock_t *l2) in double_raw_lock() argument
2103 if (l1 > l2) in double_raw_lock()
[all …]
/kernel/
Dcompat.c294 compat_ulong_t l1, l2; in compat_get_bitmap() local
295 unsafe_get_user(l1, umask++, Efault); in compat_get_bitmap()
297 *mask++ = ((unsigned long)l2 << BITS_PER_COMPAT_LONG) | l1; in compat_get_bitmap()
/kernel/rcu/
Dsrcutree.c1262 unsigned long l0, l1; in srcu_torture_stats_print() local
1278 l1 = sdp->srcu_lock_count[idx]; in srcu_torture_stats_print()
1281 c1 = l1 - u1; in srcu_torture_stats_print()
/kernel/cgroup/
Dcgroup.c987 struct list_head *l1, *l2; in compare_css_sets() local
1013 l1 = &cset->cgrp_links; in compare_css_sets()
1019 l1 = l1->next; in compare_css_sets()
1022 if (l1 == &cset->cgrp_links) { in compare_css_sets()
1029 link1 = list_entry(l1, struct cgrp_cset_link, cgrp_link); in compare_css_sets()