Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/
Dnetconsole.c108 struct netconsole_target { struct
140 static void netconsole_target_get(struct netconsole_target *nt) in netconsole_target_get()
146 static void netconsole_target_put(struct netconsole_target *nt) in netconsole_target_put()
167 static void netconsole_target_get(struct netconsole_target *nt) in netconsole_target_get()
171 static void netconsole_target_put(struct netconsole_target *nt) in netconsole_target_put()
178 static struct netconsole_target *alloc_param_target(char *target_config) in alloc_param_target()
181 struct netconsole_target *nt; in alloc_param_target()
221 static void free_param_target(struct netconsole_target *nt) in free_param_target()
247 static struct netconsole_target *to_target(struct config_item *item) in to_target()
250 container_of(item, struct netconsole_target, item) : in to_target()
[all …]