Searched refs:dbgfs_nr_ctxs (Results 1 – 1 of 1) sorted by relevance
19 static int dbgfs_nr_ctxs; variable824 (dbgfs_nr_ctxs + 1), GFP_KERNEL); in dbgfs_mk_context()830 (dbgfs_nr_ctxs + 1), GFP_KERNEL); in dbgfs_mk_context()843 dbgfs_dirs[dbgfs_nr_ctxs] = new_dir; in dbgfs_mk_context()848 dbgfs_dirs[dbgfs_nr_ctxs] = NULL; in dbgfs_mk_context()852 dbgfs_ctxs[dbgfs_nr_ctxs] = new_ctx; in dbgfs_mk_context()853 dbgfs_fill_ctx_dir(dbgfs_dirs[dbgfs_nr_ctxs], in dbgfs_mk_context()854 dbgfs_ctxs[dbgfs_nr_ctxs]); in dbgfs_mk_context()855 dbgfs_nr_ctxs++; in dbgfs_mk_context()926 new_dirs = kmalloc_array(dbgfs_nr_ctxs - 1, sizeof(*dbgfs_dirs), in dbgfs_rm_context()[all …]