Lines Matching refs:user_call_ID
26 unsigned long user_call_ID)
38 unsigned long user_call_ID, gfp_t gfp,
108 here, (const void *)user_call_ID);
118 if (user_call_ID < xcall->user_call_ID)
120 else if (user_call_ID > xcall->user_call_ID)
126 call->user_call_ID = user_call_ID;
130 user_attach_call(call, user_call_ID);
149 _leave(" = 0 [%d -> %lx]", call->debug_id, user_call_ID);
225 _debug("discard %lx", call->user_call_ID);
226 rx->discard_new_call(call, call->user_call_ID);
338 * three refs on it: (1) the kernel service, (2) the user_call_ID tree, (3) the
396 rx->notify_new_call(&rx->sk, call, call->user_call_ID);
448 int rxrpc_user_charge_accept(struct rxrpc_sock *rx, unsigned long user_call_ID)
455 return rxrpc_service_prealloc_one(rx, b, NULL, NULL, user_call_ID,
464 * @user_attach_call: Func to attach call to user_call_ID
465 * @user_call_ID: The tag to attach to the preallocated call
478 unsigned long user_call_ID, gfp_t gfp,
488 user_attach_call, user_call_ID,