Home
last modified time | relevance | path

Searched defs:h (Results 1 – 25 of 44) sorted by relevance

12

/include/linux/platform_data/
Ddma-atmel.h38 #define ATC_PER_MSB(h) ((0x30U & (h)) >> 4) /* Extract most significant bits of a handshaking ident… argument
40 #define ATC_SRC_PER(h) (0xFU & (h)) /* Channel src rq associated with periph handshaking ifc h */ argument
41 #define ATC_DST_PER(h) ((0xFU & (h)) << 4) /* Channel dst rq associated with periph handshaking i… argument
46 #define ATC_SRC_PER_MSB(h) (ATC_PER_MSB(h) << 10) /* Channel src rq (most significant bits) */ argument
51 #define ATC_DST_PER_MSB(h) (ATC_PER_MSB(h) << 14) /* Channel dst rq (most significant bits) */ argument
/include/linux/
Dlist_bl.h43 static inline void INIT_HLIST_BL_NODE(struct hlist_bl_node *h) in INIT_HLIST_BL_NODE()
51 static inline bool hlist_bl_unhashed(const struct hlist_bl_node *h) in hlist_bl_unhashed()
56 static inline struct hlist_bl_node *hlist_bl_first(struct hlist_bl_head *h) in hlist_bl_first()
62 static inline void hlist_bl_set_first(struct hlist_bl_head *h, in hlist_bl_set_first()
71 static inline bool hlist_bl_empty(const struct hlist_bl_head *h) in hlist_bl_empty()
77 struct hlist_bl_head *h) in hlist_bl_add_head()
Dhugetlb.h48 #define for_each_hstate(h) \ argument
377 static inline unsigned long huge_page_size(struct hstate *h) in huge_page_size()
386 static inline unsigned long huge_page_mask(struct hstate *h) in huge_page_mask()
391 static inline unsigned int huge_page_order(struct hstate *h) in huge_page_order()
396 static inline unsigned huge_page_shift(struct hstate *h) in huge_page_shift()
401 static inline bool hstate_is_gigantic(struct hstate *h) in hstate_is_gigantic()
406 static inline unsigned int pages_per_huge_page(struct hstate *h) in pages_per_huge_page()
411 static inline unsigned int blocks_per_huge_page(struct hstate *h) in blocks_per_huge_page()
437 static inline int hstate_index(struct hstate *h) in hstate_index()
455 static inline bool hugepage_migration_supported(struct hstate *h) in hugepage_migration_supported()
[all …]
Drculist_bl.h10 static inline void hlist_bl_set_first_rcu(struct hlist_bl_head *h, in hlist_bl_set_first_rcu()
20 static inline struct hlist_bl_node *hlist_bl_first_rcu(struct hlist_bl_head *h) in hlist_bl_first_rcu()
99 struct hlist_bl_head *h) in hlist_bl_add_head_rcu()
Dlist_nulls.h53 static inline int hlist_nulls_unhashed(const struct hlist_nulls_node *h) in hlist_nulls_unhashed()
58 static inline int hlist_nulls_empty(const struct hlist_nulls_head *h) in hlist_nulls_empty()
64 struct hlist_nulls_head *h) in hlist_nulls_add_head()
Dlist.h601 static inline void INIT_HLIST_NODE(struct hlist_node *h) in INIT_HLIST_NODE()
607 static inline int hlist_unhashed(const struct hlist_node *h) in hlist_unhashed()
612 static inline int hlist_empty(const struct hlist_head *h) in hlist_empty()
642 static inline void hlist_add_head(struct hlist_node *n, struct hlist_head *h) in hlist_add_head()
679 static inline bool hlist_fake(struct hlist_node *h) in hlist_fake()
689 hlist_is_singular_node(struct hlist_node *n, struct hlist_head *h) in hlist_is_singular_node()
Drculist_nulls.h91 struct hlist_nulls_head *h) in hlist_nulls_add_head_rcu()
Dbitops.h21 #define GENMASK(h, l) \ argument
24 #define GENMASK_ULL(h, l) \ argument
Drculist.h479 struct hlist_head *h) in hlist_add_head_rcu()
510 struct hlist_head *h) in hlist_add_tail_rcu()
Dbtree-128.h3 struct btree_head128 { struct btree_head h; }; member
Dbtree-type.h10 struct btree_head h; variable
/include/linux/spi/
Dmxs-spi.h62 #define HW_SSP_TIMING(h) (ssp_is_old(h) ? 0x050 : 0x070) argument
73 #define HW_SSP_CTRL1(h) (ssp_is_old(h) ? 0x060 : 0x080) argument
109 #define HW_SSP_DATA(h) (ssp_is_old(h) ? 0x070 : 0x090) argument
111 #define HW_SSP_SDRESP0(h) (ssp_is_old(h) ? 0x080 : 0x0a0) argument
112 #define HW_SSP_SDRESP1(h) (ssp_is_old(h) ? 0x090 : 0x0b0) argument
113 #define HW_SSP_SDRESP2(h) (ssp_is_old(h) ? 0x0a0 : 0x0c0) argument
114 #define HW_SSP_SDRESP3(h) (ssp_is_old(h) ? 0x0b0 : 0x0d0) argument
115 #define HW_SSP_STATUS(h) (ssp_is_old(h) ? 0x0c0 : 0x100) argument
/include/linux/crush/
Dcrush.h148 struct crush_bucket h; member
153 struct crush_bucket h; member
160 struct crush_bucket h; /* note: h.size is _tree_ size, not number of member
167 struct crush_bucket h; member
173 struct crush_bucket h; member
/include/asm-generic/bitops/
Dfls64.h20 __u32 h = x >> 32; in fls64() local
/include/uapi/linux/
Dromfs_fs.h16 #define __mkw(h,l) (((h)&0x00ff)<< 8|((l)&0x00ff)) argument
17 #define __mkl(h,l) (((h)&0xffff)<<16|((l)&0xffff)) argument
Dpkt_cls.h163 #define TC_U32_HTID(h) ((h)&0xFFF00000) argument
164 #define TC_U32_USERHTID(h) (TC_U32_HTID(h)>>20) argument
165 #define TC_U32_HASH(h) (((h)>>12)&0xFF) argument
166 #define TC_U32_NODE(h) ((h)&0xFFF) argument
167 #define TC_U32_KEY(h) ((h)&0xFFFFF) argument
/include/linux/iio/
Dtrigger_consumer.h35 irqreturn_t (*h)(int irq, void *p); member
/include/crypto/
Dpoly1305.h21 u32 h[5]; member
/include/xen/
Dacpi.h60 static inline int xen_acpi_get_pxm(acpi_handle h) in xen_acpi_get_pxm()
/include/linux/sunrpc/
Dcache.h192 static inline struct cache_head *cache_get(struct cache_head *h) in cache_get()
199 static inline void cache_put(struct cache_head *h, struct cache_detail *cd) in cache_put()
207 static inline int cache_is_expired(struct cache_detail *detail, struct cache_head *h) in cache_is_expired()
/include/net/
Draw.h45 struct raw_hashinfo *h; member
/include/trace/events/
Dlibata.h148 #define __parse_subcmd(c,f,h) libata_trace_parse_subcmd(p, c, f, h) argument
/include/scsi/
Dosd_protocol.h238 struct osd_cdb_head h; member
244 struct osd_cdb_head h; member
402 static inline unsigned osdv1_list_size(struct osdv1_attributes_list_header *h) in osdv1_list_size()
417 static inline unsigned osdv2_list_size(struct osdv2_attributes_list_header *h) in osdv2_list_size()
605 struct osd_capability_head h; member
610 struct osd_capability_head h; member
/include/net/bluetooth/
Dhci_core.h681 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_add() local
704 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_del() local
730 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_num() local
755 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_lookup_type() local
776 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_lookup_handle() local
795 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_lookup_ba() local
816 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_lookup_le() local
839 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_lookup_state() local
858 struct hci_conn_hash *h = &hdev->conn_hash; in hci_lookup_le_connect() local
/include/net/netfilter/
Dnf_conntrack_tuple.h114 #define NF_CT_DIRECTION(h) \ argument

12