Home
last modified time | relevance | path

Searched defs:seq_operations (Results 1 – 2 of 2) sorted by relevance

/third_party/ltp/testcases/kernel/mce-test/tsrc/kinclude/linux/
Dseq_file.h9 struct seq_operations { struct
17 static inline int seq_open(struct file *f, const struct seq_operations *o) { return -1; } in seq_open() argument
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h1931 struct seq_operations { struct
1932 void * (*start)(struct seq_file *, loff_t *);
1933 void (*stop)(struct seq_file *, void *);
1934 void * (*next)(struct seq_file *, void *, loff_t *);
1935 int (*show)(struct seq_file *, void *);