Lines Matching refs:_nscd_logit

521 			_nscd_logit(me, "per thread nsw state info: \n");
522 _nscd_logit(me, "tid = %d\n", *tid);
523 _nscd_logit(me, "tid in base = %d\n", base->tid);
524 _nscd_logit(me, "number of free nsw_state = %d\n",
526 _nscd_logit(me, "number of nsw state allocated = %d\n",
528 _nscd_logit(me, "first nsw state on list = %p\n",
530 _nscd_logit(me, "number of waiter = %d\n",
639 _nscd_logit(me, "\t\t\tgot a per thread nsw "
641 _nscd_logit(me, "tid = %d\n", *tid);
642 _nscd_logit(me, "tid in base = %d\n", base->tid);
643 _nscd_logit(me, "number of free nsw_state = %d\n",
645 _nscd_logit(me, "number od nsw state allocated = %d\n",
647 _nscd_logit(me, "first nsw state on list = %p\n",
649 _nscd_logit(me, "number of waiter = %d\n",
740 _nscd_logit(me, "before returning the nsw state: \n");
741 _nscd_logit(me, "tid = %d\n", (tid == NULL) ? -1 : *tid);
742 _nscd_logit(me, "tid in base = %d\n", base->tid);
743 _nscd_logit(me, "number of free nsw_state = %d\n",
745 _nscd_logit(me, "number od nsw state allocated = %d\n",
747 _nscd_logit(me, "first nsw state on list = %p\n",
749 _nscd_logit(me, "number of waiter = %d\n", ctrl_p->waiter);
784 _nscd_logit(me, "after the nsw state is returned: \n");
785 _nscd_logit(me, "tid = %d\n", (tid == NULL) ? -1 : *tid);
786 _nscd_logit(me, "tid in base = %d\n", base->tid);
787 _nscd_logit(me, "number of free nsw_state = %d\n",
789 _nscd_logit(me, "number od nsw state allocated = %d\n",
791 _nscd_logit(me, "first nsw state on list = %p\n",
793 _nscd_logit(me, "tnumber of waiter = %d\n", ctrl_p->waiter);