Searched refs:found_upper (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/ |
H A D | subscr.c | 42 u32 found_lower, u32 found_upper, in tipc_sub_send_event() 51 tipc_evt_write(evt, found_upper, found_upper); in tipc_sub_send_event() 64 u32 found_upper) in tipc_sub_check_overlap() 68 if (found_upper > seq->upper) in tipc_sub_check_overlap() 69 found_upper = seq->upper; in tipc_sub_check_overlap() 70 if (found_lower > found_upper) in tipc_sub_check_overlap() 76 u32 found_lower, u32 found_upper, in tipc_sub_report_overlap() 88 if (!tipc_sub_check_overlap(&seq, found_lower, found_upper)) in tipc_sub_report_overlap() 98 tipc_sub_send_event(sub, found_lower, found_upper, in tipc_sub_report_overlap() 41 tipc_sub_send_event(struct tipc_subscription *sub, u32 found_lower, u32 found_upper, u32 event, u32 port, u32 node) tipc_sub_send_event() argument 63 tipc_sub_check_overlap(struct tipc_name_seq *seq, u32 found_lower, u32 found_upper) tipc_sub_check_overlap() argument 75 tipc_sub_report_overlap(struct tipc_subscription *sub, u32 found_lower, u32 found_upper, u32 event, u32 port, u32 node, u32 scope, int must) tipc_sub_report_overlap() argument [all...] |
H A D | subscr.h | 78 u32 found_upper); 80 u32 found_lower, u32 found_upper,
|
H A D | group.c | 679 evt.found_upper = m->instance; in tipc_group_create_event()
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | subscr.c | 54 tipc_evt_write(evt, found_upper, p->sr.upper); in tipc_sub_send_event() 59 tipc_evt_write(evt, found_upper, s->seq.upper); in tipc_sub_send_event() 77 u32 found_upper = found->upper; in tipc_sub_check_overlap() local 81 if (found_upper > subscribed->upper) in tipc_sub_check_overlap() 82 found_upper = subscribed->upper; in tipc_sub_check_overlap() 83 return found_lower <= found_upper; in tipc_sub_check_overlap()
|
H A D | group.c | 680 evt.found_upper = m->instance; in tipc_group_create_event()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | tipc.h | 131 __u32 found_upper; /* " " */ member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | tipc.h | 131 __u32 found_upper; /* " " */ member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | tipc.h | 71 __u32 found_upper; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | tipc.h | 71 __u32 found_upper; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | tipc.h | 58 __u32 found_upper; member
|
Completed in 12 milliseconds