Lines Matching refs:fslot
42701 + struct codec_mm_slot *fslot, *slot;
42706 + fslot = smgt->slot_list_map[sid];
42707 + if (!fslot) {
42712 + slot = fslot;
42727 + if (slot == fslot) {
44348 + struct codec_mm_slot *slot, *fslot;
44357 + fslot = smgt->slot_list_map[i];
44358 + if (fslot) {
44359 + codec_mm_dump_slot(fslot, NULL, 0);
44361 + total_pages += fslot->page_num;
44362 + alloced_pages += fslot->alloced_page_num;
44363 + if (!list_empty(&fslot->sid_list)) {
44364 + slot = list_entry(fslot->sid_list.next,
44366 + while (slot != fslot) {
44398 + struct codec_mm_slot *slot, *fslot;
44410 + fslot = smgt->slot_list_map[i];
44411 + if (fslot) {
44413 + pages += fslot->page_num;
44414 + alloced += fslot->alloced_page_num;
44415 + if (!list_empty(&fslot->sid_list)) {
44416 + slot = list_entry(fslot->sid_list.next,
44418 + while (slot != fslot) {