Home
last modified time | relevance | path

Searched refs:action_args (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/
Dtc_restrictions.sh191 local action_args=$2
204 matchall skip_sw action $action_args
210 matchall skip_sw action $action_args
216 matchall skip_sw action $action_args
246 local action_args=$2
258 matchall skip_sw action $action_args
264 matchall skip_sw action $action_args
270 matchall skip_sw action $action_args
/kernel/linux/linux-5.10/lib/
Dkobject_uevent.c196 const char *action_args; in kobject_synth_uevent() local
201 r = kobject_action_type(buf, count, &action, &action_args); in kobject_synth_uevent()
207 if (!action_args) { in kobject_synth_uevent()
212 r = kobject_action_args(action_args, in kobject_synth_uevent()
213 count - (action_args - buf), &env); in kobject_synth_uevent()