Searched refs:cmb_area (Results 1 – 1 of 1) sorted by relevance
378 struct cmb_area { struct385 static struct cmb_area cmb_area = { argument456 cmb = cmb_area.mem; in alloc_cmb_single()464 if (cmb - cmb_area.mem >= cmb_area.num_channels) { in alloc_cmb_single()497 spin_lock(&cmb_area.lock); in alloc_cmb()499 if (!cmb_area.mem) { in alloc_cmb()508 if (cmb_area.mem) { in alloc_cmb()518 cmb_area.mem = mem; in alloc_cmb()539 spin_lock(&cmb_area.lock); in free_cmb()555 cmb_area.mem = NULL; in free_cmb()[all …]
Completed in 7 milliseconds