Lines Matching refs:slot_get
271 struct ticker_user_op_slot_get slot_get; member
2972 uop->params.slot_get.ticker_id,
2973 uop->params.slot_get.ticks_current,
2974 uop->params.slot_get.ticks_to_expire,
2976 uop->params.slot_get.fp_match_op_func,
2977 uop->params.slot_get.match_op_context,
2982 uop->params.slot_get.remainder,
2987 uop->params.slot_get.lazy);
4043 user_op->params.slot_get.ticker_id = ticker_id;
4044 user_op->params.slot_get.ticks_current = ticks_current;
4045 user_op->params.slot_get.ticks_to_expire = ticks_to_expire;
4047 user_op->params.slot_get.remainder = remainder;
4050 user_op->params.slot_get.lazy = lazy;
4053 user_op->params.slot_get.fp_match_op_func = fp_match_op_func;
4054 user_op->params.slot_get.match_op_context = match_op_context;