Searched defs:rtw_pool (Results 1 – 2 of 2) sorted by relevance
61 struct rtw_pool { struct62 u8 *buf;63 u32 buf_len;64 _os_list idle_list;65 _os_list busy_list;66 _os_lock idle_lock;67 _os_lock busy_lock;68 u32 total_cnt;69 u32 idle_cnt;70 u32 busy_cnt;