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

/arch/ia64/kernel/
H A Dmca_drv.h87 } slidx_list_t; typedef in typeref:struct:slidx_list
107 (((head)->next != (head)) ? list_entry((head)->next, typeof(slidx_list_t), list) : NULL)
110 slidx_list_t *__pos; \
H A Dmca_drv.c72 slidx_list_t *buffer; /* section pointer list pool */
221 {slidx_list_t *hl = &slidx_pool.buffer[slidx_pool.cur_idx]; \
353 kmalloc(slidx_pool.max_idx * sizeof(slidx_list_t), GFP_KERNEL);

Completed in 83 milliseconds