Searched refs:end_ (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/net/sctp/ |
H A D | tsnmap.c | 157 __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()
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | tsnmap.c | 157 __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()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | head-64.h | 113 end_##sname:
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | head-64.h | 109 end_##sname:
|
/kernel/linux/linux-6.6/arch/arm64/mm/ |
H A D | proc.S | 207 add end_\type\()p, cur_\type\()p, #\num_entries * 8 219 cmp cur_\type\()p, end_\type\()p
|
/kernel/linux/linux-5.10/arch/sparc/net/ |
H A D | bpf_jit_comp_64.c | 35 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()
|
/kernel/linux/linux-6.6/arch/sparc/net/ |
H A D | bpf_jit_comp_64.c | 35 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()
|
Completed in 9 milliseconds