Searched refs:terminal (Results 1 - 3 of 3) sorted by relevance

/net/rxrpc/
H A Dar-input.c45 bool force, bool terminal)
52 _enter(",,%d,%d", force, terminal);
59 /* if we've already posted the terminal message for a call, then we
96 if (terminal) {
147 bool terminal; local
216 terminal = ((sp->hdr.flags & RXRPC_LAST_PACKET) &&
218 ret = rxrpc_queue_rcv_skb(call, skb, false, terminal);
44 rxrpc_queue_rcv_skb(struct rxrpc_call *call, struct sk_buff *skb, bool force, bool terminal) argument
H A Dar-ack.c416 bool terminal; local
440 terminal = ((sp->hdr.flags & RXRPC_LAST_PACKET) &&
442 ret = rxrpc_queue_rcv_skb(call, skb, true, terminal);
/net/ceph/crush/
H A Dmapper.c184 static int terminal(int x) function
199 while (!terminal(n)) {

Completed in 948 milliseconds