Searched refs:skip_first (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_debugfs.h51 unsigned char skip_first; /* whether the first line is a header */ member in struct:seq_tab
H A Dcxgb4_debugfs.c57 pos -= tb->skip_first;
65 if (tb->skip_first && *pos == 0)
107 p->skip_first = have_header != 0;
/linux-master/drivers/usb/host/
H A Duhci-q.c373 int skip_first)
382 if (skip_first)
372 uhci_fixup_toggles(struct uhci_hcd *uhci, struct uhci_qh *qh, int skip_first) argument
/linux-master/kernel/bpf/
H A Dverifier.c4161 bool skip_first = true; local
4250 if (skip_first) {
4252 skip_first = false;

Completed in 650 milliseconds