Searched refs:dbgfs_nr_ctxs (Results 1 – 1 of 1) sorted by relevance
19 static int dbgfs_nr_ctxs; variable813 (dbgfs_nr_ctxs + 1), GFP_KERNEL); in dbgfs_mk_context()819 (dbgfs_nr_ctxs + 1), GFP_KERNEL); in dbgfs_mk_context()832 dbgfs_dirs[dbgfs_nr_ctxs] = new_dir; in dbgfs_mk_context()837 dbgfs_dirs[dbgfs_nr_ctxs] = NULL; in dbgfs_mk_context()841 dbgfs_ctxs[dbgfs_nr_ctxs] = new_ctx; in dbgfs_mk_context()842 dbgfs_fill_ctx_dir(dbgfs_dirs[dbgfs_nr_ctxs], in dbgfs_mk_context()843 dbgfs_ctxs[dbgfs_nr_ctxs]); in dbgfs_mk_context()844 dbgfs_nr_ctxs++; in dbgfs_mk_context()915 new_dirs = kmalloc_array(dbgfs_nr_ctxs - 1, sizeof(*dbgfs_dirs), in dbgfs_rm_context()[all …]