Searched refs:dbgfs_nr_ctxs (Results 1 – 1 of 1) sorted by relevance
19 static int dbgfs_nr_ctxs; variable708 (dbgfs_nr_ctxs + 1), GFP_KERNEL); in dbgfs_mk_context()714 (dbgfs_nr_ctxs + 1), GFP_KERNEL); in dbgfs_mk_context()727 dbgfs_dirs[dbgfs_nr_ctxs] = new_dir; in dbgfs_mk_context()732 dbgfs_dirs[dbgfs_nr_ctxs] = NULL; in dbgfs_mk_context()736 dbgfs_ctxs[dbgfs_nr_ctxs] = new_ctx; in dbgfs_mk_context()737 dbgfs_fill_ctx_dir(dbgfs_dirs[dbgfs_nr_ctxs], in dbgfs_mk_context()738 dbgfs_ctxs[dbgfs_nr_ctxs]); in dbgfs_mk_context()739 dbgfs_nr_ctxs++; in dbgfs_mk_context()810 new_dirs = kmalloc_array(dbgfs_nr_ctxs - 1, sizeof(*dbgfs_dirs), in dbgfs_rm_context()[all …]