Searched refs:ws_name (Results 1 – 1 of 1) sorted by relevance
83 const char *ws_name; in wakeup_source_create() local 90 ws_name = kstrdup_const(name, GFP_KERNEL); in wakeup_source_create() 91 if (!ws_name) in wakeup_source_create() 93 ws->name = ws_name; in wakeup_source_create()