Searched refs:cblist (Results 1 – 4 of 4) sorted by relevance
2592 if(!sq->cblist)2675 sq->cblist = NULL;2988 int dobackup = (sq->cblist && sq->cblist->next); /* >1 cb*/3054 while((p=sq->cblist) != NULL) {3055 sq->cblist = p->next; /* remove this element */3068 log_assert(sq->cblist == NULL);3528 cb->next = sq->cblist;3529 sq->cblist = cb;3537 struct service_callback** pp = &sq->cblist;3554 if(!sq->cblist && !sq->busy && !sq->to_be_deleted) {[all …]
516 struct service_callback* cblist; member