Lines Matching refs:pnext_time
2559 static int64_t *pnext_time;
2581 if (pnext_time) {
2584 if (Now >= *pnext_time) {
2588 timeout = *pnext_time - Now;
2600 if (pnext_time) {
2603 if (Now >= *pnext_time) {
2620 if (!pnext_time && pbracket_greater) {
2624 else if (pnext_time && !pbracket_greater) {
2628 pnext_time = pbracket_greater;
2641 pnext_time = NULL;