/linux/fs/bcachefs/ |
H A D | bkey_types.h | 13 #define bkey_p_next(_k) vstruct_next(_k) argument 20 #define bkey_val_u64s(_k) ((_k)->u64s - BKEY_U64s) argument 40 #define bkey_val_end(_k) ((void *) (((u64 *) (_k).v) + bkey_val_u64s((_k).k))) argument 42 #define bkey_deleted(_k) ((_k)->type == KEY_TYPE_deleted) argument 44 #define bkey_whiteout(_k) \ argument [all...] |
H A D | siphash.h | 75 #define SipHash24_Init(_c, _k) SipHash_Init((_c), (_k)) argument 79 #define SipHash24(_k, _p, _l) SipHash((_k), 2, 4, (_p), (_l)) argument 81 #define SipHash48_Init(_c, _k) SipHash_Init((_c), (_k)) argument 85 #define SipHash48(_k, _p, _l) SipHash((_k), 4, 8, (_p), (_l)) argument
|
H A D | extents.h | 319 #define __bkey_ptr_next_decode(_k, _end, _ptr, _entry) \ argument 350 #define __bkey_for_each_ptr_decode(_k, _start, _end, _ptr, _entry) \ argument 356 #define bkey_for_each_ptr_decode(_k, _p, _ptr, _entry) \ argument 360 #define bkey_crc_next(_k, _end, _crc, _iter) \ argument 372 #define __bkey_for_each_crc(_k, _star argument 378 bkey_for_each_crc(_k,_p,_crc,_iter) global() argument 520 bkey_inline_data_p(_k) global() argument 651 bch2_bkey_drop_ptrs_noerror(_k,_ptr,_cond) global() argument 665 bch2_bkey_drop_ptrs(_k,_ptr,_cond) global() argument [all...] |
H A D | bset.h | 214 #define bset_tree_for_each_key(_b, _t, _k) \ argument 489 #define btree_keys_account_key_add(_nr, _bset_idx, _k) \ argument 491 #define btree_keys_account_key_drop(_nr, _bset_idx, _k) \ argument 494 #define btree_account_key_add(_b, _k) \ argument 497 btree_account_key_drop(_b,_k) global() argument [all...] |
H A D | subvolume.h | 48 for_each_btree_key_in_subvolume_max_continue(_trans,_iter,_end,_subvolid,_flags,_k,_do) global() argument 69 for_each_btree_key_in_subvolume_max(_trans,_iter,_btree_id,_start,_end,_subvolid,_flags,_k,_do) global() argument
|
H A D | keylist.h | 52 #define for_each_keylist_key(_keylist, _k) \ argument
|
H A D | bkey.h | 218 #define bkey_packed(_k) \ argument 222 #define bkey_packed(_k) ((_k)->format != KEY_FORMAT_CURRENT) argument 349 #define bkeyp_val(_format, _k) \ argument
|
H A D | journal_io.h | 56 #define jset_entry_for_each_key(_e, _k) \ argument
|
H A D | btree_update.h | 302 #define bch2_bkey_make_mut_noupdate_typed(_trans, _k, _type) \ argument 332 #define bch2_bkey_make_mut_typed(_trans, _iter, _k, _flags, _type) \ argument
|
H A D | disk_accounting.h | 91 #define disk_accounting_key_init(_k, _type, ...) \ argument
|
H A D | rebalance.c | 164 struct bkey_i *_k) in bch2_bkey_set_needs_rebalance() argument
|
H A D | bset.c | 58 struct bkey_packed *_k, *_n; in bch2_dump_bset() local
|
H A D | bcachefs_format.h | 364 #define bkey_bytes(_k) ((_k)->u64s * sizeof(__u64)) argument
|
/linux/drivers/clk/samsung/ |
H A D | clk-pll.h | 54 #define PLL_RATE(_fin, _m, _p, _s, _k, _ks) \ argument 56 #define PLL_VALID_RATE(_fin, _fout, _m, _p, _s, _k, _ks) ((_fout) + \ argument 68 #define PLL_36XX_RATE(_fin, _rate, _m, _p, _s, _k) \ argument 88 #define PLL_4600_RATE(_fin, _rate, _m, _p, _s, _k, _vsel) \ argument 99 PLL_4650_RATE(_fin,_rate,_m,_p,_s,_k,_mfr,_mrr,_vsel) global() argument [all...] |
/linux/drivers/clk/sunxi-ng/ |
H A D | ccu_nk.c | 23 unsigned int _k, _n; in ccu_nk_find_best() local
|
H A D | ccu_nkmp.c | 37 unsigned long _n, _k, _m, _p; in ccu_nkmp_find_best() local
|
/linux/include/linux/ |
H A D | slab.h | 1030 #define kmem_cache_zalloc(_k, _flags) kmem_cache_alloc(_k, (_flags)|__GFP_ZERO) argument
|
/linux/arch/mips/include/asm/sn/ |
H A D | klconfig.h | 180 #define PTR_CH_MALLOC_HDR(_k) ((klc_malloc_hdr_t *)\ argument 185 #define PTR_CH_CONS_INFO(_k) ((console_t *)\ argument
|
/linux/lib/ |
H A D | bch.c | 964 #define find_poly_roots(_p, _k, _elp, _loc) chien_search(_p, len, _elp, _loc) argument
|
/linux/drivers/clk/rockchip/ |
H A D | clk.h | 438 #define RK3588_PLL_RATE(_rate, _p, _m, _s, _k) \ argument
|