Searched defs:seq_operations (Results 1 – 2 of 2) sorted by relevance
| /system/bpf/include/vmlinux/android15_6.6/arm64/ |
| D | vmlinux.h | 5035 struct seq_operations { struct 5036 void * (*start)(struct seq_file *, loff_t *); 5037 void (*stop)(struct seq_file *, void *); 5038 void * (*next)(struct seq_file *, void *, loff_t *); 5039 int (*show)(struct seq_file *, void *);
|
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ |
| D | vmlinux.h | 4629 struct seq_operations { struct 4630 void * (*start)(struct seq_file *, loff_t *); 4631 void (*stop)(struct seq_file *, void *); 4632 void * (*next)(struct seq_file *, void *, loff_t *); 4633 int (*show)(struct seq_file *, void *);
|