Searched refs:ctx_name (Results 1 – 1 of 1) sorted by relevance
390 char *ctx_name; in dbgfs_mk_context_write() local397 ctx_name = kmalloc(count + 1, GFP_KERNEL); in dbgfs_mk_context_write()398 if (!ctx_name) { in dbgfs_mk_context_write()404 if (sscanf(kbuf, "%s", ctx_name) != 1) { in dbgfs_mk_context_write()410 err = dbgfs_mk_context(ctx_name); in dbgfs_mk_context_write()417 kfree(ctx_name); in dbgfs_mk_context_write()483 char *ctx_name; in dbgfs_rm_context_write() local488 ctx_name = kmalloc(count + 1, GFP_KERNEL); in dbgfs_rm_context_write()489 if (!ctx_name) { in dbgfs_rm_context_write()495 if (sscanf(kbuf, "%s", ctx_name) != 1) { in dbgfs_rm_context_write()[all …]