Home
last modified time | relevance | path

Searched defs:b (Results 101 – 125 of 2976) sorted by relevance

12345678910>>...120

/openbmc/linux/crypto/
H A Dtwofish_common.c468 #define CALC_S(a, b, c, d, i, w, x, y, z) \ argument
483 #define CALC_SB_2(i, a, b) \ argument
491 #define CALC_SB192_2(i, a, b) \ argument
499 #define CALC_SB256_2(i, a, b) \ argument
529 #define CALC_K_2(a, b, c, d, j) \ argument
542 #define CALC_K192_2(a, b, c, d, j) \ argument
555 #define CALC_K256_2(a, b, j) \ argument
H A Dtwofish_generic.c44 #define G2(b) \ argument
53 #define ENCROUND(n, a, b, c, d) \ argument
60 #define DECROUND(n, a, b, c, d) \ argument
100 u32 a, b, c, d; in twofish_encrypt() local
135 u32 a, b, c, d; in twofish_decrypt() local
/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/
H A Dbitop_support.h19 #define bitop_setbit(a, b) ((a) |= (1UL << (b))) argument
21 #define bitop_getbit(a, b) (((a) & (1UL << (b))) != 0) argument
23 #define bitop_clearbit(a, b) ((a) &= ~(1UL << (b))) argument
/openbmc/linux/drivers/md/persistent-data/
H A Ddm-space-map-metadata.c93 dm_block_t b; member
122 enum block_op_type type, dm_block_t b, dm_block_t e) in brb_push()
183 static int add_bop(struct sm_metadata *smm, enum block_op_type type, dm_block_t b, dm_block_t e) in add_bop()
302 static int sm_metadata_get_count(struct dm_space_map *sm, dm_block_t b, in sm_metadata_get_count()
343 dm_block_t b, int *result) in sm_metadata_count_is_more_than_one()
394 static int sm_metadata_set_count(struct dm_space_map *sm, dm_block_t b, in sm_metadata_set_count()
413 static int sm_metadata_inc_blocks(struct dm_space_map *sm, dm_block_t b, dm_block_t e) in sm_metadata_inc_blocks()
432 static int sm_metadata_dec_blocks(struct dm_space_map *sm, dm_block_t b, dm_block_t e) in sm_metadata_dec_blocks()
449 static int sm_metadata_new_block_(struct dm_space_map *sm, dm_block_t *b) in sm_metadata_new_block_()
486 static int sm_metadata_new_block(struct dm_space_map *sm, dm_block_t *b) in sm_metadata_new_block()
[all …]
/openbmc/linux/fs/nfsd/
H A Dnfscache.c136 nfsd_cacherep_unlink_locked(struct nfsd_net *nn, struct nfsd_drc_bucket *b, in nfsd_cacherep_unlink_locked()
150 nfsd_reply_cache_free_locked(struct nfsd_drc_bucket *b, struct nfsd_cacherep *rp, in nfsd_reply_cache_free_locked()
158 nfsd_reply_cache_free(struct nfsd_drc_bucket *b, struct nfsd_cacherep *rp, in nfsd_reply_cache_free()
243 lru_put_end(struct nfsd_drc_bucket *b, struct nfsd_cacherep *rp) in lru_put_end()
262 nfsd_prune_bucket_locked(struct nfsd_net *nn, struct nfsd_drc_bucket *b, in nfsd_prune_bucket_locked()
332 struct nfsd_drc_bucket *b = &nn->drc_hashtbl[i]; in nfsd_reply_cache_scan() local
421 nfsd_cache_insert(struct nfsd_drc_bucket *b, struct nfsd_cacherep *key, in nfsd_cache_insert()
487 struct nfsd_drc_bucket *b; in nfsd_cache_lookup() local
594 struct nfsd_drc_bucket *b; in nfsd_cache_update() local
/openbmc/linux/net/tipc/
H A Dudp_media.c147 static int tipc_udp_msg2addr(struct tipc_bearer *b, struct tipc_media_addr *a, in tipc_udp_msg2addr() argument
235 struct tipc_bearer *b, in tipc_udp_send_msg() argument
282 static bool tipc_udp_is_known_peer(struct tipc_bearer *b, in tipc_udp_is_known_peer() argument
302 static int tipc_udp_rcast_add(struct tipc_bearer *b, in tipc_udp_rcast_add() argument
334 static int tipc_udp_rcast_disc(struct tipc_bearer *b, struc argument
375 struct tipc_bearer *b; tipc_udp_recv() local
464 struct tipc_bearer *b; tipc_udp_nl_dump_remoteip() local
544 tipc_udp_nl_add_bearer_data(struct tipc_nl_msg * msg,struct tipc_bearer * b) tipc_udp_nl_add_bearer_data() argument
626 tipc_udp_nl_bearer_add(struct tipc_bearer * b,struct nlattr * attr) tipc_udp_nl_bearer_add() argument
664 tipc_udp_enable(struct net * net,struct tipc_bearer * b,struct nlattr * attrs[]) tipc_udp_enable() argument
830 tipc_udp_disable(struct tipc_bearer * b) tipc_udp_disable() argument
[all...]
/openbmc/linux/drivers/md/bcache/
H A Dio.c19 struct bbio *b = container_of(bio, struct bbio, bio); in bch_bbio_free() local
26 struct bbio *b = mempool_alloc(&c->bio_meta, GFP_NOIO); in bch_bbio_alloc() local
37 struct bbio *b = container_of(bio, struct bbio, bio); in __bch_submit_bbio() local
49 struct bbio *b = container_of(bio, struct bbio, bio); in bch_submit_bbio() local
140 struct bbio *b = container_of(bio, struct bbio, bio); in bch_bbio_count_io_errors() local
H A Dbtree.h170 static inline struct btree_write *btree_current_write(struct btree *b) in btree_current_write()
175 static inline struct btree_write *btree_prev_write(struct btree *b) in btree_prev_write()
180 static inline struct bset *btree_bset_first(struct btree *b) in btree_bset_first()
185 static inline struct bset *btree_bset_last(struct btree *b) in btree_bset_last()
190 static inline unsigned int bset_block_offset(struct btree *b, struct bset *i) in bset_block_offset()
204 #define for_each_cached_btree(b, c, iter) \ argument
248 static inline void rw_lock(bool w, struct btree *b, int level) in rw_lock()
256 static inline void rw_unlock(bool w, struct btree *b) in rw_unlock()
328 #define bcache_btree(fn, key, b, op, ...) \ argument
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dfentry_test.c19 int BPF_PROG(test2, int a, __u64 b) in BPF_PROG()
27 int BPF_PROG(test3, char a, int b, __u64 c) in BPF_PROG()
35 int BPF_PROG(test4, void *a, char b, int c, __u64 d) in BPF_PROG()
43 int BPF_PROG(test5, __u64 a, void *b, short c, int d, __u64 e) in BPF_PROG()
52 int BPF_PROG(test6, __u64 a, void *b, short c, int d, void * e, __u64 f) in BPF_PROG()
H A Dfexit_test.c19 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()
/openbmc/linux/tools/testing/radix-tree/trace/events/
H A Dmaple_tree.h3 #define trace_ma_op(a, b) do {} while (0) argument
4 #define trace_ma_read(a, b) do {} while (0) argument
5 #define trace_ma_write(a, b, c, d) do {} while (0) argument
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
H A Dbus.h32 #define BUS_MSG(b,l,f,a...) do { \ argument
36 #define BUS_ERR(b,f,a...) BUS_MSG((b), error, f, ##a) argument
37 #define BUS_DBG(b,f,a...) BUS_MSG((b), debug, f, ##a) argument
38 #define BUS_TRACE(b,f,a...) BUS_MSG((b), trace, f, ##a) argument
/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_opr.c38 struct s5p_mfc_priv_buf *b) in s5p_mfc_alloc_priv_buf()
80 struct s5p_mfc_priv_buf *b) in s5p_mfc_alloc_generic_buf()
99 struct s5p_mfc_priv_buf *b) in s5p_mfc_release_priv_buf()
117 struct s5p_mfc_priv_buf *b) in s5p_mfc_release_generic_buf()
/openbmc/entity-manager/test/
H A Dtest_fru-utils.cpp181 auto getData = [&data](auto o, auto l, auto* b) { in TEST()
202 auto getData = [&data](auto o, auto l, auto* b) { in TEST()
215 auto getData = [&data](auto o, auto l, auto* b) { in TEST()
231 auto getData = [&data](auto o, auto l, auto* b) { in TEST()
248 auto getData = [&data](auto o, auto l, auto* b) { in TEST()
265 auto getData = [&data](auto o, auto l, auto* b) { in TEST()
285 auto getData = [&data](auto o, auto l, auto* b) { in TEST()
300 auto getData = [&data](auto o, auto l, auto* b) { in TEST()
315 auto getData = [&data](auto o, auto l, auto* b) { in TEST()
328 auto getData = [&data](auto o, auto l, auto* b) { in TEST()
[all …]
/openbmc/qemu/target/arm/tcg/
H A Dgengvec.c843 static void gen_mla8_i32(TCGv_i32 d, TCGv_i32 a, TCGv_i32 b) in gen_mla8_i32()
849 static void gen_mls8_i32(TCGv_i32 d, TCGv_i32 a, TCGv_i32 b) in gen_mls8_i32()
855 static void gen_mla16_i32(TCGv_i32 d, TCGv_i32 a, TCGv_i32 b) in gen_mla16_i32()
861 static void gen_mls16_i32(TCGv_i32 d, TCGv_i32 a, TCGv_i32 b) in gen_mls16_i32()
867 static void gen_mla32_i32(TCGv_i32 d, TCGv_i32 a, TCGv_i32 b) in gen_mla32_i32()
873 static void gen_mls32_i32(TCGv_i32 d, TCGv_i32 a, TCGv_i32 b) in gen_mls32_i32()
879 static void gen_mla64_i64(TCGv_i64 d, TCGv_i64 a, TCGv_i64 b) in gen_mla64_i64()
885 static void gen_mls64_i64(TCGv_i64 d, TCGv_i64 a, TCGv_i64 b) in gen_mls64_i64()
891 static void gen_mla_vec(unsigned vece, TCGv_vec d, TCGv_vec a, TCGv_vec b) in gen_mla_vec()
897 static void gen_mls_vec(unsigned vece, TCGv_vec d, TCGv_vec a, TCGv_vec b) in gen_mls_vec()
[all …]
/openbmc/linux/net/ceph/
H A Dbuffer.c14 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()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dvpstate.c29 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()
/openbmc/linux/include/trace/events/
H A Dwriteback.h29 #define EM(a,b) TRACE_DEFINE_ENUM(a); argument
30 #define EMe(a,b) TRACE_DEFINE_ENUM(a); argument
50 #define EM(a,b) { a, b }, argument
51 #define EMe(a,b) { a, b } argument
/openbmc/linux/lib/crypto/
H A Dmemneq.c68 __crypto_memneq_generic(const void *a, const void *b, size_t size) in __crypto_memneq_generic()
93 static inline unsigned long __crypto_memneq_16(const void *a, const void *b) in __crypto_memneq_16()
163 noinline unsigned long __crypto_memneq(const void *a, const void *b, in __crypto_memneq()
H A Dgf128mul.c142 u64 b = be64_to_cpu(x->b); in gf128mul_x8_lle() local
153 u64 b = be64_to_cpu(x->b); in gf128mul_x8_lle_ti() local
163 u64 b = be64_to_cpu(x->b); in gf128mul_x8_bbe() local
173 u64 b = le64_to_cpu(x->b); in gf128mul_x8_ble() local
181 void gf128mul_lle(be128 *r, const be128 *b) in gf128mul_lle()
228 void gf128mul_bbe(be128 *r, const be128 *b) in gf128mul_bbe()
/openbmc/ipmitool/include/ipmitool/
H A Dhelper.h111 # define __min(a, b) ((a) < (b) ? (a) : (b)) argument
115 # define __max(a, b) ((a) > (b) ? (a) : (b)) argument
119 # define __minlen(a, b) ({ int x=strlen(a); int y=strlen(b); (x < y) ? x : y;}) argument
123 # define __maxlen(a, b) ({ int x=strlen(a); int y=strlen(b); (x > y) ? x : y;}) argument
/openbmc/qemu/backends/
H A Dcryptodev-vhost.c119 CryptoDevBackend *b, in cryptodev_get_vhost()
150 CryptoDevBackend *b, in vhost_set_vring_enable()
179 CryptoDevBackend *b = vcrypto->cryptodev; in cryptodev_vhost_start() local
251 CryptoDevBackend *b = vcrypto->cryptodev; in cryptodev_vhost_stop() local
276 CryptoDevBackend *b = vcrypto->cryptodev; in cryptodev_vhost_virtqueue_mask() local
292 CryptoDevBackend *b = vcrypto->cryptodev; in cryptodev_vhost_virtqueue_pending() local
323 CryptoDevBackend *b, in cryptodev_get_vhost()
/openbmc/linux/drivers/video/fbdev/matrox/
H A Di2c-matroxfb.c73 struct i2c_bit_adapter* b = data; in matroxfb_gpio_setsda() local
78 struct i2c_bit_adapter* b = data; in matroxfb_gpio_setscl() local
83 struct i2c_bit_adapter* b = data; in matroxfb_gpio_getsda() local
88 struct i2c_bit_adapter* b = data; in matroxfb_gpio_getscl() local
102 static int i2c_bus_reg(struct i2c_bit_adapter* b, struct matrox_fb_info* minfo, in i2c_bus_reg()
125 static void i2c_bit_bus_del(struct i2c_bit_adapter* b) { in i2c_bit_bus_del()
/openbmc/linux/arch/mips/lib/
H A Dmulti3.c15 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()
/openbmc/linux/tools/perf/util/
H A Dperf_regs.h15 #define SMPL_REG_MASK(b) (1ULL << (b)) argument
16 #define SMPL_REG(n, b) { .name = #n, .mask = SMPL_REG_MASK(b) } argument
17 #define SMPL_REG2_MASK(b) (3ULL << (b)) argument
18 #define SMPL_REG2(n, b) { .name = #n, .mask = SMPL_REG2_MASK(b) } argument

12345678910>>...120