OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:action_list
(Results
1 - 2
of
2
) sorted by null
/external/iproute2/tc/
m_action.c
31
static struct action_util *
action_list
;
variable in typeref:struct:action_util
96
for (a =
action_list
; a; a = a->next) {
118
a->next =
action_list
;
119
action_list
= a;
/external/ltp/testcases/kernel/io/disktest/
main.h
265
action_t *
action_list
; /* pointer to list of actions that are currently in use */
member in struct:test_env
266
int action_list_entry; /* where in the
action_list
we are */
Completed in 98 milliseconds