| /f-stack/freebsd/netpfil/ipfw/test/ |
| H A D | mylist.h | 10 struct list_head { struct 11 struct list_head *prev, *next; argument
|
| /f-stack/dpdk/drivers/common/dpaax/ |
| H A D | dpaa_list.h | 14 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 D | list_impl.h | 44 struct list_node list_head; member
|
| H A D | kstat.h | 31 struct list_head {}; struct
|
| /f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/ |
| H A D | list_impl.h | 44 struct list_node list_head; member
|
| /f-stack/freebsd/contrib/vchiq/interface/compat/ |
| H A D | list.h | 59 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 D | ice_osdep.h | 327 #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 D | ice_switch.c | 3733 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 D | list.h | 53 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 D | list.c | 151 list_head(list_t *list) in list_head() function
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | list.c | 152 list_head(list_t *list) in list_head() function
|
| /f-stack/dpdk/drivers/net/ice/ |
| H A D | ice_ethdev.c | 840 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 D | ice_switch_filter.c | 1781 struct LIST_HEAD_TYPE *list_head; in ice_switch_redirect() local
|
| /f-stack/dpdk/app/test/ |
| H A D | test_malloc.c | 680 } *list_head = NULL; in test_random_alloc_free() local
|