Home
last modified time | relevance | path

Searched refs:SEQ_SKIP (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_debugfs.c119 return SEQ_SKIP; in _opcode_stats_seq_show()
177 return SEQ_SKIP; in _ctx_stats_seq_show()
183 return SEQ_SKIP; in _ctx_stats_seq_show()
/linux-4.1.27/include/linux/
Dseq_file.h43 #define SEQ_SKIP 1 macro
/linux-4.1.27/Documentation/filesystems/
Dseq_file.txt145 passed back to user space. This function can also return SEQ_SKIP, which
147 generated output before returning SEQ_SKIP, that output will be dropped.
206 path cannot be reached from root, seq_path_root() returns SEQ_SKIP.
/linux-4.1.27/fs/
Dseq_file.c505 return SEQ_SKIP; in seq_path_root()