Searched refs:dbgfs_nr_ctxs (Results 1 – 1 of 1) sorted by relevance
19 static int dbgfs_nr_ctxs; variable353 (dbgfs_nr_ctxs + 1), GFP_KERNEL); in dbgfs_mk_context()359 (dbgfs_nr_ctxs + 1), GFP_KERNEL); in dbgfs_mk_context()369 dbgfs_dirs[dbgfs_nr_ctxs] = new_dir; in dbgfs_mk_context()374 dbgfs_dirs[dbgfs_nr_ctxs] = NULL; in dbgfs_mk_context()378 dbgfs_ctxs[dbgfs_nr_ctxs] = new_ctx; in dbgfs_mk_context()379 dbgfs_fill_ctx_dir(dbgfs_dirs[dbgfs_nr_ctxs], in dbgfs_mk_context()380 dbgfs_ctxs[dbgfs_nr_ctxs]); in dbgfs_mk_context()381 dbgfs_nr_ctxs++; in dbgfs_mk_context()445 new_dirs = kmalloc_array(dbgfs_nr_ctxs - 1, sizeof(*dbgfs_dirs), in dbgfs_rm_context()[all …]