Home
last modified time | relevance | path

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

/linux/net/sctp/
H A Dtsnmap.c157 __u16 start_ = 0, end_ = 0, offset; in sctp_tsnmap_next_gap_ack() local
165 &start_, &end_); in sctp_tsnmap_next_gap_ack()
168 if (start_ && !end_) in sctp_tsnmap_next_gap_ack()
169 end_ = map->len - 1; in sctp_tsnmap_next_gap_ack()
174 if (end_) { in sctp_tsnmap_next_gap_ack()
179 *end = end_ + 1; in sctp_tsnmap_next_gap_ack()
/linux/mm/
H A Dvma.h236 #define VMG_STATE(name, mm_, vmi_, start_, end_, vm_flags_, pgoff_) \ argument
241 .end = end_, \
247 #define VMG_VMA_STATE(name, vmi_, prev_, vma_, start_, end_) \ argument
255 .end = end_, \
/linux/arch/powerpc/include/asm/
H A Dhead-64.h109 end_##sname:
/linux/arch/arm64/mm/
H A Dproc.S225 add end_\type\()p, cur_\type\()p, #\num_entries * 8
236 cmp cur_\type\()p, end_\type\()p
/linux/arch/sparc/net/
H A Dbpf_jit_comp_64.c35 static void bpf_flush_icache(void *start_, void *end_) in bpf_flush_icache() argument
40 unsigned long end = (unsigned long) end_; in bpf_flush_icache()