Searched refs:in_use_list_head (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/pmgr/
H A Dcmm.c80 struct lst_list *in_use_list_head; member in struct:cmm_allocator
220 lst_put_tail(allocator->in_use_list_head,
397 (struct cmm_mnode *)lst_first(allocator->in_use_list_head);
401 lst_remove_elem(allocator->in_use_list_head,
410 lst_next(allocator->in_use_list_head,
490 lst_first(altr->in_use_list_head);
498 lst_next(altr->in_use_list_head,
598 psma->in_use_list_head = kzalloc(sizeof(struct
600 if (psma->in_use_list_head == NULL) {
604 INIT_LIST_HEAD(&psma->in_use_list_head
[all...]

Completed in 113 milliseconds