Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/drivers/staging/rdma/hfi1/
Ddebugfs.c152 return SEQ_SKIP; in _opcode_stats_seq_show()
212 return SEQ_SKIP; in _ctx_stats_seq_show()
218 return SEQ_SKIP; in _ctx_stats_seq_show()
870 return SEQ_SKIP; in _driver_stats_seq_show()
/linux-4.4.14/include/linux/
Dseq_file.h43 #define SEQ_SKIP 1 macro
/linux-4.4.14/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.4.14/fs/
Dseq_file.c510 return SEQ_SKIP; in seq_path_root()