Lines Matching refs:cblist
2607 if(!sq->cblist)
2690 sq->cblist = NULL;
3003 int dobackup = (sq->cblist && sq->cblist->next); /* >1 cb*/
3068 /* test the actual sq->cblist, because the next elem could be deleted*/
3069 while((p=sq->cblist) != NULL) {
3070 sq->cblist = p->next; /* remove this element */
3083 log_assert(sq->cblist == NULL);
3543 cb->next = sq->cblist;
3544 sq->cblist = cb;
3552 struct service_callback** pp = &sq->cblist;
3569 if(!sq->cblist && !sq->busy && !sq->to_be_deleted) {
3930 for(sb = sq->cblist; sb; sb = sb->next)
3942 for(sb = sq->cblist; sb; sb = sb->next)