/include/linux/ |
A D | bits.h | 34 #define GENMASK_INPUT_CHECK(h, l) BUILD_BUG_ON_ZERO(const_true((l) > (h))) argument 46 #define GENMASK_TYPE(t, h, l) \ argument 51 #define GENMASK(h, l) GENMASK_TYPE(unsigned long, h, l) argument 52 #define GENMASK_ULL(h, l) GENMASK_TYPE(unsigned long long, h, l) argument 54 #define GENMASK_U8(h, l) GENMASK_TYPE(u8, h, l) argument 55 #define GENMASK_U16(h, l) GENMASK_TYPE(u16, h, l) argument 56 #define GENMASK_U32(h, l) GENMASK_TYPE(u32, h, l) argument 57 #define GENMASK_U64(h, l) GENMASK_TYPE(u64, h, l) argument 58 #define GENMASK_U128(h, l) GENMASK_TYPE(u128, h, l) argument 84 #define GENMASK(h, l) __GENMASK(h, l) argument [all …]
|
A D | list_bl.h | 44 static inline void INIT_HLIST_BL_NODE(struct hlist_bl_node *h) in INIT_HLIST_BL_NODE() 52 static inline bool hlist_bl_unhashed(const struct hlist_bl_node *h) in hlist_bl_unhashed() 57 static inline struct hlist_bl_node *hlist_bl_first(struct hlist_bl_head *h) in hlist_bl_first() 63 static inline void hlist_bl_set_first(struct hlist_bl_head *h, in hlist_bl_set_first() 72 static inline bool hlist_bl_empty(const struct hlist_bl_head *h) in hlist_bl_empty() 78 struct hlist_bl_head *h) in hlist_bl_add_head()
|
A D | rculist_bl.h | 11 static inline void hlist_bl_set_first_rcu(struct hlist_bl_head *h, in hlist_bl_set_first_rcu() 21 static inline struct hlist_bl_node *hlist_bl_first_rcu(struct hlist_bl_head *h) in hlist_bl_first_rcu() 72 struct hlist_bl_head *h) in hlist_bl_add_head_rcu()
|
A D | list_nulls.h | 68 static inline int hlist_nulls_unhashed(const struct hlist_nulls_node *h) in hlist_nulls_unhashed() 82 static inline int hlist_nulls_unhashed_lockless(const struct hlist_nulls_node *h) in hlist_nulls_unhashed_lockless() 87 static inline int hlist_nulls_empty(const struct hlist_nulls_head *h) in hlist_nulls_empty() 93 struct hlist_nulls_head *h) in hlist_nulls_add_head()
|
A D | hugetlb.h | 116 #define for_each_hstate(h) \ argument 776 static inline unsigned long huge_page_mask(struct hstate *h) in huge_page_mask() 781 static inline unsigned int huge_page_order(struct hstate *h) in huge_page_order() 786 static inline unsigned huge_page_shift(struct hstate *h) in huge_page_shift() 791 static inline bool hstate_is_gigantic(struct hstate *h) in hstate_is_gigantic() 801 static inline unsigned int blocks_per_huge_page(struct hstate *h) in blocks_per_huge_page() 858 static inline int hstate_index(struct hstate *h) in hstate_index() 914 static inline bool hugepage_movable_supported(struct hstate *h) in hugepage_movable_supported() 925 static inline gfp_t htlb_alloc_mask(struct hstate *h) in htlb_alloc_mask() 970 static inline spinlock_t *huge_pte_lockptr(struct hstate *h, in huge_pte_lockptr() [all …]
|
A D | rculist_nulls.h | 100 struct hlist_nulls_head *h) in hlist_nulls_add_head_rcu() 131 struct hlist_nulls_head *h) in hlist_nulls_add_tail_rcu()
|
A D | list.h | 934 static inline void INIT_HLIST_NODE(struct hlist_node *h) in INIT_HLIST_NODE() 948 static inline int hlist_unhashed(const struct hlist_node *h) in hlist_unhashed() 961 static inline int hlist_unhashed_lockless(const struct hlist_node *h) in hlist_unhashed_lockless() 970 static inline int hlist_empty(const struct hlist_head *h) in hlist_empty() 1021 static inline void hlist_add_head(struct hlist_node *n, struct hlist_head *h) in hlist_add_head() 1078 static inline bool hlist_fake(struct hlist_node *h) in hlist_fake() 1092 hlist_is_singular_node(struct hlist_node *n, struct hlist_head *h) in hlist_is_singular_node()
|
A D | time.h | 98 #define time_between32(t, l, h) ((u32)(h) - (u32)(l) >= (u32)(t) - (u32)(l)) argument
|
/include/uapi/linux/ |
A D | bits.h | 7 #define __GENMASK(h, l) (((~_UL(0)) << (l)) & (~_UL(0) >> (__BITS_PER_LONG - 1 - (h)))) argument 9 #define __GENMASK_ULL(h, l) (((~_ULL(0)) << (l)) & (~_ULL(0) >> (__BITS_PER_LONG_LONG - 1 - (h)))) argument 11 #define __GENMASK_U128(h, l) \ argument
|
A D | romfs_fs.h | 17 #define __mkw(h,l) (((h)&0x00ff)<< 8|((l)&0x00ff)) argument 18 #define __mkl(h,l) (((h)&0xffff)<<16|((l)&0xffff)) argument
|
A D | map_to_14segment.h | 107 #define _SEG14(sym, a, b, c, d, e, f, g1, g2, h, j, k, l, m, n) \ argument
|
/include/linux/spi/ |
A D | mxs-spi.h | 53 #define HW_SSP_TIMING(h) (ssp_is_old(h) ? 0x050 : 0x070) argument 64 #define HW_SSP_CTRL1(h) (ssp_is_old(h) ? 0x060 : 0x080) argument 100 #define HW_SSP_DATA(h) (ssp_is_old(h) ? 0x070 : 0x090) argument 102 #define HW_SSP_SDRESP0(h) (ssp_is_old(h) ? 0x080 : 0x0a0) argument 103 #define HW_SSP_SDRESP1(h) (ssp_is_old(h) ? 0x090 : 0x0b0) argument 104 #define HW_SSP_SDRESP2(h) (ssp_is_old(h) ? 0x0a0 : 0x0c0) argument 105 #define HW_SSP_SDRESP3(h) (ssp_is_old(h) ? 0x0b0 : 0x0d0) argument 106 #define HW_SSP_STATUS(h) (ssp_is_old(h) ? 0x0c0 : 0x100) argument
|
/include/linux/iio/ |
A D | triggered_buffer.h | 20 #define iio_triggered_buffer_setup(indio_dev, h, thread, setup_ops) \ argument 33 #define devm_iio_triggered_buffer_setup(dev, indio_dev, h, thread, setup_ops) \ argument
|
A D | trigger_consumer.h | 32 irqreturn_t (*h)(int irq, void *p); member
|
/include/crypto/ |
A D | poly1305.h | 35 u32 h[5]; member 43 struct poly1305_state h; member
|
A D | streebog.h | 27 struct streebog_uint512 h; member
|
A D | blake2b.h | 12 u64 h[8]; member
|
A D | sha1.h | 41 u32 h[SHA1_DIGEST_SIZE / 4]; member
|
A D | blake2s.h | 27 u32 h[8]; member
|
/include/linux/crush/ |
A D | crush.h | 205 struct crush_bucket h; member 210 struct crush_bucket h; member 217 struct crush_bucket h; /* note: h.size is _tree_ size, not number of member 224 struct crush_bucket h; member 230 struct crush_bucket h; member
|
/include/linux/sunrpc/ |
A D | cache.h | 195 static inline struct cache_head *cache_get(struct cache_head *h) in cache_get() 201 static inline struct cache_head *cache_get_rcu(struct cache_head *h) in cache_get_rcu() 208 static inline void cache_put(struct cache_head *h, struct cache_detail *cd) in cache_put() 216 static inline bool cache_is_expired(struct cache_detail *detail, struct cache_head *h) in cache_is_expired()
|
/include/asm-generic/bitops/ |
A D | fls64.h | 21 __u32 h = x >> 32; in fls64() local
|
/include/linux/soc/qcom/ |
A D | apr.h | 50 #define APR_HDR_FIELD_VER(h) (h & 0x000F) argument 51 #define APR_HDR_FIELD_SIZE(h) ((h & 0x00F0) >> 4) argument 52 #define APR_HDR_FIELD_SIZE_BYTES(h) (((h & 0x00F0) >> 4) * 4) argument 53 #define APR_HDR_FIELD_MT(h) ((h & 0x0300) >> 8) argument
|
/include/net/bluetooth/ |
A D | hci_core.h | 1001 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_add() local 1026 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_del() local 1054 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_num() local 1081 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_valid() local 1099 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_lookup_type() local 1120 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_lookup_bis() local 1142 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_lookup_create_pa_sync() local 1168 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_lookup_per_adv_bis() local 1192 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_lookup_handle() local 1211 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_lookup_ba() local [all …]
|
/include/trace/events/ |
A D | libata.h | 180 #define __parse_subcmd(c,f,h) libata_trace_parse_subcmd(p, c, f, h) argument
|