Home
last modified time | relevance | path

Searched refs:high_seq (Results 1 – 2 of 2) sorted by relevance

/linux/fs/dlm/
H A Drecover.c734 uint32_t high_seq = 0; in recover_lvb() local
762 if (((int)iter->lkb_lvbseq - (int)high_seq) >= 0) { in recover_lvb()
764 high_seq = iter->lkb_lvbseq; in recover_lvb()
779 if (((int)iter->lkb_lvbseq - (int)high_seq) >= 0) { in recover_lvb()
781 high_seq = iter->lkb_lvbseq; in recover_lvb()
/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_cc_cubic.c127 if (!before(tp->snd_una, tp->high_seq)) { in BPF_PROG()