HomeSort by relevance Sort by last modified time
    Searched defs:exec_list (Results 1 - 2 of 2) sorted by null

  /external/iproute2/tc/
tc_exec.c 21 static struct exec_util *exec_list; variable in typeref:struct:exec_util
49 for (eu = exec_list; eu; eu = eu->next)
69 eu->next = exec_list;
70 exec_list = eu;
  /external/mesa3d/src/compiler/glsl/
list.h 40 * exec_list or any structure in which an \c exec_list is embedded.
93 void insert_before(struct exec_list *before);
285 struct exec_list { struct
290 DECLARE_RALLOC_CXX_OPERATORS(exec_list)
292 exec_list() function in struct:exec_list
323 * \sa exec_list::get_head
330 void move_nodes_to(exec_list *target);
335 void append_list(exec_list *source);
341 void prepend_list(exec_list *source)
    [all...]

Completed in 63 milliseconds