Home
last modified time | relevance | path

Searched refs:last_lower (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/net/tipc/
Dname_table.c913 u32 *last_lower, u32 *last_publ) in __tipc_nl_subseq_list() argument
919 if (*last_lower) { in __tipc_nl_subseq_list()
920 sseq_start = nameseq_find_subseq(seq, *last_lower); in __tipc_nl_subseq_list()
930 *last_lower = sseq->lower; in __tipc_nl_subseq_list()
934 *last_lower = 0; in __tipc_nl_subseq_list()
940 u32 *last_type, u32 *last_lower, u32 *last_publ) in tipc_nl_seq_list() argument
969 err = __tipc_nl_subseq_list(msg, seq, last_lower, in tipc_nl_seq_list()
989 u32 last_lower = cb->args[1]; in tipc_nl_name_table_dump() local
1002 err = tipc_nl_seq_list(net, &msg, &last_type, &last_lower, &last_publ); in tipc_nl_name_table_dump()
1017 cb->args[1] = last_lower; in tipc_nl_name_table_dump()
/linux-4.4.14/arch/x86/mm/
Dpat_rbtree.c80 struct memtype *last_lower = NULL; in RB_DECLARE_CALLBACKS() local
89 last_lower = data; in RB_DECLARE_CALLBACKS()
98 return last_lower; /* Returns NULL if there is no overlap */ in RB_DECLARE_CALLBACKS()