Searched refs:dbgfs_nr_ctxs (Results 1 – 1 of 1) sorted by relevance
19 static int dbgfs_nr_ctxs; variable823 (dbgfs_nr_ctxs + 1), GFP_KERNEL); in dbgfs_mk_context()829 (dbgfs_nr_ctxs + 1), GFP_KERNEL); in dbgfs_mk_context()842 dbgfs_dirs[dbgfs_nr_ctxs] = new_dir; in dbgfs_mk_context()847 dbgfs_dirs[dbgfs_nr_ctxs] = NULL; in dbgfs_mk_context()851 dbgfs_ctxs[dbgfs_nr_ctxs] = new_ctx; in dbgfs_mk_context()852 dbgfs_fill_ctx_dir(dbgfs_dirs[dbgfs_nr_ctxs], in dbgfs_mk_context()853 dbgfs_ctxs[dbgfs_nr_ctxs]); in dbgfs_mk_context()854 dbgfs_nr_ctxs++; in dbgfs_mk_context()925 new_dirs = kmalloc_array(dbgfs_nr_ctxs - 1, sizeof(*dbgfs_dirs), in dbgfs_rm_context()[all …]