Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/
Dnetconsole.c97 struct netconsole_target { struct
129 static void netconsole_target_get(struct netconsole_target *nt) in netconsole_target_get()
135 static void netconsole_target_put(struct netconsole_target *nt) in netconsole_target_put()
156 static void netconsole_target_get(struct netconsole_target *nt) in netconsole_target_get()
160 static void netconsole_target_put(struct netconsole_target *nt) in netconsole_target_put()
167 static struct netconsole_target *alloc_param_target(char *target_config) in alloc_param_target()
170 struct netconsole_target *nt; in alloc_param_target()
210 static void free_param_target(struct netconsole_target *nt) in free_param_target()
236 static struct netconsole_target *to_target(struct config_item *item) in to_target()
239 container_of(item, struct netconsole_target, item) : in to_target()
[all …]