Home
last modified time | relevance | path

Searched refs:call_count (Results 1 – 3 of 3) sorted by relevance

/fs/
Dcoredump.c55 static atomic_t call_count = ATOMIC_INIT(1); variable
63 cn->size = CORENAME_MAX_SIZE * atomic_inc_return(&call_count); in expand_corename()
160 cn->size = CORENAME_MAX_SIZE * atomic_read(&call_count); in format_corename()
/fs/f2fs/
Df2fs.h1070 int prefree_count, call_count; member
1082 #define stat_inc_call_count(si) ((si)->call_count++)
Ddebug.c237 si->call_count, si->bg_gc); in stat_show()