HomeSort by: relevance | last modified time | path
    Searched refs:list_head (Results 1 - 25 of 262) sorted by relevancy

1 2 3 4 5 6 7 8 91011

  /src/sys/external/bsd/drm2/include/linux/
list_sort.h 35 struct list_head;
40 void list_sort(void *, struct list_head *,
41 int (*)(void *, struct list_head *, struct list_head *));
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/fifo/
cgrp.h 9 struct list_head head;
10 struct list_head chan;
changf100.h 14 struct list_head head;
  /src/sys/external/bsd/drm2/dist/include/drm/ttm/
ttm_execbuf_util.h 49 struct list_head head;
65 struct list_head *list);
103 struct list_head *list, bool intr,
104 struct list_head *dups);
120 struct list_head *list,
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_scheduler_types.h 65 struct list_head signalers_list; /* those before us, we depend upon */
66 struct list_head waiters_list; /* those after us, they depend upon us */
67 struct list_head link;
77 struct list_head signal_link;
78 struct list_head wait_link;
79 struct list_head dfs_link;
i915_buddy.h 35 struct list_head link;
36 struct list_head tmp_link;
49 struct list_head *free_list;
123 struct list_head *blocks,
128 void i915_buddy_free_list(struct i915_buddy_mm *mm, struct list_head *objects);
i915_globals.h 17 struct list_head link;
  /src/sys/external/bsd/drm2/linux/
linux_list_sort.c 42 static struct list_head *
43 list_sort_merge(struct list_head *, struct list_head *,
44 int (*)(void *, struct list_head *, struct list_head *),
46 static void list_sort_merge_into(struct list_head *,
47 struct list_head *, struct list_head *,
48 int (*)(void *, struct list_head *, struct list_head *),
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_engine_pool_types.h 21 struct list_head cache_list[4];
27 struct list_head link;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
iccsense.h 12 struct list_head sensors;
13 struct list_head rails;
  /src/sys/external/bsd/common/include/linux/
list.h 35 * - LIST_HEAD(x) means a declaration `struct list_head x =
58 #define LINUX_LIST_HEAD(name) struct list_head name = LIST_HEAD_INIT(name)
61 INIT_LIST_HEAD(struct list_head *head)
67 static inline struct list_head *
68 list_first(const struct list_head *head)
73 static inline struct list_head *
74 list_last(const struct list_head *head)
79 static inline struct list_head *
80 list_next(const struct list_head *node
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
list.h 48 * data type 'struct list_head').
52 * struct list_head list_of_foos;
58 * struct list_head entry;
104 * to-be-linked struct. struct list_head is required for both the head of the
107 * Position and name of the struct list_head field is irrelevant.
109 * There are no requirements for a list head, any struct list_head can be a list
112 struct list_head { struct
113 struct list_head *next, *prev;
126 #define LIST_HEAD(name) \
127 struct list_head name = LIST_HEAD_INIT(name
    [all...]
  /src/sys/external/bsd/drm/dist/bsd-core/
drm_linux_list.h 35 struct list_head { struct
36 struct list_head *next, *prev;
43 INIT_LIST_HEAD(struct list_head *head) {
49 list_empty(struct list_head *head) {
54 list_add(struct list_head *new, struct list_head *head) {
62 list_add_tail(struct list_head *entry, struct list_head *head) {
70 list_del(struct list_head *entry) {
76 list_del_init(struct list_head *entry)
    [all...]
drm_mm.h 40 struct list_head fl_entry;
41 struct list_head ml_entry;
50 struct list_head fl_entry;
51 struct list_head ml_entry;
52 struct list_head unused_nodes;
  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
gtt.h 91 struct list_head oos_page_use_list_head;
92 struct list_head oos_page_free_list_head;
94 struct list_head ppgtt_mm_lru_list_head;
141 struct list_head list;
163 struct list_head list;
164 struct list_head lru_list;
168 struct list_head partial_pte_list;
203 struct list_head ppgtt_mm_list_head;
205 struct list_head oos_page_list_head;
206 struct list_head post_shadow_list_head
    [all...]
  /src/sbin/efi/
getvars.c 57 efi_var_head_t *list_head; member in struct:fn_args
101 efi_var_head_t *head = args->list_head;
138 static efi_var_head_t list_head; local in function:get_variables
145 assert(SLIST_EMPTY(&list_head));
147 SLIST_INIT(&list_head);
150 args.list_head = &list_head;
160 SLIST_FOREACH(elm, &list_head, entry) {
168 return &list_head;
191 efi_var_head_t *list_head = vp local in function:free_variables
    [all...]
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_flip_work.h 64 struct list_head node;
81 struct list_head queued;
82 struct list_head commited;
drm_file.h 86 struct list_head debugfs_list;
150 struct list_head link;
159 struct list_head pending_link;
249 struct list_head lhead;
290 struct list_head fbs;
303 struct list_head blobs;
322 struct list_head pending_event_list;
332 struct list_head event_list;
drm_device.h 63 struct list_head legacy_dev_list;
160 struct list_head filelist;
168 struct list_head filelist_internal;
182 struct list_head clientlist;
264 struct list_head vblank_event_list;
347 struct list_head ctxlist;
356 struct list_head maplist;
362 struct list_head vmalist;
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_object_types.h 28 struct list_head obj_link;
108 struct list_head list;
128 struct list_head lut_list;
141 struct list_head userfault_link;
152 I915_SELFTEST_DECLARE(struct list_head st_link);
212 struct list_head blocks;
218 struct list_head region_link;
278 struct list_head link;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/engine/
pm.h 14 struct list_head domains;
15 struct list_head sources;
disp.h 14 struct list_head head;
15 struct list_head ior;
16 struct list_head outp;
17 struct list_head conn;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/iccsense/
priv.h 11 struct list_head head;
20 struct list_head head;
  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_topology.h 103 struct list_head list;
121 struct list_head list;
137 struct list_head list;
156 struct list_head list;
163 struct list_head list;
167 struct list_head mem_props;
169 struct list_head cache_props;
171 struct list_head io_link_props;
172 struct list_head perf_props;
200 struct list_head *device_list)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_so.h 146 struct list_head *list);
150 struct list_head *list,
154 struct list_head *view_list);
156 struct list_head *list,

Completed in 18 milliseconds

1 2 3 4 5 6 7 8 91011