Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/common/
H A Dcli_hush.c489 static int checkjobs(struct pipe* fg_pipe);
1420 static int checkjobs(struct pipe* fg_pipe) argument
1429 if (fg_pipe==NULL) {
1434 if (fg_pipe) {
1436 for (i=0; i < fg_pipe->num_progs; i++) {
1437 if (fg_pipe->progs[i].pid == childpid) {
1438 if (i==fg_pipe->num_progs-1)
1440 (fg_pipe->num_progs)--;