/linux/arch/hexagon/kernel/ |
A D | setup.c | 95 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 103 return c_start(m, pos); in c_next() 133 .start = &c_start,
|
/linux/arch/riscv/kernel/ |
A D | cpu.c | 88 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 99 return c_start(m, pos); in c_next() 128 .start = c_start,
|
/linux/arch/m68k/kernel/ |
A D | setup_no.c | 203 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 211 return c_start(m, pos); in c_next() 219 .start = c_start,
|
A D | setup_mm.c | 472 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 485 .start = c_start,
|
/linux/arch/microblaze/kernel/cpu/ |
A D | mb.c | 136 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 146 return c_start(m, pos); in c_next() 154 .start = c_start,
|
/linux/arch/h8300/kernel/ |
A D | setup.c | 139 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 148 return c_start(m, pos); in c_next() 156 .start = c_start,
|
/linux/arch/sh/kernel/cpu/ |
A D | proc.c | 133 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 140 return c_start(m, pos); in c_next() 146 .start = c_start,
|
/linux/arch/csky/kernel/ |
A D | cpu-probe.c | 61 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 75 .start = c_start,
|
/linux/arch/x86/kernel/cpu/ |
A D | proc.c | 159 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 170 return c_start(m, pos); in c_next() 178 .start = c_start,
|
/linux/arch/sparc/kernel/ |
A D | cpu.c | 413 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 419 return *pos == 0 ? &c_start : NULL; in c_start() 425 return c_start(m, pos); in c_next() 433 .start =c_start,
|
/linux/arch/parisc/kernel/ |
A D | setup.c | 162 c_start (struct seq_file *m, loff_t *pos) in c_start() function 176 return c_start(m, pos); in c_next() 185 .start = c_start,
|
/linux/fs/proc/ |
A D | consoles.c | 61 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 87 .start = c_start,
|
/linux/crypto/ |
A D | proc.c | 20 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 86 .start = c_start,
|
/linux/arch/mips/kernel/ |
A D | proc.c | 312 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 322 return c_start(m, pos); in c_next() 330 .start = c_start,
|
/linux/arch/openrisc/kernel/ |
A D | setup.c | 369 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 380 return c_start(m, pos); in c_next() 388 .start = c_start,
|
/linux/arch/um/kernel/ |
A D | um_arch.c | 94 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 102 return c_start(m, pos); in c_next() 110 .start = c_start,
|
/linux/arch/xtensa/kernel/ |
A D | setup.c | 679 c_start(struct seq_file *f, loff_t *pos) in c_start() function 688 return c_start(f, pos); in c_next() 698 .start = c_start,
|
/linux/arch/arm/mach-rpc/ |
A D | ecard.h | 52 #define c_start(x) ((x)->r_start) macro
|
/linux/arch/s390/kernel/ |
A D | processor.c | 366 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 384 .start = c_start,
|
/linux/arch/nds32/kernel/ |
A D | setup.c | 349 static void *c_start(struct seq_file *m, loff_t * pos) in c_start() function 365 .start = c_start,
|
/linux/arch/powerpc/kernel/ |
A D | setup-common.c | 333 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 347 return c_start(m, pos); in c_next() 355 .start = c_start,
|
/linux/drivers/crypto/chelsio/ |
A D | chcr_algo.h | 131 #define FILL_SEC_CPL_CIPHERSTOP_HI(a_start, a_stop, c_start, c_stop_hi) \ argument 135 CPL_TX_SEC_PDU_CIPHERSTART_V((c_start)) | \
|
/linux/arch/arm64/kernel/ |
A D | cpuinfo.c | 204 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 220 .start = c_start,
|
/linux/arch/arc/kernel/ |
A D | setup.c | 661 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 675 return c_start(m, pos); in c_next() 683 .start = c_start,
|
/linux/arch/ia64/kernel/ |
A D | setup.c | 738 c_start (struct seq_file *m, loff_t *pos) in c_start() function 751 return c_start(m, pos); in c_next() 760 .start = c_start,
|