| altq_jobs.c | 991 	TSENTRY *popped;  local in function:tslist_dequeue 992 	popped = tslist_first(cl->arv_tm);
 993 	if (popped != NULL) {
 994 		  TAILQ_REMOVE(cl->arv_tm, popped, ts_list);
 995 		  free(popped, M_DEVBUF);
 1003 	TSENTRY *popped;  local in function:tslist_drop
 1004 	popped = tslist_last(cl->arv_tm);
 1005 	if (popped != NULL) {
 1006 		  TAILQ_REMOVE(cl->arv_tm, popped, ts_list);
 1007 		  free(popped, M_DEVBUF)
 [all...]
 |