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

/linux-master/include/linux/
H A Dpstore_ram.h27 #define RAMOOPS_FLAG_FTRACE_PER_CPU BIT(0) macro
/linux-master/fs/pstore/
H A Dram.c220 if (!(cxt->flags & RAMOOPS_FLAG_FTRACE_PER_CPU) &&
328 if (cxt->flags & RAMOOPS_FLAG_FTRACE_PER_CPU)
801 cxt->max_ftrace_cnt = (cxt->flags & RAMOOPS_FLAG_FTRACE_PER_CPU)
807 (cxt->flags & RAMOOPS_FLAG_FTRACE_PER_CPU)
945 pdata.flags = RAMOOPS_FLAG_FTRACE_PER_CPU;

Completed in 263 milliseconds