| /Linux-v5.4/arch/hexagon/kernel/ | 
| D | setup.c | 95 static void *c_start(struct seq_file *m, loff_t *pos)  in c_start()  function103 	return c_start(m, pos);  in c_next()
 133 	.start  = &c_start,
 
 | 
| /Linux-v5.4/arch/riscv/kernel/ | 
| D | cpu.c | 110 static void *c_start(struct seq_file *m, loff_t *pos)  in c_start()  function121 	return c_start(m, pos);  in c_next()
 150 	.start	= c_start,
 
 | 
| /Linux-v5.4/arch/m68k/kernel/ | 
| D | setup_no.c | 201 static void *c_start(struct seq_file *m, loff_t *pos)  in c_start()  function209 	return c_start(m, pos);  in c_next()
 217 	.start	= c_start,
 
 | 
| /Linux-v5.4/arch/microblaze/kernel/cpu/ | 
| D | mb.c | 136 static void *c_start(struct seq_file *m, loff_t *pos)  in c_start()  function146 	return c_start(m, pos);  in c_next()
 154 	.start = c_start,
 
 | 
| /Linux-v5.4/arch/sh/kernel/cpu/ | 
| D | proc.c | 134 static void *c_start(struct seq_file *m, loff_t *pos)  in c_start()  function141 	return c_start(m, pos);  in c_next()
 147 	.start	= c_start,
 
 | 
| /Linux-v5.4/arch/h8300/kernel/ | 
| D | setup.c | 147 static void *c_start(struct seq_file *m, loff_t *pos)  in c_start()  function156 	return c_start(m, pos);  in c_next()
 164 	.start	= c_start,
 
 | 
| /Linux-v5.4/arch/csky/kernel/ | 
| D | cpu-probe.c | 61 static void *c_start(struct seq_file *m, loff_t *pos)  in c_start()  function75 	.start	= c_start,
 
 | 
| /Linux-v5.4/arch/x86/kernel/cpu/ | 
| D | proc.c | 144 static void *c_start(struct seq_file *m, loff_t *pos)  in c_start()  function155 	return c_start(m, pos);  in c_next()
 163 	.start	= c_start,
 
 | 
| /Linux-v5.4/arch/mips/kernel/ | 
| D | proc.c | 167 static void *c_start(struct seq_file *m, loff_t *pos)  in c_start()  function177 	return c_start(m, pos);  in c_next()
 185 	.start	= c_start,
 
 | 
| /Linux-v5.4/fs/proc/ | 
| D | consoles.c | 61 static void *c_start(struct seq_file *m, loff_t *pos)  in c_start()  function87 	.start	= c_start,
 
 | 
| /Linux-v5.4/arch/sparc/kernel/ | 
| D | cpu.c | 413 static void *c_start(struct seq_file *m, loff_t *pos)  in c_start()  function419 	return *pos == 0 ? &c_start : NULL;  in c_start()
 425 	return c_start(m, pos);  in c_next()
 433 	.start =c_start,
 
 | 
| /Linux-v5.4/crypto/ | 
| D | proc.c | 20 static void *c_start(struct seq_file *m, loff_t *pos)  in c_start()  function86 	.start		= c_start,
 
 | 
| /Linux-v5.4/arch/parisc/kernel/ | 
| D | setup.c | 168 c_start (struct seq_file *m, loff_t *pos)  in c_start()  function182 	return c_start(m, pos);  in c_next()
 191 	.start	= c_start,
 
 | 
| /Linux-v5.4/arch/um/kernel/ | 
| D | um_arch.c | 78 static void *c_start(struct seq_file *m, loff_t *pos)  in c_start()  function86 	return c_start(m, pos);  in c_next()
 94 	.start	= c_start,
 
 | 
| /Linux-v5.4/arch/s390/kernel/ | 
| D | processor.c | 185 static void *c_start(struct seq_file *m, loff_t *pos)  in c_start()  function203 	.start	= c_start,
 
 | 
| /Linux-v5.4/arch/openrisc/kernel/ | 
| D | setup.c | 383 static void *c_start(struct seq_file *m, loff_t *pos)  in c_start()  function394 	return c_start(m, pos);  in c_next()
 402 	.start = c_start,
 
 | 
| /Linux-v5.4/arch/arm/mach-rpc/ | 
| D | ecard.h | 52 #define c_start(x)	((x)->r_start)  macro
 | 
| /Linux-v5.4/arch/unicore32/kernel/ | 
| D | setup.c | 334 static void *c_start(struct seq_file *m, loff_t *pos)  in c_start()  function350 	.start	= c_start,
 
 | 
| /Linux-v5.4/arch/arm64/kernel/ | 
| D | cpuinfo.c | 185 static void *c_start(struct seq_file *m, loff_t *pos)  in c_start()  function201 	.start	= c_start,
 
 | 
| /Linux-v5.4/arch/c6x/kernel/ | 
| D | setup.c | 443 static void *c_start(struct seq_file *m, loff_t *pos)  in c_start()  function457 	c_start,
 
 | 
| /Linux-v5.4/arch/powerpc/kernel/ | 
| D | setup-common.c | 344 static void *c_start(struct seq_file *m, loff_t *pos)  in c_start()  function358 	return c_start(m, pos);  in c_next()
 366 	.start	= c_start,
 
 | 
| /Linux-v5.4/arch/nds32/kernel/ | 
| D | setup.c | 362 static void *c_start(struct seq_file *m, loff_t * pos)  in c_start()  function378 	.start = c_start,
 
 | 
| /Linux-v5.4/arch/xtensa/kernel/ | 
| D | setup.c | 711 c_start(struct seq_file *f, loff_t *pos)  in c_start()  function729 	.start	= c_start,
 
 | 
| /Linux-v5.4/drivers/crypto/chelsio/ | 
| D | chcr_algo.h | 164 #define  FILL_SEC_CPL_CIPHERSTOP_HI(a_start, a_stop, c_start, c_stop_hi) \  argument168 	       CPL_TX_SEC_PDU_CIPHERSTART_V((c_start)) | \
 
 | 
| /Linux-v5.4/arch/arc/kernel/ | 
| D | setup.c | 661 static void *c_start(struct seq_file *m, loff_t *pos)  in c_start()  function675 	return c_start(m, pos);  in c_next()
 683 	.start	= c_start,
 
 |