Home
last modified time | relevance | path

Searched defs:list_head (Results 1 – 14 of 14) sorted by relevance

/f-stack/freebsd/netpfil/ipfw/test/
H A Dmylist.h10 struct list_head { struct
11 struct list_head *prev, *next; argument
/f-stack/dpdk/drivers/common/dpaax/
H A Ddpaa_list.h14 struct list_head { struct
15 struct list_head *prev; argument
16 struct list_head *next; argument
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dlist_impl.h44 struct list_node list_head; member
H A Dkstat.h31 struct list_head {}; struct
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/
H A Dlist_impl.h44 struct list_node list_head; member
/f-stack/freebsd/contrib/vchiq/interface/compat/
H A Dlist.h59 struct list_head { struct
60 struct list_head *prev; argument
61 struct list_head *next; argument
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_osdep.h327 #define INIT_LIST_HEAD(list_head) LIST_INIT(list_head) argument
335 #define LIST_ADD(entry, list_head) LIST_INSERT_HEAD(list_head, entry, next) argument
379 #define LIST_REPLACE_INIT(list_head, head) do { \ argument
386 #define INIT_HLIST_HEAD(list_head) INIT_LIST_HEAD(list_head) argument
387 #define HLIST_ADD_HEAD(entry, list_head) LIST_ADD(entry, list_head) argument
388 #define HLIST_EMPTY(list_head) LIST_EMPTY(list_head) argument
H A Dice_switch.c3733 ice_find_rule_entry(struct LIST_HEAD_TYPE *list_head, in ice_find_rule_entry()
3765 struct LIST_HEAD_TYPE *list_head; in ice_find_vsi_list_entry() local
4827 ice_find_ucast_rule_entry(struct LIST_HEAD_TYPE *list_head, in ice_find_ucast_rule_entry()
8355 struct LIST_HEAD_TYPE *list_head; in ice_rem_adv_rule_by_id() local
8391 struct LIST_HEAD_TYPE *list_head; in ice_rem_adv_rule_for_vsi() local
8440 ice_replay_fltr(struct ice_hw *hw, u8 recp_id, struct LIST_HEAD_TYPE *list_head) in ice_replay_fltr()
8541 struct LIST_HEAD_TYPE *list_head) in ice_replay_vsi_fltr()
8603 struct LIST_HEAD_TYPE *list_head) in ice_replay_vsi_adv_rule()
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dlist.h53 list_node_t list_head; member
145 list_head(list_t *list) in list_head() function
/f-stack/freebsd/contrib/openzfs/lib/libspl/
H A Dlist.c151 list_head(list_t *list) in list_head() function
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dlist.c152 list_head(list_t *list) in list_head() function
/f-stack/dpdk/drivers/net/ice/
H A Dice_ethdev.c840 struct LIST_HEAD_TYPE list_head; in ice_add_mac_filter() local
899 struct LIST_HEAD_TYPE list_head; in ice_remove_mac_filter() local
964 struct LIST_HEAD_TYPE list_head; in ice_add_vlan_filter() local
1031 struct LIST_HEAD_TYPE list_head; in ice_remove_vlan_filter() local
1975 struct LIST_HEAD_TYPE list_head; in ice_vsi_config_sw_lldp() local
H A Dice_switch_filter.c1781 struct LIST_HEAD_TYPE *list_head; in ice_switch_redirect() local
/f-stack/dpdk/app/test/
H A Dtest_malloc.c680 } *list_head = NULL; in test_random_alloc_free() local