Searched refs:end_ (Results 1 – 6 of 6) sorted by relevance
172 __u16 start_ = 0, end_ = 0, offset; in sctp_tsnmap_next_gap_ack() local180 &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()
42 .end_##name##_patchlist = \63 return pv_patchdata.end_##name##_patchlist; \ in paravirt_get_gate_patchlist()
36 end = end_##ops##_##x; \ in native_patch()
45 end = end_##ops##_##x; \ in native_patch()
20 static void bpf_flush_icache(void *start_, void *end_) in bpf_flush_icache() argument26 unsigned long end = (unsigned long) end_; in bpf_flush_icache()
394 __visible extern const char start_##ops##_##name[], end_##ops##_##name[]; \