Searched refs:unwind_list (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/dev/drm2/i915/
H A Di915_gem_evict.c52 struct list_head eviction_list, unwind_list; local
82 INIT_LIST_HEAD(&unwind_list);
93 if (mark_free(obj, &unwind_list))
102 if (mark_free(obj, &unwind_list))
108 while (!list_empty(&unwind_list)) {
109 obj = list_first_entry(&unwind_list,
129 while (!list_empty(&unwind_list)) {
130 obj = list_first_entry(&unwind_list,
/freebsd-11.0-release/tools/regression/sockets/unix_bindconnect/
H A Dunix_bindconnect.c60 } unwind_list[UNWIND_MAX]; variable in typeref:struct:unwind
69 strlcpy(unwind_list[unwind_len].u_path, path, PATH_MAX);
79 unlink(unwind_list[i].u_path);
80 rmdir(unwind_list[i].u_path);

Completed in 17 milliseconds