Searched refs:requeue (Results 1 – 11 of 11) sorted by relevance
/freebsd/usr.sbin/jail/ |
H A D | state.c | 132 requeue(j, &cfjails); in dep_setup() 139 requeue(j, &cfjails); in dep_setup() 193 requeue(dj, &ready); in dep_check() 224 requeue(j, &depend); in dep_check() 259 requeue(dj, &ready); in dep_done() 294 requeue(j, &cfjails); in next_jail() 320 requeue(j, j->ndeps ? &depend : &ready); in start_state() 353 requeue(j, &ready); in start_state() 362 requeue(j, &ready); in start_state() 378 requeue(j, &ready); in start_state() [all …]
|
H A D | jailp.h | 240 extern void requeue(struct cfjail *j, struct cfjails *queue);
|
H A D | command.c | 112 requeue(j, &runnable); in next_command() 197 requeue(rj, &ready); in finish_command() 834 requeue(j, &sleeping); in add_proc()
|
H A D | config.c | 150 requeue(j, &wild); in load_config()
|
H A D | jail.c | 559 requeue(j, j->ndeps ? &depend : &ready); in main()
|
/freebsd/sys/powerpc/ps3/ |
H A D | if_glc.c | 729 goto requeue; in glc_rxintr() 745 goto requeue; in glc_rxintr() 763 requeue: in glc_rxintr()
|
/freebsd/contrib/ntp/libntp/lib/isc/ |
H A D | task.c | 1079 isc_boolean_t requeue = ISC_FALSE; in dispatch() local 1195 requeue = ISC_TRUE; in dispatch() 1215 if (requeue) { in dispatch()
|
/freebsd/sys/dev/ocs_fc/ |
H A D | sli4.c | 7733 sli4_requeue_xri_wqe_t *requeue = buf; in sli_requeue_xri_wqe() local 7737 requeue->command = SLI4_WQE_REQUEUE_XRI; in sli_requeue_xri_wqe() 7738 requeue->xri_tag = xri; in sli_requeue_xri_wqe() 7739 requeue->request_tag = tag; in sli_requeue_xri_wqe() 7740 requeue->xc = 1; in sli_requeue_xri_wqe() 7741 requeue->qosd = 1; in sli_requeue_xri_wqe() 7742 requeue->cq_id = cq_id; in sli_requeue_xri_wqe() 7743 requeue->cmd_type = SLI4_CMD_REQUEUE_XRI_WQE; in sli_requeue_xri_wqe()
|
/freebsd/sys/kern/ |
H A D | vfs_mount.c | 2063 deferred_unmount_enqueue(struct mount *mp, uint64_t flags, bool requeue, in deferred_unmount_enqueue() argument 2070 if ((mp->mnt_taskqueue_flags & MNT_DEFERRED) == 0 || requeue) { in deferred_unmount_enqueue()
|
/freebsd/sys/dev/aic7xxx/ |
H A D | aic7xxx.seq | 1611 * sense, it will fill the kernel SCB with a request sense command, requeue
|
/freebsd/contrib/sendmail/ |
H A D | RELEASE_NOTES | 4157 looking up the hostname, requeue the message for a later 10295 return an error message and did not requeue the message.
|