/linux/include/trace/events/ |
H A D | writeback.h | 37 #define EM(a,b) TRACE_DEFINE_ENUM(a); argument 38 #define EMe(a,b) TRACE_DEFINE_ENUM(a); argument 58 #define EM(a,b) { a, b }, argument 59 #define EMe(a,b) { a, b } argument
|
/linux/net/netfilter/ |
H A D | nft_set_pipapo_avx2.c | 55 #define NFT_PIPAPO_AVX2_AND(dst, a, b) \ argument 219 int i, ret = -1, m256_size = f->bsize / NFT_PIPAPO_LONGS_PER_M256, b; in nft_pipapo_avx2_lookup_4b_2() local 282 int i, ret = -1, m256_size = f->bsize / NFT_PIPAPO_LONGS_PER_M256, b; in nft_pipapo_avx2_lookup_4b_4() local 362 int i, ret = -1, m256_size = f->bsize / NFT_PIPAPO_LONGS_PER_M256, b; in nft_pipapo_avx2_lookup_4b_8() local 459 int i, ret = -1, m256_size = f->bsize / NFT_PIPAPO_LONGS_PER_M256, b; in nft_pipapo_avx2_lookup_4b_12() local 554 int i, ret = -1, m256_size = f->bsize / NFT_PIPAPO_LONGS_PER_M256, b; in nft_pipapo_avx2_lookup_4b_32() local 681 int i, ret = -1, m256_size = f->bsize / NFT_PIPAPO_LONGS_PER_M256, b; in nft_pipapo_avx2_lookup_8b_1() local 739 int i, ret = -1, m256_size = f->bsize / NFT_PIPAPO_LONGS_PER_M256, b; in nft_pipapo_avx2_lookup_8b_2() local 804 int i, ret = -1, m256_size = f->bsize / NFT_PIPAPO_LONGS_PER_M256, b; in nft_pipapo_avx2_lookup_8b_4() local 880 int i, ret = -1, m256_size = f->bsize / NFT_PIPAPO_LONGS_PER_M256, b; in nft_pipapo_avx2_lookup_8b_6() local [all …]
|
/linux/fs/bcachefs/ |
H A D | btree_locking.h | 174 __bch2_btree_node_unlock_write(struct btree_trans *trans, struct btree *b) in __bch2_btree_node_unlock_write() 189 struct btree *b) in bch2_btree_node_unlock_write_inlined() 228 struct btree_bkey_cached_common *b, in __btree_node_lock_nopath() 249 struct btree_bkey_cached_common *b, in btree_node_lock_nopath() 257 struct btree_bkey_cached_common *b, in btree_node_lock_nopath_nofail() 270 struct btree_bkey_cached_common *b, in btree_node_lock_increment() 289 struct btree_bkey_cached_common *b, in btree_node_lock() 315 struct btree_bkey_cached_common *b, in __btree_node_lock_write() 337 struct btree_bkey_cached_common *b) in bch2_btree_node_lock_write()
|
H A D | btree_cache.h | 77 static inline bool btree_node_hashed(struct btree *b) in btree_node_hashed() 88 static inline size_t btree_buf_bytes(const struct btree *b) in btree_buf_bytes() 93 static inline size_t btree_buf_max_u64s(const struct btree *b) in btree_buf_max_u64s() 140 static inline struct btree *btree_node_root(struct bch_fs *c, struct btree *b) in btree_node_root()
|
/linux/include/linux/mtd/ |
H A D | ftl.h | 63 #define BLOCK_FREE(b) ((b) == 0xffffffff) argument 64 #define BLOCK_DELETED(b) (((b) == 0) || ((b) == 0xfffffffe)) argument 66 #define BLOCK_TYPE(b) ((b) & 0x7f) argument 67 #define BLOCK_ADDRESS(b) ((b) & ~0x7f) argument 68 #define BLOCK_NUMBER(b) ((b) >> 9) argument
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | fexit_test.c | 19 int BPF_PROG(test2, int a, __u64 b, int ret) in BPF_PROG() 27 int BPF_PROG(test3, char a, int b, __u64 c, int ret) in BPF_PROG() 35 int BPF_PROG(test4, void *a, char b, int c, __u64 d, int ret) in BPF_PROG() 44 int BPF_PROG(test5, __u64 a, void *b, short c, int d, __u64 e, int ret) in BPF_PROG() 53 int BPF_PROG(test6, __u64 a, void *b, short c, int d, void *e, __u64 f, int ret) in BPF_PROG()
|
H A D | test_trampoline_count.c | 7 int BPF_PROG(fentry_test, int a, int *b) in BPF_PROG() 13 int BPF_PROG(fmod_ret_test, int a, int *b, int ret) in BPF_PROG() 19 int BPF_PROG(fexit_test, int a, int *b, int ret) in BPF_PROG()
|
/linux/net/ceph/ |
H A D | buffer.c | 14 struct ceph_buffer *b; in ceph_buffer_new() local 36 struct ceph_buffer *b = container_of(kref, struct ceph_buffer, kref); in ceph_buffer_release() local 44 int ceph_decode_buffer(struct ceph_buffer **b, void **p, void *end) in ceph_decode_buffer()
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
H A D | vpstate.c | 29 nvbios_vpstate_offset(struct nvkm_bios *b) in nvbios_vpstate_offset() 42 nvbios_vpstate_parse(struct nvkm_bios *b, struct nvbios_vpstate_header *h) in nvbios_vpstate_parse() 76 nvbios_vpstate_entry(struct nvkm_bios *b, struct nvbios_vpstate_header *h, in nvbios_vpstate_entry()
|
/linux/drivers/md/persistent-data/ |
H A D | dm-block-manager.c | 302 static void report_recursive_bug(dm_block_t b, int r) in report_recursive_bug() 330 static struct dm_buffer *to_buffer(struct dm_block *b) in to_buffer() 335 dm_block_t dm_block_location(struct dm_block *b) in dm_block_location() 341 void *dm_block_data(struct dm_block *b) in dm_block_data() 469 int dm_bm_read_lock(struct dm_block_manager *bm, dm_block_t b, in dm_bm_read_lock() 503 dm_block_t b, const struct dm_block_validator *v, in dm_bm_write_lock() 539 dm_block_t b, const struct dm_block_validator *v, in dm_bm_read_try_lock() 572 dm_block_t b, const struct dm_block_validator *v, in dm_bm_write_lock_zero() 602 void dm_bm_unlock(struct dm_block *b) in dm_bm_unlock() 625 void dm_bm_prefetch(struct dm_block_manager *bm, dm_block_t b) in dm_bm_prefetch()
|
H A D | dm-space-map-disk.c | 67 static int sm_disk_get_count(struct dm_space_map *sm, dm_block_t b, in sm_disk_get_count() 75 static int sm_disk_count_is_more_than_one(struct dm_space_map *sm, dm_block_t b, in sm_disk_count_is_more_than_one() 90 static int sm_disk_set_count(struct dm_space_map *sm, dm_block_t b, in sm_disk_set_count() 104 static int sm_disk_inc_blocks(struct dm_space_map *sm, dm_block_t b, dm_block_t e) in sm_disk_inc_blocks() 117 static int sm_disk_dec_blocks(struct dm_space_map *sm, dm_block_t b, dm_block_t e) in sm_disk_dec_blocks() 130 static int sm_disk_new_block(struct dm_space_map *sm, dm_block_t *b) in sm_disk_new_block()
|
/linux/net/rxrpc/ |
H A D | call_accept.c | 35 struct rxrpc_backlog *b, in rxrpc_service_prealloc_one() 164 struct rxrpc_backlog *b = rx->backlog; in rxrpc_service_prealloc() local 181 struct rxrpc_backlog *b = rx->backlog; in rxrpc_discard_prealloc() local 253 struct rxrpc_backlog *b = rx->backlog; in rxrpc_alloc_incoming_call() local 446 struct rxrpc_backlog *b = rx->backlog; in rxrpc_user_charge_accept() local 475 struct rxrpc_backlog *b = rx->backlog; in rxrpc_kernel_charge_accept() local
|
/linux/lib/crypto/ |
H A D | memneq.c | 69 __crypto_memneq_generic(const void *a, const void *b, size_t size) in __crypto_memneq_generic() 94 static inline unsigned long __crypto_memneq_16(const void *a, const void *b) in __crypto_memneq_16() 164 noinline unsigned long __crypto_memneq(const void *a, const void *b, in __crypto_memneq()
|
H A D | gf128mul.c | 143 u64 b = be64_to_cpu(x->b); in gf128mul_x8_lle() local 154 u64 b = be64_to_cpu(x->b); in gf128mul_x8_lle_ti() local 164 u64 b = be64_to_cpu(x->b); in gf128mul_x8_bbe() local 174 u64 b = le64_to_cpu(x->b); in gf128mul_x8_ble() local 182 void gf128mul_lle(be128 *r, const be128 *b) in gf128mul_lle()
|
/linux/net/tipc/ |
H A D | discover.c | 82 u32 mtyp, struct tipc_bearer *b) in tipc_disc_init_msg() 105 struct tipc_bearer *b) in tipc_disc_msg_xmit() 126 static void disc_dupl_alert(struct tipc_bearer *b, u32 node_addr, in disc_dupl_alert() 143 struct tipc_bearer *b, in tipc_disc_addr_trial_msg() 194 struct tipc_bearer *b) in tipc_disc_rcv() 350 int tipc_disc_create(struct net *net, struct tipc_bearer *b, in tipc_disc_create() 401 void tipc_disc_reset(struct net *net, struct tipc_bearer *b) in tipc_disc_reset()
|
/linux/drivers/gpu/drm/msm/disp/ |
H A D | mdp_format.c | 69 #define INTERLEAVED_RGB_FMT(fmt, a, r, g, b, e0, e1, e2, e3, uc, alpha, \ argument 89 #define INTERLEAVED_RGB_FMT_TILED(fmt, a, r, g, b, e0, e1, e2, e3, uc, \ argument 109 #define INTERLEAVED_YUV_FMT(fmt, a, r, g, b, e0, e1, e2, e3, \ argument 129 #define PSEUDO_YUV_FMT(fmt, a, r, g, b, e0, e1, chroma, flg, fm, np) \ argument 148 #define PSEUDO_YUV_FMT_TILED(fmt, a, r, g, b, e0, e1, chroma, \ argument 168 #define PSEUDO_YUV_FMT_LOOSE(fmt, a, r, g, b, e0, e1, chroma, flg, fm, np)\ argument 187 #define PSEUDO_YUV_FMT_LOOSE_TILED(fmt, a, r, g, b, e0, e1, chroma, \ argument 207 #define PLANAR_YUV_FMT(fmt, a, r, g, b, e0, e1, e2, alpha, chroma, bp, \ argument
|
/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/ |
H A D | math_support.h | 13 #define CEIL_DIV(a, b) (((b) != 0) ? ((a) + (b) - 1) / (b) : 0) argument 14 #define CEIL_MUL(a, b) (CEIL_DIV(a, b) * (b)) argument 15 #define CEIL_SHIFT(a, b) (((a) + (1 << (b)) - 1) >> (b)) argument
|
/linux/arch/mips/lib/ |
H A D | multi3.c | 15 static inline long long notrace dmulu(long long a, long long b) in dmulu() 24 static inline long long notrace dmuhu(long long a, long long b) in dmuhu() 33 ti_type notrace __multi3(ti_type a, ti_type b) in __multi3()
|
/linux/lib/842/ |
H A D | 842_compress.c | 109 #define get_input_data(p, o, b) \ argument 112 #define init_hashtable_nodes(p, b) do { \ argument 122 #define find_index(p, b, n) ({ \ argument 134 #define check_index(p, b, n) \ argument 139 #define replace_hash(p, b, i, d) do { \ argument 169 int b = p->bit, bits = b + n, s = round_up(bits, 8) - bits; in add_bits() local 224 int ret, i, b = 0; in add_template() local 327 static int add_short_data_template(struct sw842_param *p, u8 b) in add_short_data_template() 383 int i, match, b = 0; in check_template() local
|
/linux/include/uapi/linux/ |
H A D | cxl_mem.h | 55 #define ___C(a, b) CXL_MEM_COMMAND_ID_##a argument 56 #define ___DEPRECATED(a, b) CXL_MEM_DEPRECATED_ID_##a argument 61 #define ___C(a, b) { b } argument 62 #define ___DEPRECATED(a, b) { "Deprecated " b } argument 79 #define ___C(a, b) (0) argument 80 #define ___DEPRECATED(a, b) (1) argument
|
/linux/arch/mips/math-emu/ |
H A D | ieee754.c | 28 #define xPCNST(s, b, m, ebias) \ argument 37 #define DPCNST(s, b, m) \ argument 61 #define SPCNST(s, b, m) \ argument
|
/linux/drivers/char/ipmi/ |
H A D | ipmi_si_mem_io.c | 13 unsigned char b) in intf_mem_outb() 26 unsigned char b) in intf_mem_outw() 39 unsigned char b) in intf_mem_outl() 52 unsigned char b) in mem_outq()
|
/linux/lib/ |
H A D | sort.c | 56 static void swap_words_32(void *a, void *b, size_t n) in swap_words_32() 81 static void swap_words_64(void *a, void *b, size_t n) in swap_words_64() 109 static void swap_bytes(void *a, void *b, size_t n) in swap_bytes() 137 static void do_swap(void *a, void *b, size_t size, swap_r_func_t swap_func, const void *priv) in do_swap() 156 static int do_cmp(const void *a, const void *b, cmp_r_func_t cmp, const void *priv) in do_cmp() 226 size_t b, c, d; in __sort_r() local
|
/linux/drivers/edac/ |
H A D | skx_base.c | 384 #define SKX_TAD_BASE(b) ((u64)GET_BITFIELD((b), 12, 31) << 26) argument 385 #define SKX_TAD_SKT_GRAN(b) GET_BITFIELD((b), 4, 5) argument 386 #define SKX_TAD_CHN_GRAN(b) GET_BITFIELD((b), 6, 7) argument 387 #define SKX_TAD_LIMIT(b) (((u64)GET_BITFIELD((b), 12, 31) << 26) | MASK26) argument 388 #define SKX_TAD_OFFSET(b) ((u64)GET_BITFIELD((b), 4, 23) << 26) argument 389 #define SKX_TAD_SKTWAYS(b) (1 << GET_BITFIELD((b), 10, 11)) argument 390 #define SKX_TAD_CHNWAYS(b) (GET_BITFIELD((b), 8, 9) + 1) argument 459 #define SKX_RIR_VALID(b) GET_BITFIELD((b), 31, 31) argument 460 #define SKX_RIR_LIMIT(b) (((u64)GET_BITFIELD((b), 1, 11) << 29) | MASK29) argument 461 #define SKX_RIR_WAYS(b) (1 << GET_BITFIELD((b), 28, 29)) argument [all …]
|
/linux/tools/testing/selftests/proc/ |
H A D | proc-self-map-files-001.c | 26 static void pass(const char *fmt, unsigned long a, unsigned long b) in pass() 36 static void fail(const char *fmt, unsigned long a, unsigned long b) in fail() 52 unsigned long a, b; in main() local
|