Searched defs:list_head (Results 1 – 9 of 9) sorted by relevance
/dflybsd-src/sys/dev/drm/ |
H A D | linux_list_sort.c | 54 list_sort(void *arg, struct list_head *list, in list_sort() 124 list_sort_merge(struct list_head *a, struct list_head *b, in list_sort_merge() 126 struct list_head *), void *arg) in list_sort_merge() 154 list_sort_merge_into(struct list_head *list, in list_sort_merge_into() 157 struct list_head *), void *arg) in list_sort_merge_into()
|
/dflybsd-src/sys/dev/raid/hpt27xx/ |
H A D | list.h | 40 struct list_head { struct 41 struct list_head *next, *prev; argument
|
/dflybsd-src/sys/dev/raid/hptrr/ |
H A D | list.h | 42 struct list_head { struct 43 struct list_head *next, *prev; argument
|
/dflybsd-src/sys/dev/raid/hptmv/ |
H A D | raid5n.h | 94 struct list_head { struct 95 struct list_head *next, *prev; argument
|
/dflybsd-src/tools/tools/drm/radeon/mkregtable/ |
H A D | mkregtable.c | 41 struct list_head { struct 42 struct list_head *next, *prev; argument
|
/dflybsd-src/sys/dev/drm/include/linux/ |
H A D | list.h | 42 struct list_head { struct 43 struct list_head *next; argument 44 struct list_head *prev; argument
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | genrecog.c | 820 struct list_head struct 829 void set_parent (list_head *); argument 845 list_head <T>::range::range (T *start_in) : start (start_in), end (start_in) {} in range() argument 863 list_head <T>::list_head () : first (0), last (0) {} in list_head() function
|
H A D | dwarf2out.c | 1400 add_loc_descr (dw_loc_descr_ref *list_head, dw_loc_descr_ref descr) in add_loc_descr() 1536 loc_descr_plus_const (dw_loc_descr_ref *list_head, poly_int64 poly_offset) in loc_descr_plus_const() 1609 loc_list_plus_const (dw_loc_list_ref list_head, poly_int64 offset) in loc_list_plus_const() 10171 output_loc_list (dw_loc_list_ref list_head) in output_loc_list() 13722 add_loc_descr_op_piece (dw_loc_descr_ref *list_head, int size) in add_loc_descr_op_piece() 30735 hash_loc_list (dw_loc_list_ref list_head) in hash_loc_list()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | dwarf2out.c | 1612 add_loc_descr (dw_loc_descr_ref *list_head, dw_loc_descr_ref descr) in add_loc_descr() 1729 loc_descr_plus_const (dw_loc_descr_ref *list_head, HOST_WIDE_INT offset) in loc_descr_plus_const() 1770 loc_list_plus_const (dw_loc_list_ref list_head, HOST_WIDE_INT offset) in loc_list_plus_const() 8216 output_loc_list (dw_loc_list_ref list_head) in output_loc_list() 10194 add_loc_descr_op_piece (dw_loc_descr_ref *list_head, int size) in add_loc_descr_op_piece() 22268 hash_loc_list (dw_loc_list_ref list_head) in hash_loc_list()
|