Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 533) sorted by relevance

12345678910>>...22

/linux-4.19.296/include/linux/
Doverflow.h56 #define check_add_overflow(a, b, d) ({ \ argument
65 #define check_sub_overflow(a, b, d) ({ \ argument
74 #define check_mul_overflow(a, b, d) ({ \ argument
87 #define __unsigned_add_overflow(a, b, d) ({ \ argument
96 #define __unsigned_sub_overflow(a, b, d) ({ \ argument
108 #define __unsigned_mul_overflow(a, b, d) ({ \ argument
136 #define __signed_add_overflow(a, b, d) ({ \ argument
152 #define __signed_sub_overflow(a, b, d) ({ \ argument
179 #define __signed_mul_overflow(a, b, d) ({ \ argument
194 #define check_add_overflow(a, b, d) \ argument
[all …]
Dhid-debug.h53 #define hid_dump_input(a,b,c) do { } while (0) argument
54 #define hid_dump_report(a,b,c,d) do { } while (0) argument
55 #define hid_dump_device(a,b) do { } while (0) argument
56 #define hid_dump_field(a,b,c) do { } while (0) argument
57 #define hid_resolv_usage(a,b) do { } while (0) argument
58 #define hid_debug_register(a, b) do { } while (0) argument
62 #define hid_debug_event(a,b) do { } while (0) argument
Djhash.h35 #define __jhash_mix(a, b, c) \ argument
46 #define __jhash_final(a, b, c) \ argument
72 u32 a, b, c; in jhash() local
118 u32 a, b, c; in jhash2() local
148 static inline u32 __jhash_nwords(u32 a, u32 b, u32 c, u32 initval) in __jhash_nwords()
159 static inline u32 jhash_3words(u32 a, u32 b, u32 c, u32 initval) in jhash_3words()
164 static inline u32 jhash_2words(u32 a, u32 b, u32 initval) in jhash_2words()
Djiffies.h105 #define time_after(a,b) \ argument
109 #define time_before(a,b) time_after(b,a) argument
111 #define time_after_eq(a,b) \ argument
115 #define time_before_eq(a,b) time_after_eq(b,a) argument
120 #define time_in_range(a,b,c) \ argument
127 #define time_in_range_open(a,b,c) \ argument
134 #define time_after64(a,b) \ argument
138 #define time_before64(a,b) time_after64(b,a) argument
140 #define time_after_eq64(a,b) \ argument
144 #define time_before_eq64(a,b) time_after_eq64(b,a) argument
[all …]
/linux-4.19.296/drivers/misc/
Dvmw_balloon.c279 static bool vmballoon_send_start(struct vmballoon *b, unsigned long req_caps) in vmballoon_send_start()
319 static bool vmballoon_check_status(struct vmballoon *b, unsigned long status) in vmballoon_check_status()
340 static bool vmballoon_send_guest_id(struct vmballoon *b) in vmballoon_send_guest_id()
368 static bool vmballoon_send_get_target(struct vmballoon *b, u32 *new_target) in vmballoon_send_get_target()
408 static int vmballoon_send_lock_page(struct vmballoon *b, unsigned long pfn, in vmballoon_send_lock_page()
429 static int vmballoon_send_batched_lock(struct vmballoon *b, in vmballoon_send_batched_lock()
456 static bool vmballoon_send_unlock_page(struct vmballoon *b, unsigned long pfn, in vmballoon_send_unlock_page()
477 static bool vmballoon_send_batched_unlock(struct vmballoon *b, in vmballoon_send_batched_unlock()
522 static void vmballoon_pop(struct vmballoon *b) in vmballoon_pop()
552 static int vmballoon_lock_page(struct vmballoon *b, unsigned int num_pages, in vmballoon_lock_page()
[all …]
/linux-4.19.296/include/trace/events/
Dtlb.h24 #define EM(a,b) TRACE_DEFINE_ENUM(a); argument
25 #define EMe(a,b) TRACE_DEFINE_ENUM(a); argument
35 #define EM(a,b) { a, b }, argument
36 #define EMe(a,b) { a, b } argument
Dhuge_memory.h38 #define EM(a, b) TRACE_DEFINE_ENUM(a); argument
39 #define EMe(a, b) TRACE_DEFINE_ENUM(a); argument
45 #define EM(a, b) {a, b}, argument
46 #define EMe(a, b) {a, b} argument
Dmigrate.h31 #define EM(a, b) TRACE_DEFINE_ENUM(a); argument
32 #define EMe(a, b) TRACE_DEFINE_ENUM(a); argument
43 #define EM(a, b) {a, b}, argument
44 #define EMe(a, b) {a, b} argument
D9p.h83 #define EM(a, b) TRACE_DEFINE_ENUM(a); argument
84 #define EMe(a, b) TRACE_DEFINE_ENUM(a); argument
94 #define EM(a, b) { a, b }, argument
95 #define EMe(a, b) { a, b } argument
Dcachefiles.h59 #define EM(a, b) TRACE_DEFINE_ENUM(a); argument
60 #define E_(a, b) TRACE_DEFINE_ENUM(a); argument
71 #define EM(a, b) { a, b }, argument
72 #define E_(a, b) { a, b } argument
Dv4l2.h14 #define EM(a, b) TRACE_DEFINE_ENUM(a); argument
15 #define EMe(a, b) TRACE_DEFINE_ENUM(a); argument
61 #define EM(a, b) {a, b}, argument
62 #define EMe(a, b) {a, b} argument
Dsunrpc.h262 #define EM(a, b) TRACE_DEFINE_ENUM(a); argument
263 #define EMe(a, b) TRACE_DEFINE_ENUM(a); argument
301 #define EM(a, b) {a, b}, argument
302 #define EMe(a, b) {a, b} argument
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
/linux-4.19.296/lib/
Dlist_sort.c19 struct list_head *b), in merge()
48 struct list_head *b), in merge_and_restore_back_links()
104 struct list_head *b)) in list_sort()
Dlcm.c7 unsigned long lcm(unsigned long a, unsigned long b) in lcm()
16 unsigned long lcm_not_zero(unsigned long a, unsigned long b) in lcm_not_zero()
/linux-4.19.296/include/ras/
Dras_event.h384 #define EM(a, b) TRACE_DEFINE_ENUM(a); argument
385 #define EMe(a, b) TRACE_DEFINE_ENUM(a); argument
396 #define EM(a, b) { a, b }, argument
397 #define EMe(a, b) { a, b } argument
/linux-4.19.296/crypto/
Dmemneq.c68 __crypto_memneq_generic(const void *a, const void *b, size_t size) in __crypto_memneq_generic()
92 static inline unsigned long __crypto_memneq_16(const void *a, const void *b) in __crypto_memneq_16()
156 noinline unsigned long __crypto_memneq(const void *a, const void *b, in __crypto_memneq()
Dtwofish_generic.c57 #define G2(b) \ argument
66 #define ENCROUND(n, a, b, c, d) \ argument
73 #define DECROUND(n, a, b, c, d) \ argument
115 u32 a, b, c, d; in twofish_encrypt() local
152 u32 a, b, c, d; in twofish_decrypt() local
Dtwofish_common.c481 #define CALC_S(a, b, c, d, i, w, x, y, z) \ argument
496 #define CALC_SB_2(i, a, b) \ argument
504 #define CALC_SB192_2(i, a, b) \ argument
512 #define CALC_SB256_2(i, a, b) \ argument
542 #define CALC_K_2(a, b, c, d, j) \ argument
555 #define CALC_K192_2(a, b, c, d, j) \ argument
568 #define CALC_K256_2(a, b, j) \ argument
Dgf128mul.c142 u64 b = be64_to_cpu(x->b); in gf128mul_x8_lle() local
152 u64 b = be64_to_cpu(x->b); in gf128mul_x8_bbe() local
162 u64 b = le64_to_cpu(x->b); in gf128mul_x8_ble() local
170 void gf128mul_lle(be128 *r, const be128 *b) in gf128mul_lle()
208 void gf128mul_bbe(be128 *r, const be128 *b) in gf128mul_bbe()
/linux-4.19.296/include/linux/mtd/
Dftl.h63 #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-4.19.296/drivers/char/ipmi/
Dipmi_si_mem_io.c13 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-4.19.296/fs/ntfs/
Dmst.c42 int post_read_mst_fixup(NTFS_RECORD *b, const u32 size) in post_read_mst_fixup()
123 int pre_write_mst_fixup(NTFS_RECORD *b, const u32 size) in pre_write_mst_fixup()
179 void post_write_mst_fixup(NTFS_RECORD *b) in post_write_mst_fixup()
/linux-4.19.296/lib/842/
D842_compress.c118 #define get_input_data(p, o, b) \ argument
121 #define init_hashtable_nodes(p, b) do { \ argument
131 #define find_index(p, b, n) ({ \ argument
143 #define check_index(p, b, n) \ argument
148 #define replace_hash(p, b, i, d) do { \ argument
178 int b = p->bit, bits = b + n, s = round_up(bits, 8) - bits; in add_bits() local
233 int ret, i, b = 0; in add_template() local
336 static int add_short_data_template(struct sw842_param *p, u8 b) in add_short_data_template()
392 int i, match, b = 0; in check_template() local
/linux-4.19.296/fs/nfsd/
Dnfscache.c151 nfsd_reply_cache_free(struct nfsd_drc_bucket *b, struct svc_cacherep *rp) in nfsd_reply_cache_free()
227 lru_put_end(struct nfsd_drc_bucket *b, struct svc_cacherep *rp) in lru_put_end()
234 prune_bucket(struct nfsd_drc_bucket *b) in prune_bucket()
266 struct nfsd_drc_bucket *b = &drc_hashtbl[i]; in prune_cache_entries() local
351 nfsd_cache_search(struct nfsd_drc_bucket *b, struct svc_rqst *rqstp, in nfsd_cache_search()
397 struct nfsd_drc_bucket *b = &drc_hashtbl[hash]; in nfsd_cache_lookup() local
520 struct nfsd_drc_bucket *b; in nfsd_cache_update() local

12345678910>>...22