/Linux-v4.19/arch/hexagon/kernel/ |
D | setup.c | 108 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 116 return c_start(m, pos); in c_next() 146 .start = &c_start,
|
/Linux-v4.19/arch/riscv/kernel/ |
D | cpu.c | 61 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 72 return c_start(m, pos); in c_next() 102 .start = c_start,
|
/Linux-v4.19/arch/m68k/kernel/ |
D | setup_no.c | 202 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 210 return c_start(m, pos); in c_next() 218 .start = c_start,
|
D | setup_mm.c | 481 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 494 .start = c_start,
|
/Linux-v4.19/arch/microblaze/kernel/cpu/ |
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-v4.19/arch/sh/kernel/cpu/ |
D | proc.c | 134 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 141 return c_start(m, pos); in c_next() 147 .start = c_start,
|
/Linux-v4.19/arch/h8300/kernel/ |
D | setup.c | 147 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 156 return c_start(m, pos); in c_next() 164 .start = c_start,
|
/Linux-v4.19/arch/x86/kernel/cpu/ |
D | proc.c | 144 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 155 return c_start(m, pos); in c_next() 163 .start = c_start,
|
/Linux-v4.19/arch/mips/kernel/ |
D | proc.c | 163 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 173 return c_start(m, pos); in c_next() 181 .start = c_start,
|
/Linux-v4.19/fs/proc/ |
D | consoles.c | 62 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 88 .start = c_start,
|
/Linux-v4.19/arch/sparc/kernel/ |
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-v4.19/crypto/ |
D | proc.c | 25 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 91 .start = c_start,
|
/Linux-v4.19/arch/parisc/kernel/ |
D | setup.c | 185 c_start (struct seq_file *m, loff_t *pos) in c_start() function 199 return c_start(m, pos); in c_next() 208 .start = c_start,
|
/Linux-v4.19/arch/um/kernel/ |
D | um_arch.c | 78 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 86 return c_start(m, pos); in c_next() 94 .start = c_start,
|
/Linux-v4.19/arch/s390/kernel/ |
D | processor.c | 177 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 195 .start = c_start,
|
/Linux-v4.19/arch/openrisc/kernel/ |
D | setup.c | 390 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 401 return c_start(m, pos); in c_next() 409 .start = c_start,
|
/Linux-v4.19/arch/arm/mach-rpc/ |
D | ecard.h | 55 #define c_start(x) ((x)->r_start) macro
|
/Linux-v4.19/arch/unicore32/kernel/ |
D | setup.c | 334 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 350 .start = c_start,
|
/Linux-v4.19/arch/arm64/kernel/ |
D | cpuinfo.c | 182 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 198 .start = c_start,
|
/Linux-v4.19/arch/c6x/kernel/ |
D | setup.c | 476 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 490 c_start,
|
/Linux-v4.19/arch/nds32/kernel/ |
D | setup.c | 347 static void *c_start(struct seq_file *m, loff_t * pos) in c_start() function 363 .start = c_start,
|
/Linux-v4.19/drivers/crypto/chelsio/ |
D | chcr_algo.h | 164 #define FILL_SEC_CPL_CIPHERSTOP_HI(a_start, a_stop, c_start, c_stop_hi) \ argument 168 CPL_TX_SEC_PDU_CIPHERSTART_V((c_start)) | \
|
/Linux-v4.19/arch/xtensa/kernel/ |
D | setup.c | 713 c_start(struct seq_file *f, loff_t *pos) in c_start() function 731 .start = c_start,
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | setup-common.c | 352 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 366 return c_start(m, pos); in c_next() 374 .start = c_start,
|
/Linux-v4.19/arch/arc/kernel/ |
D | setup.c | 599 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 613 return c_start(m, pos); in c_next() 621 .start = c_start,
|