Searched refs:found_upper (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/net/tipc/ |
D | subscr.c | 42 u32 found_lower, u32 found_upper, in tipc_sub_send_event() argument 51 tipc_evt_write(evt, found_upper, found_upper); in tipc_sub_send_event() 64 u32 found_upper) in tipc_sub_check_overlap() argument 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() argument 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()
|
D | subscr.h | 75 u32 found_upper); 77 u32 found_lower, u32 found_upper,
|
D | group.c | 672 evt.found_upper = m->instance; in tipc_group_create_event()
|
/Linux-v4.19/include/uapi/linux/ |
D | tipc.h | 131 __u32 found_upper; /* " " */ member
|