/Linux-v5.15/arch/hexagon/kernel/ |
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-v5.15/arch/riscv/kernel/ |
D | cpu.c | 87 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 98 return c_start(m, pos); in c_next() 127 .start = c_start,
|
/Linux-v5.15/arch/m68k/kernel/ |
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,
|
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-v5.15/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-v5.15/arch/h8300/kernel/ |
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-v5.15/arch/sh/kernel/cpu/ |
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-v5.15/arch/csky/kernel/ |
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-v5.15/arch/x86/kernel/cpu/ |
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-v5.15/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-v5.15/fs/proc/ |
D | consoles.c | 61 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 87 .start = c_start,
|
/Linux-v5.15/arch/parisc/kernel/ |
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-v5.15/arch/mips/kernel/ |
D | proc.c | 171 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 181 return c_start(m, pos); in c_next() 189 .start = c_start,
|
/Linux-v5.15/crypto/ |
D | proc.c | 20 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 86 .start = c_start,
|
/Linux-v5.15/arch/openrisc/kernel/ |
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-v5.15/arch/um/kernel/ |
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-v5.15/arch/arm/mach-rpc/ |
D | ecard.h | 52 #define c_start(x) ((x)->r_start) macro
|
/Linux-v5.15/arch/xtensa/kernel/ |
D | setup.c | 719 c_start(struct seq_file *f, loff_t *pos) in c_start() function 728 return c_start(f, pos); in c_next() 738 .start = c_start,
|
/Linux-v5.15/arch/s390/kernel/ |
D | processor.c | 366 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 384 .start = c_start,
|
/Linux-v5.15/arch/nds32/kernel/ |
D | setup.c | 349 static void *c_start(struct seq_file *m, loff_t * pos) in c_start() function 365 .start = c_start,
|
/Linux-v5.15/arch/powerpc/kernel/ |
D | setup-common.c | 336 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 350 return c_start(m, pos); in c_next() 358 .start = c_start,
|
/Linux-v5.15/drivers/crypto/chelsio/ |
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-v5.15/arch/arm64/kernel/ |
D | cpuinfo.c | 203 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 219 .start = c_start,
|
/Linux-v5.15/arch/arc/kernel/ |
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-v5.15/arch/ia64/kernel/ |
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,
|