Home
last modified time | relevance | path

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

/openbmc/linux/arch/ia64/kernel/
H A Dmca_drv.h88 } slidx_list_t; typedef
108 (((head)->next != (head)) ? list_entry((head)->next, typeof(slidx_list_t), list) : NULL)
111 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_array(slidx_pool.max_idx, sizeof(slidx_list_t), in init_record_index_pools()