Home
last modified time | relevance | path

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

/linux-4.4.14/net/sctp/
Dtsnmap.c172 __u16 start_ = 0, end_ = 0, offset; in sctp_tsnmap_next_gap_ack() local
180 &start_, &end_); in sctp_tsnmap_next_gap_ack()
183 if (start_ && !end_) in sctp_tsnmap_next_gap_ack()
184 end_ = map->len - 1; in sctp_tsnmap_next_gap_ack()
189 if (end_) { in sctp_tsnmap_next_gap_ack()
194 *end = end_ + 1; in sctp_tsnmap_next_gap_ack()
/linux-4.4.14/arch/x86/kernel/
Dparavirt_patch_32.c41 end = end_##ops##_##x; \ in native_patch()
Dparavirt_patch_64.c51 end = end_##ops##_##x; \ in native_patch()
/linux-4.4.14/arch/sparc/net/
Dbpf_jit_comp.c20 static void bpf_flush_icache(void *start_, void *end_) in bpf_flush_icache() argument
26 unsigned long end = (unsigned long) end_; in bpf_flush_icache()
/linux-4.4.14/arch/x86/include/asm/
Dparavirt_types.h407 __visible extern const char start_##ops##_##name[], end_##ops##_##name[]; \