Searched refs:new_ctxs (Results 1 - 1 of 1) sorted by relevance

/linux-master/mm/damon/
H A Ddbgfs.c828 struct damon_ctx **new_ctxs, *new_ctx; local
833 new_ctxs = krealloc(dbgfs_ctxs, sizeof(*dbgfs_ctxs) *
835 if (!new_ctxs)
837 dbgfs_ctxs = new_ctxs;
915 struct damon_ctx **new_ctxs; local
943 new_ctxs = kmalloc_array(dbgfs_nr_ctxs - 1, sizeof(*dbgfs_ctxs),
945 if (!new_ctxs) {
957 new_ctxs[j++] = dbgfs_ctxs[i];
964 dbgfs_ctxs = new_ctxs;

Completed in 147 milliseconds