/linux-6.12.1/include/asm-generic/ |
D | local64.h | 30 #define local64_read(l) local_read(&(l)->a) argument 31 #define local64_set(l,i) local_set((&(l)->a),(i)) argument 32 #define local64_inc(l) local_inc(&(l)->a) argument 33 #define local64_dec(l) local_dec(&(l)->a) argument 34 #define local64_add(i,l) local_add((i),(&(l)->a)) argument 35 #define local64_sub(i,l) local_sub((i),(&(l)->a)) argument 37 #define local64_sub_and_test(i, l) local_sub_and_test((i), (&(l)->a)) argument 38 #define local64_dec_and_test(l) local_dec_and_test(&(l)->a) argument 39 #define local64_inc_and_test(l) local_inc_and_test(&(l)->a) argument 40 #define local64_add_negative(i, l) local_add_negative((i), (&(l)->a)) argument [all …]
|
D | local.h | 29 #define local_read(l) atomic_long_read(&(l)->a) argument 30 #define local_set(l,i) atomic_long_set((&(l)->a),(i)) argument 31 #define local_inc(l) atomic_long_inc(&(l)->a) argument 32 #define local_dec(l) atomic_long_dec(&(l)->a) argument 33 #define local_add(i,l) atomic_long_add((i),(&(l)->a)) argument 34 #define local_sub(i,l) atomic_long_sub((i),(&(l)->a)) argument 36 #define local_sub_and_test(i, l) atomic_long_sub_and_test((i), (&(l)->a)) argument 37 #define local_dec_and_test(l) atomic_long_dec_and_test(&(l)->a) argument 38 #define local_inc_and_test(l) atomic_long_inc_and_test(&(l)->a) argument 39 #define local_add_negative(i, l) atomic_long_add_negative((i), (&(l)->a)) argument [all …]
|
D | qrwlock.h | 139 #define arch_read_lock(l) queued_read_lock(l) argument 140 #define arch_write_lock(l) queued_write_lock(l) argument 141 #define arch_read_trylock(l) queued_read_trylock(l) argument 142 #define arch_write_trylock(l) queued_write_trylock(l) argument 143 #define arch_read_unlock(l) queued_read_unlock(l) argument 144 #define arch_write_unlock(l) queued_write_unlock(l) argument 145 #define arch_rwlock_is_contended(l) queued_rwlock_is_contended(l) argument
|
D | qspinlock.h | 143 #define arch_spin_is_locked(l) queued_spin_is_locked(l) argument 144 #define arch_spin_is_contended(l) queued_spin_is_contended(l) argument 145 #define arch_spin_value_unlocked(l) queued_spin_value_unlocked(l) argument 146 #define arch_spin_lock(l) queued_spin_lock(l) argument 147 #define arch_spin_trylock(l) queued_spin_trylock(l) argument 148 #define arch_spin_unlock(l) queued_spin_unlock(l) argument
|
/linux-6.12.1/arch/x86/include/asm/ |
D | local.h | 16 #define local_read(l) atomic_long_read(&(l)->a) argument 17 #define local_set(l, i) atomic_long_set(&(l)->a, (i)) argument 19 static inline void local_inc(local_t *l) in local_inc() 25 static inline void local_dec(local_t *l) in local_dec() 31 static inline void local_add(long i, local_t *l) in local_add() 38 static inline void local_sub(long i, local_t *l) in local_sub() 54 static inline bool local_sub_and_test(long i, local_t *l) in local_sub_and_test() 67 static inline bool local_dec_and_test(local_t *l) in local_dec_and_test() 80 static inline bool local_inc_and_test(local_t *l) in local_inc_and_test() 94 static inline bool local_add_negative(long i, local_t *l) in local_add_negative() [all …]
|
/linux-6.12.1/arch/loongarch/include/asm/ |
D | local.h | 19 #define local_read(l) atomic_long_read(&(l)->a) argument 20 #define local_set(l, i) atomic_long_set(&(l)->a, (i)) argument 22 #define local_add(i, l) atomic_long_add((i), (&(l)->a)) argument 23 #define local_sub(i, l) atomic_long_sub((i), (&(l)->a)) argument 24 #define local_inc(l) atomic_long_inc(&(l)->a) argument 25 #define local_dec(l) atomic_long_dec(&(l)->a) argument 30 static inline long local_add_return(long i, local_t *l) in local_add_return() 44 static inline long local_sub_return(long i, local_t *l) in local_sub_return() 59 static inline long local_cmpxchg(local_t *l, long old, long new) in local_cmpxchg() 64 static inline bool local_try_cmpxchg(local_t *l, long *old, long new) in local_try_cmpxchg() [all …]
|
/linux-6.12.1/arch/alpha/include/asm/ |
D | local.h | 14 #define local_read(l) atomic_long_read(&(l)->a) argument 15 #define local_set(l,i) atomic_long_set(&(l)->a, (i)) argument 16 #define local_inc(l) atomic_long_inc(&(l)->a) argument 17 #define local_dec(l) atomic_long_dec(&(l)->a) argument 18 #define local_add(i,l) atomic_long_add((i),(&(l)->a)) argument 19 #define local_sub(i,l) atomic_long_sub((i),(&(l)->a)) argument 21 static __inline__ long local_add_return(long i, local_t * l) in local_add_return() 38 static __inline__ long local_sub_return(long i, local_t * l) in local_sub_return() 55 static __inline__ long local_cmpxchg(local_t *l, long old, long new) in local_cmpxchg() 60 static __inline__ bool local_try_cmpxchg(local_t *l, long *old, long new) in local_try_cmpxchg() [all …]
|
/linux-6.12.1/arch/mips/include/asm/ |
D | local.h | 19 #define local_read(l) atomic_long_read(&(l)->a) argument 20 #define local_set(l, i) atomic_long_set(&(l)->a, (i)) argument 22 #define local_add(i, l) atomic_long_add((i), (&(l)->a)) argument 23 #define local_sub(i, l) atomic_long_sub((i), (&(l)->a)) argument 24 #define local_inc(l) atomic_long_inc(&(l)->a) argument 25 #define local_dec(l) atomic_long_dec(&(l)->a) argument 30 static __inline__ long local_add_return(long i, local_t * l) in local_add_return() 63 static __inline__ long local_sub_return(long i, local_t * l) in local_sub_return() 97 static __inline__ long local_cmpxchg(local_t *l, long old, long new) in local_cmpxchg() 102 static __inline__ bool local_try_cmpxchg(local_t *l, long *old, long new) in local_try_cmpxchg() [all …]
|
/linux-6.12.1/arch/powerpc/include/asm/ |
D | local.h | 20 static __inline__ long local_read(const local_t *l) in local_read() 25 static __inline__ void local_set(local_t *l, long i) in local_set() 60 #define local_add_negative(a, l) (local_add_return((a), (l)) < 0) argument 61 #define local_inc_return(l) local_add_return(1LL, l) argument 62 #define local_inc(l) local_inc_return(l) argument 72 #define local_inc_and_test(l) (local_inc_return(l) == 0) argument 74 #define local_dec_return(l) local_sub_return(1LL, l) argument 75 #define local_dec(l) local_dec_return(l) argument 76 #define local_sub_and_test(a, l) (local_sub_return((a), (l)) == 0) argument 77 #define local_dec_and_test(l) (local_dec_return((l)) == 0) argument [all …]
|
D | qspinlock.h | 161 #define arch_spin_is_locked(l) queued_spin_is_locked(l) argument 162 #define arch_spin_is_contended(l) queued_spin_is_contended(l) argument 163 #define arch_spin_value_unlocked(l) queued_spin_value_unlocked(l) argument 164 #define arch_spin_lock(l) queued_spin_lock(l) argument 165 #define arch_spin_trylock(l) queued_spin_trylock(l) argument 166 #define arch_spin_unlock(l) queued_spin_unlock(l) argument
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_top/ |
D | dml2_top_optimization.c | 45 struct dml2_optimization_test_function_locals *l = params->locals; in dml2_top_optimization_test_function_mcache() local 78 struct dml2_optimization_optimize_function_locals *l = params->locals; in dml2_top_optimization_optimize_function_mcache() local 99 struct dml2_optimization_init_function_locals *l = params->locals; in dml2_top_optimization_init_function_vmin() local 108 struct dml2_optimization_test_function_locals *l = params->locals; in dml2_top_optimization_test_function_vmin() local 118 struct dml2_optimization_optimize_function_locals *l = params->locals; in dml2_top_optimization_optimize_function_vmin() local 129 bool dml2_top_optimization_perform_optimization_phase(struct dml2_optimization_phase_locals *l, con… in dml2_top_optimization_perform_optimization_phase() 207 bool dml2_top_optimization_perform_optimization_phase_1(struct dml2_optimization_phase_locals *l, c… in dml2_top_optimization_perform_optimization_phase_1() 249 struct dml2_optimization_init_function_locals *l = params->locals; in dml2_top_optimization_init_function_uclk_pstate() local 259 struct dml2_optimization_test_function_locals *l = params->locals; in dml2_top_optimization_test_function_uclk_pstate() local 269 struct dml2_optimization_optimize_function_locals *l = params->locals; in dml2_top_optimization_optimize_function_uclk_pstate() local [all …]
|
/linux-6.12.1/fs/bcachefs/ |
D | keylist.h | 10 static inline void bch2_keylist_init(struct keylist *l, u64 *inline_keys) in bch2_keylist_init() 15 static inline void bch2_keylist_free(struct keylist *l, u64 *inline_keys) in bch2_keylist_free() 21 static inline void bch2_keylist_push(struct keylist *l) in bch2_keylist_push() 26 static inline void bch2_keylist_add(struct keylist *l, const struct bkey_i *k) in bch2_keylist_add() 32 static inline bool bch2_keylist_empty(struct keylist *l) in bch2_keylist_empty() 37 static inline size_t bch2_keylist_u64s(struct keylist *l) in bch2_keylist_u64s() 42 static inline size_t bch2_keylist_bytes(struct keylist *l) in bch2_keylist_bytes() 47 static inline struct bkey_i *bch2_keylist_front(struct keylist *l) in bch2_keylist_front() 69 static inline void bch2_verify_keylist_sorted(struct keylist *l) {} in bch2_verify_keylist_sorted()
|
D | bkey.h | 86 const struct bkey_packed *l, const struct bpos *r) in bkey_cmp_left_packed() 98 const struct bkey_packed *l, in bkey_cmp_left_packed_byval() 104 static __always_inline bool bpos_eq(struct bpos l, struct bpos r) in bpos_eq() 111 static __always_inline bool bpos_lt(struct bpos l, struct bpos r) in bpos_lt() 118 static __always_inline bool bpos_le(struct bpos l, struct bpos r) in bpos_le() 125 static __always_inline bool bpos_gt(struct bpos l, struct bpos r) in bpos_gt() 130 static __always_inline bool bpos_ge(struct bpos l, struct bpos r) in bpos_ge() 135 static __always_inline int bpos_cmp(struct bpos l, struct bpos r) in bpos_cmp() 142 static inline struct bpos bpos_min(struct bpos l, struct bpos r) in bpos_min() 147 static inline struct bpos bpos_max(struct bpos l, struct bpos r) in bpos_max() [all …]
|
D | nocow_locking.c | 13 struct nocow_lock_bucket *l = bucket_nocow_lock(t, dev_bucket); in bch2_bucket_nocow_is_locked() local 27 struct nocow_lock_bucket *l = bucket_nocow_lock(t, dev_bucket); in bch2_bucket_nocow_unlock() local 44 bool __bch2_bucket_nocow_trylock(struct nocow_lock_bucket *l, in __bch2_bucket_nocow_trylock() 80 struct nocow_lock_bucket *l, in __bch2_bucket_nocow_lock() 96 struct nocow_lock_bucket *l; in bch2_nocow_locks_to_text() local 131 for (struct nocow_lock_bucket *l = t->l; l < t->l + ARRAY_SIZE(t->l); l++) in bch2_fs_nocow_locking_exit() local 140 for (struct nocow_lock_bucket *l = t->l; l < t->l + ARRAY_SIZE(t->l); l++) in bch2_fs_nocow_locking_init() local
|
/linux-6.12.1/include/linux/ |
D | lockdep.h | 259 #define lock_set_novalidate_class(l, n, i) \ argument 284 #define lockdep_assert_held(l) \ argument 287 #define lockdep_assert_not_held(l) \ argument 290 #define lockdep_assert_held_write(l) \ argument 293 #define lockdep_assert_held_read(l) \ argument 296 #define lockdep_assert_held_once(l) \ argument 304 #define lockdep_pin_lock(l) lock_pin_lock(&(l)->dep_map) argument 305 #define lockdep_repin_lock(l,c) lock_repin_lock(&(l)->dep_map, (c)) argument 306 #define lockdep_unpin_lock(l,c) lock_unpin_lock(&(l)->dep_map, (c)) argument 336 # define lock_acquire(l, s, t, r, c, n, i) do { } while (0) argument [all …]
|
D | bits.h | 23 #define GENMASK_INPUT_CHECK(h, l) \ argument 31 #define GENMASK_INPUT_CHECK(h, l) 0 argument 34 #define GENMASK(h, l) \ argument 36 #define GENMASK_ULL(h, l) \ argument 50 #define GENMASK_U128(h, l) \ argument
|
/linux-6.12.1/net/tipc/ |
D | link.c | 268 bool tipc_link_is_up(struct tipc_link *l) in tipc_link_is_up() 273 bool tipc_link_peer_is_down(struct tipc_link *l) in tipc_link_peer_is_down() 278 bool tipc_link_is_reset(struct tipc_link *l) in tipc_link_is_reset() 283 bool tipc_link_is_establishing(struct tipc_link *l) in tipc_link_is_establishing() 288 bool tipc_link_is_synching(struct tipc_link *l) in tipc_link_is_synching() 293 bool tipc_link_is_failingover(struct tipc_link *l) in tipc_link_is_failingover() 298 bool tipc_link_is_blocked(struct tipc_link *l) in tipc_link_is_blocked() 303 static bool link_is_bc_sndlink(struct tipc_link *l) in link_is_bc_sndlink() 308 static bool link_is_bc_rcvlink(struct tipc_link *l) in link_is_bc_rcvlink() 313 void tipc_link_set_active(struct tipc_link *l, bool active) in tipc_link_set_active() [all …]
|
/linux-6.12.1/kernel/bpf/ |
D | bpf_lru_list.c | 52 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 …]
|
/linux-6.12.1/tools/lib/subcmd/ |
D | parse-options.h | 118 #define OPT_ARGUMENT(l, h) { .type = OPTION_ARGUMENT, .long_name = (l), .help = (h) } argument 120 #define OPT_BIT(s, l, v, h, b) { .type = OPTION_BIT, .short_name = (s), .long_name = (l), .val… argument 121 #define OPT_BOOLEAN(s, l, v, h) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), … argument 122 #define OPT_BOOLEAN_FLAG(s, l, v, h, f) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name… argument 123 #define OPT_BOOLEAN_SET(s, l, v, os, h) \ argument 127 #define OPT_INCR(s, l, v, h) { .type = OPTION_INCR, .short_name = (s), .long_name = (l), .va… argument 128 #define OPT_SET_UINT(s, l, v, h, i) { .type = OPTION_SET_UINT, .short_name = (s), .long_name = (l)… argument 129 #define OPT_SET_PTR(s, l, v, h, p) { .type = OPTION_SET_PTR, .short_name = (s), .long_name = (l), … argument 130 #define OPT_INTEGER(s, l, v, h) { .type = OPTION_INTEGER, .short_name = (s), .long_name = (l), … argument 131 #define OPT_UINTEGER(s, l, v, h) { .type = OPTION_UINTEGER, .short_name = (s), .long_name = (l),… argument [all …]
|
/linux-6.12.1/fs/nls/ |
D | nls_euc-jp.c | 17 #define IS_SJIS_LOW_BYTE(l) ((0x40 <= (l)) && ((l) <= 0xFC) && ((l) != 0x7F)) argument 19 #define IS_SJIS_JISX0208(h, l) ((((0x81 <= (h)) && ((h) <= 0x9F)) \ argument 23 #define IS_SJIS_UDC_LOW(h, l) (((0xF0 <= (h)) && ((h) <= 0xF4)) \ argument 25 #define IS_SJIS_UDC_HI(h, l) (((0xF5 <= (h)) && ((h) <= 0xF9)) \ argument 27 #define IS_SJIS_IBM(h, l) (((0xFA <= (h)) && ((h) <= 0xFC)) \ argument 29 #define IS_SJIS_NECIBM(h, l) (((0xED <= (h)) && ((h) <= 0xEE)) \ argument 44 #define IS_EUC_JISX0208(h, l) (IS_EUC_BYTE(h) && IS_EUC_BYTE(l)) argument 45 #define IS_EUC_JISX0201KANA(h, l) (((h) == SS2) && (0xA1 <= (l) && (l) <= 0xDF)) argument 46 #define IS_EUC_UDC_LOW(h, l) (((0xF5 <= (h)) && ((h) <= 0xFE)) \ argument 48 #define IS_EUC_UDC_HI(h, l) IS_EUC_UDC_LOW(h, l) /* G3 block */ argument [all …]
|
/linux-6.12.1/arch/arm/mach-omap1/ |
D | omap-dma.c | 81 u32 l; in set_gdma_dev() local 93 u32 l; in omap_set_dma_priority() local 137 u32 l; in omap_set_dma_transfer_params() local 164 u32 l; in omap_set_dma_channel_mode() local 179 u32 l; in omap_set_dma_src_params() local 201 u32 l; in omap_set_dma_src_data_pack() local 214 u32 l; in omap_set_dma_src_burst_mode() local 248 u32 l; in omap_set_dma_dest_params() local 269 u32 l; in omap_set_dma_dest_data_pack() local 282 u32 l; in omap_set_dma_dest_burst_mode() local [all …]
|
/linux-6.12.1/tools/include/linux/ |
D | bits.h | 23 #define GENMASK_INPUT_CHECK(h, l) \ argument 31 #define GENMASK_INPUT_CHECK(h, l) 0 argument 34 #define GENMASK(h, l) \ argument 36 #define GENMASK_ULL(h, l) \ argument 50 #define GENMASK_U128(h, l) \ argument
|
/linux-6.12.1/arch/arm/include/asm/ |
D | io.h | 247 #define outsb(p,d,l) __raw_writesb(__io(p),d,l) argument 248 #define outsw(p,d,l) __raw_writesw(__io(p),d,l) argument 249 #define outsl(p,d,l) __raw_writesl(__io(p),d,l) argument 251 #define insb(p,d,l) __raw_readsb(__io(p),d,l) argument 252 #define insw(p,d,l) __raw_readsw(__io(p),d,l) argument 253 #define insl(p,d,l) __raw_readsl(__io(p),d,l) argument 292 #define readsb(p,d,l) __raw_readsb(p,d,l) argument 293 #define readsw(p,d,l) __raw_readsw(p,d,l) argument 294 #define readsl(p,d,l) __raw_readsl(p,d,l) argument 296 #define writesb(p,d,l) __raw_writesb(p,d,l) argument [all …]
|
D | dmi.h | 9 #define dmi_early_remap(x, l) memremap(x, l, MEMREMAP_WB) argument 10 #define dmi_early_unmap(x, l) memunmap(x) argument 11 #define dmi_remap(x, l) memremap(x, l, MEMREMAP_WB) argument 13 #define dmi_alloc(l) kzalloc(l, GFP_KERNEL) argument
|
/linux-6.12.1/arch/arm64/include/asm/ |
D | dmi.h | 25 #define dmi_early_remap(x, l) ioremap_cache(x, l) argument 26 #define dmi_early_unmap(x, l) iounmap(x) argument 27 #define dmi_remap(x, l) ioremap_cache(x, l) argument 29 #define dmi_alloc(l) kzalloc(l, GFP_KERNEL) argument
|