Searched defs:sz (Results 1 – 10 of 10) sorted by relevance
/include/linux/ |
D | hashtable.h | 29 static inline void __hash_init(struct hlist_head *ht, unsigned int sz) in __hash_init() 76 static inline bool __hash_empty(struct hlist_head *ht, unsigned int sz) in __hash_empty()
|
D | device-mapper.h | 472 #define dm_div_up(n, sz) (((n) + (sz) - 1) / (sz)) argument 474 #define dm_sector_div_up(n, sz) ( \ argument 485 #define dm_round_up(n, sz) (dm_div_up((n), (sz)) * (sz)) argument
|
D | nodemask.h | 352 #define nodes_fold(dst, orig, sz) \ argument 355 int sz, int nbits) in __nodes_fold()
|
D | of.h | 295 u32 *out_values, size_t sz) in of_property_read_u32_array()
|
D | bio.h | 394 unsigned sz = 0; in bio_list_size() local
|
/include/linux/mtd/ |
D | mtd.h | 317 static inline uint32_t mtd_div_by_eb(uint64_t sz, struct mtd_info *mtd) in mtd_div_by_eb() 325 static inline uint32_t mtd_mod_by_eb(uint64_t sz, struct mtd_info *mtd) in mtd_mod_by_eb() 332 static inline uint32_t mtd_div_by_ws(uint64_t sz, struct mtd_info *mtd) in mtd_div_by_ws() 340 static inline uint32_t mtd_mod_by_ws(uint64_t sz, struct mtd_info *mtd) in mtd_mod_by_ws()
|
/include/math-emu/ |
D | op-1.h | 46 #define _FP_FRAC_SRS_1(X,N,sz) __FP_FRAC_SRS_1(X##_f, N, sz) argument 48 #define __FP_FRAC_SRS_1(X,N,sz) \ argument
|
D | op-2.h | 72 #define _FP_FRAC_SRS_2(X,N,sz) \ argument
|
/include/net/ |
D | sch_generic.h | 228 static inline void qdisc_cb_private_validate(const struct sk_buff *skb, int sz) in qdisc_cb_private_validate()
|
/include/drm/ |
D | i915_drm.h | 264 int sz; /* nr bytes in buf */ member
|