Searched refs:start_ (Results 1 – 7 of 7) 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()193 *start = start_ + 1; in sctp_tsnmap_next_gap_ack()
171 phys_addr_t start_, end_; in memory_region_available() local173 start_ = boot_mem_map.map[i].addr; in memory_region_available()178 if (start >= start_ && start + size <= end_) in memory_region_available()182 if ((start >= start_ && start < end_) || in memory_region_available()183 (start < start_ && start + size >= start_)) in memory_region_available()
41 start = start_##ops##_##x; \ in native_patch()
49 start = start_##ops##_##x; \ in native_patch()
66 start_##sname:101 fs_label = start_##sname; \
371 __visible extern const char start_##ops##_##name[], end_##ops##_##name[]; \
35 static void bpf_flush_icache(void *start_, void *end_) in bpf_flush_icache() argument39 unsigned long start = (unsigned long) start_; in bpf_flush_icache()