Home
last modified time | relevance | path

Searched refs:_a (Results 1 – 5 of 5) sorted by relevance

/fs/bcachefs/
A Drcu_pending.c15 #define static_array_for_each(_a, _i) \ argument
16 for (typeof(&(_a)[0]) _i = _a; \
17 _i < (_a) + ARRAY_SIZE(_a); \
A Deytzinger.c265 u32 _a = *(u32 *)a;
269 if (_a < _b)
271 else if (_a > _b)
A Dmovinggc.c85 struct bch_alloc_v4 _a; in bch2_bucket_is_movable() local
86 const struct bch_alloc_v4 *a = bch2_alloc_to_v4(k, &_a); in bch2_bucket_is_movable()
A Dalloc_background.c372 struct bch_alloc_v4 _a; in bch2_alloc_to_text() local
373 const struct bch_alloc_v4 *a = bch2_alloc_to_v4(k, &_a); in bch2_alloc_to_text()
1009 #define eval_state(_a, expr) ({ const struct bch_alloc_v4 *a = _a; expr; }) in bch2_trigger_alloc() argument
/fs/smb/client/
A Dcompress.c146 static int cmp_bkt(const void *_a, const void *_b) in cmp_bkt() argument
148 const struct bucket *a = _a, *b = _b; in cmp_bkt()

Completed in 34 milliseconds