Home
last modified time | relevance | path

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

/drivers/net/
Dnetconsole.c96 struct netconsole_target { struct
128 static void netconsole_target_get(struct netconsole_target *nt) in netconsole_target_get()
134 static void netconsole_target_put(struct netconsole_target *nt) in netconsole_target_put()
155 static void netconsole_target_get(struct netconsole_target *nt) in netconsole_target_get()
159 static void netconsole_target_put(struct netconsole_target *nt) in netconsole_target_put()
166 static struct netconsole_target *alloc_param_target(char *target_config) in alloc_param_target()
169 struct netconsole_target *nt; in alloc_param_target()
209 static void free_param_target(struct netconsole_target *nt) in free_param_target()
235 static struct netconsole_target *to_target(struct config_item *item) in to_target()
238 container_of(item, struct netconsole_target, item) : in to_target()
[all …]