Home
last modified time | relevance | path

Searched defs:b (Results 176 – 200 of 2416) sorted by relevance

12345678910>>...97

/linux-6.15/kernel/kcsan/
Dselftest.c135 #define KCSAN_CHECK_READ_BARRIER(b) __KCSAN_CHECK_BARRIER(0, b, #b) in test_barrier() argument
136 #define KCSAN_CHECK_WRITE_BARRIER(b) __KCSAN_CHECK_BARRIER(KCSAN_ACCESS_WRITE, b, #b) in test_barrier() argument
137 #define KCSAN_CHECK_RW_BARRIER(b) __KCSAN_CHECK_BARRIER(KCSAN_ACCESS_WRITE | KCSAN_ACCESS_COMPOU… in test_barrier() argument
/linux-6.15/drivers/ata/pata_parport/
Dfit3.c23 #define j44(a, b) (((a >> 3) & 0x0f) | ((b << 1) & 0xf0)) argument
54 int a, b; in fit3_read_regr() local
83 int k, a, b, c, d; in fit3_read_block() local
Daten.c20 #define j44(a,b) ((((a>>4)&0x0f)|(b&0xf0))^0x88) argument
37 int a, b, r; in aten_read_regr() local
62 int k, a, b, c, d; in aten_read_block() local
Ddstr.c26 #define j44(a, b) (((a >> 3) & 0x07) | ((~a >> 4) & 0x08) | \ argument
41 int a, b, r; in dstr_read_regr() local
117 int k, a, b; in dstr_read_block() local
/linux-6.15/tools/testing/selftests/bpf/progs/
Dfentry_many_args.c11 int BPF_PROG(test1, __u64 a, void *b, short c, int d, void *e, char f, in BPF_PROG()
21 int BPF_PROG(test2, __u64 a, void *b, short c, int d, void *e, char f, in BPF_PROG()
32 int BPF_PROG(test3, __u64 a, __u64 b, __u64 c, __u64 d, __u64 e, __u64 f, in BPF_PROG()
Dtest_core_reloc_flavors.c18 int b; member
25 int b; member
32 int b; member
Dget_func_args_test.c47 __u64 a = 0, b = 0, z = 0, ret = 0; in BPF_PROG() local
74 __u64 a = 0, b = 0, z = 0, ret = 0; in BPF_PROG() local
103 __u64 a = 0, b = 0, z = 0, ret = 0; in BPF_PROG() local
Dfexit_many_args.c11 int BPF_PROG(test1, __u64 a, void *b, short c, int d, void *e, char f, in BPF_PROG()
21 int BPF_PROG(test2, __u64 a, void *b, short c, int d, void *e, char f, in BPF_PROG()
33 int BPF_PROG(test3, __u64 a, __u64 b, __u64 c, __u64 d, __u64 e, __u64 f, in BPF_PROG()
/linux-6.15/fs/jffs2/
Dsummary.h201 #define jffs2_sum_add_kvec(a,b,c,d) (0) argument
202 #define jffs2_sum_move_collected(a,b) do { } while (0) argument
204 #define jffs2_sum_add_padding_mem(a,b) do { } while (0) argument
205 #define jffs2_sum_add_inode_mem(a,b,c) do { } while (0) argument
206 #define jffs2_sum_add_dirent_mem(a,b,c) do { } while (0) argument
207 #define jffs2_sum_add_xattr_mem(a,b,c) do { } while (0) argument
208 #define jffs2_sum_add_xref_mem(a,b,c) do { } while (0) argument
209 #define jffs2_sum_scan_sumnode(a,b,c,d,e) (0) argument
/linux-6.15/lib/math/
Dlcm.c8 unsigned long lcm(unsigned long a, unsigned long b) in lcm()
17 unsigned long lcm_not_zero(unsigned long a, unsigned long b) in lcm_not_zero()
Dgcd.c23 unsigned long gcd(unsigned long a, unsigned long b) in gcd()
50 unsigned long gcd(unsigned long a, unsigned long b) in gcd()
Dint_sqrt.c22 unsigned long b, m, y = 0; in int_sqrt() local
51 u64 b, m, y = 0; in int_sqrt64() local
/linux-6.15/arch/m68k/include/asm/
Dbootstd.h72 #define _bsc2(type,name,atype,a,btype,b) \ argument
85 #define _bsc3(type,name,atype,a,btype,b,ctype,c) \ argument
100 #define _bsc4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ argument
116 #define _bsc5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ argument
/linux-6.15/include/net/
Dcodel.h76 #define codel_time_after(a, b) \ argument
80 #define codel_time_before(a, b) codel_time_after(b, a) argument
82 #define codel_time_after_eq(a, b) \ argument
86 #define codel_time_before_eq(a, b) codel_time_after_eq(b, a) argument
/linux-6.15/fs/bcachefs/
Dbtree_types.h336 struct btree *b; member
416 static inline struct bpos btree_node_pos(struct btree_bkey_cached_common *b) in btree_node_pos()
636 static inline struct btree_write *btree_prev_write(struct btree *b) in btree_prev_write()
641 static inline struct bset_tree *bset_tree_last(struct btree *b) in bset_tree_last()
648 __btree_node_offset_to_ptr(const struct btree *b, u16 offset) in __btree_node_offset_to_ptr()
654 __btree_node_ptr_to_offset(const struct btree *b, const void *p) in __btree_node_ptr_to_offset()
662 static inline struct bset *bset(const struct btree *b, in bset()
668 static inline void set_btree_bset_end(struct btree *b, struct bset_tree *t) in set_btree_bset_end()
674 static inline void set_btree_bset(struct btree *b, struct bset_tree *t, in set_btree_bset()
681 static inline struct bset *btree_bset_first(struct btree *b) in btree_bset_first()
[all …]
Dtime_stats.c106 struct time_stat_buffer *b) in __bch2_time_stats_clear_buffer()
116 struct time_stat_buffer *b) in time_stats_clear_buffer()
141 struct time_stat_buffer *b; in __bch2_time_stats_update() local
Dbkey.c348 void bch2_bkey_unpack(const struct btree *b, struct bkey_i *dst, in bch2_bkey_unpack()
403 const struct btree *b, in bkey_packed_successor()
470 const struct btree *b) in bch2_bkey_pack_pos_lossy()
607 unsigned b = min(4U, 32U - ret.bits_per_field[BKEY_FIELD_SIZE]); in bch2_bkey_format_done() local
702 unsigned bch2_bkey_greatest_differing_bit(const struct btree *b, in bch2_bkey_greatest_differing_bit()
746 unsigned bch2_bkey_ffs(const struct btree *b, const struct bkey_packed *k) in bch2_bkey_ffs()
1018 const struct btree *b) in __bch2_bkey_cmp_packed_format_checked()
1024 int __bch2_bkey_cmp_left_packed_format_checked(const struct btree *b, in __bch2_bkey_cmp_left_packed_format_checked()
1032 int bch2_bkey_cmp_packed(const struct btree *b, in bch2_bkey_cmp_packed()
1040 int __bch2_bkey_cmp_left_packed(const struct btree *b, in __bch2_bkey_cmp_left_packed()
Dbtree_locking.c9 void bch2_btree_lock_init(struct btree_bkey_cached_common *b, in bch2_btree_lock_init()
21 struct btree_bkey_cached_common *b, in bch2_btree_node_lock_counts()
47 struct btree_path *path, struct btree *b) in bch2_btree_node_unlock_write()
293 struct btree_bkey_cached_common *b; in bch2_check_for_deadlock() local
420 struct btree_bkey_cached_common *b, in __bch2_btree_node_lock_write()
445 struct btree_bkey_cached_common *b) in bch2_btree_node_lock_write_nofail()
506 struct btree *b = btree_path_node(path, level); in __bch2_btree_node_relock() local
529 struct btree *b = path->l[level].b; in bch2_btree_node_upgrade() local
/linux-6.15/drivers/media/pci/saa7164/
Dsaa7164-bus.c15 struct tmComResBusInfo *b = &dev->bus; in saa7164_bus_setup() local
44 struct tmComResBusInfo *b = &dev->bus; in saa7164_bus_dump() local
72 struct tmComResBusInfo *b = &dev->bus; in saa7164_bus_verify() local
/linux-6.15/crypto/
Dmd4.c63 #define ROUND1(a,b,c,d,k,s) (a = lshift(a + F(b,c,d) + k, s)) argument
64 #define ROUND2(a,b,c,d,k,s) (a = lshift(a + G(b,c,d) + k + (u32)0x5A827999,s)) argument
65 #define ROUND3(a,b,c,d,k,s) (a = lshift(a + H(b,c,d) + k + (u32)0x6ED9EBA1,s)) argument
69 u32 a, b, c, d; in md4_transform() local
/linux-6.15/scripts/
Dsign-file.c168 BIO *b; in read_private_key() local
185 BIO *b; in read_x509() local
341 BIO *b; in main() local
386 BIO *b; in main() local
/linux-6.15/tools/sched_ext/include/scx/
Dcommon.bpf.h475 static inline bool time_after(u64 a, u64 b) in time_after()
487 static inline bool time_before(u64 a, u64 b) in time_before()
499 static inline bool time_after_eq(u64 a, u64 b) in time_after_eq()
511 static inline bool time_before_eq(u64 a, u64 b) in time_before_eq()
524 static inline bool time_in_range(u64 a, u64 b, u64 c) in time_in_range()
537 static inline bool time_in_range_open(u64 a, u64 b, u64 c) in time_in_range_open()
/linux-6.15/include/net/sctp/
Dsm.h345 #define TSN_lt(a,b) \ argument
350 #define TSN_lte(a,b) \ argument
356 #define MID_lt(a, b) \ argument
362 #define SSN_lt(a,b) \ argument
368 #define ADDIP_SERIAL_gte(a,b) \ argument
/linux-6.15/arch/powerpc/lib/
Dtest_emulate_step.c291 int b; in test_lfsx_stfsx() member
334 int b; in test_plfs_pstfs() member
381 long b; in test_lfdx_stfdx() member
424 long b; in test_plfd_pstfd() member
497 u32 b[4]; in test_lvx_stvx() member
554 u32 b[4]; in test_lxvd2x_stxvd2x() member
620 u32 b[4]; in test_lxvp_stxvp() member
707 u32 b[4]; in test_lxvpx_stxvpx() member
796 u32 b[4]; in test_plxvp_pstxvp() member
/linux-6.15/drivers/bus/mhi/host/
Dinit.c31 #define mhi_ee(a, b) [MHI_EE_##a] = b, argument
32 #define mhi_ee_end(a, b) [MHI_EE_##a] = b, argument
41 #define dev_st_trans(a, b) [DEV_ST_TRANSITION_##a] = b, argument
42 #define dev_st_trans_end(a, b) [DEV_ST_TRANSITION_##a] = b, argument
51 #define ch_state_type(a, b) [MHI_CH_STATE_TYPE_##a] = b, argument
52 #define ch_state_type_end(a, b) [MHI_CH_STATE_TYPE_##a] = b, argument
61 #define mhi_pm_state(a, b) [MHI_PM_STATE_##a] = b, argument
62 #define mhi_pm_state_end(a, b) [MHI_PM_STATE_##a] = b, argument

12345678910>>...97