• Home
  • Raw
  • Download

Lines Matching refs:page

265 	int (*stats)(char *page);
514 static int srcu_torture_stats(char *page) in srcu_torture_stats() argument
520 cnt += sprintf(&page[cnt], "%s%s per-CPU(idx=%d):", in srcu_torture_stats()
523 cnt += sprintf(&page[cnt], " %d(%d,%d)", cpu, in srcu_torture_stats()
527 cnt += sprintf(&page[cnt], "\n"); in srcu_torture_stats()
791 rcu_torture_printk(char *page) in rcu_torture_printk() argument
809 cnt += sprintf(&page[cnt], "%s%s ", torture_type, TORTURE_FLAG); in rcu_torture_printk()
810 cnt += sprintf(&page[cnt], in rcu_torture_printk()
822 cnt += sprintf(&page[cnt], " !!!"); in rcu_torture_printk()
823 cnt += sprintf(&page[cnt], "\n%s%s ", torture_type, TORTURE_FLAG); in rcu_torture_printk()
825 cnt += sprintf(&page[cnt], "!!! "); in rcu_torture_printk()
829 cnt += sprintf(&page[cnt], "Reader Pipe: "); in rcu_torture_printk()
831 cnt += sprintf(&page[cnt], " %ld", pipesummary[i]); in rcu_torture_printk()
832 cnt += sprintf(&page[cnt], "\n%s%s ", torture_type, TORTURE_FLAG); in rcu_torture_printk()
833 cnt += sprintf(&page[cnt], "Reader Batch: "); in rcu_torture_printk()
835 cnt += sprintf(&page[cnt], " %ld", batchsummary[i]); in rcu_torture_printk()
836 cnt += sprintf(&page[cnt], "\n%s%s ", torture_type, TORTURE_FLAG); in rcu_torture_printk()
837 cnt += sprintf(&page[cnt], "Free-Block Circulation: "); in rcu_torture_printk()
839 cnt += sprintf(&page[cnt], " %d", in rcu_torture_printk()
842 cnt += sprintf(&page[cnt], "\n"); in rcu_torture_printk()
844 cnt += cur_ops->stats(&page[cnt]); in rcu_torture_printk()