Searched refs:jhead (Results 1 – 3 of 3) sorted by relevance
34 static job *jhead = NULL, *jtail = NULL; variable43 for (j = jhead; j != NULL; j = j->next) in job_add()55 if (jhead == NULL) in job_add()56 jhead = j; in job_add()69 for (j = jhead; j; j = jn) { in job_runqueue()75 jhead = jtail = NULL; in job_runqueue()
1275 struct nat64lsn_job_head jhead; in nat64lsn_do_request() local1286 STAILQ_INIT(&jhead); in nat64lsn_do_request()1290 STAILQ_SWAP(&jhead, &cfg->jhead, nat64lsn_job_item); in nat64lsn_do_request()1310 STAILQ_FOREACH(ji, &jhead, entries) { in nat64lsn_do_request()1333 ji = STAILQ_FIRST(&jhead); in nat64lsn_do_request()1379 STAILQ_INSERT_TAIL(&cfg->jhead, ji, entries); in nat64lsn_enqueue_job()1839 STAILQ_INIT(&cfg->jhead); in nat64lsn_init_config()
240 struct nat64lsn_job_head jhead; member