Home
last modified time | relevance | path

Searched refs:stack_siblings (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/qmgr/
H A Dqmgr_job.c115 QMGR_LIST_INIT(job->stack_siblings); in qmgr_job_create()
332 QMGR_LIST_UNLINK(job->stack_children, QMGR_JOB *, child, stack_siblings); in qmgr_job_parent_gone()
334 QMGR_LIST_APPEND(parent->stack_children, child, stack_siblings); in qmgr_job_parent_gone()
353 if (job->stack_siblings.next != 0) in qmgr_job_unlink()
642 QMGR_LIST_APPEND(current->stack_children, job, stack_siblings); in qmgr_job_preempt()
729 QMGR_LIST_UNLINK(parent->stack_children, QMGR_JOB *, job, stack_siblings); in qmgr_job_pop()
H A Dqmgr.h418 QMGR_JOB_LIST stack_siblings; /* stack children linkage */ member