Lines Matching refs:pvt_id
237 int ret = 0, pvt_id; in sst_prepare_and_post_msg() local
239 pvt_id = sst_assign_pvt_id(sst); in sst_prepare_and_post_msg()
240 if (pvt_id < 0) in sst_prepare_and_post_msg()
241 return pvt_id; in sst_prepare_and_post_msg()
245 &msg, large, sst, &block, ipc_msg, pvt_id); in sst_prepare_and_post_msg()
250 test_and_clear_bit(pvt_id, &sst->pvt_id); in sst_prepare_and_post_msg()
255 pvt_id, pipe_id, task_id, ipc_msg); in sst_prepare_and_post_msg()
257 task_id, large, pvt_id); in sst_prepare_and_post_msg()
298 test_and_clear_bit(pvt_id, &sst->pvt_id); in sst_prepare_and_post_msg()
352 local = ffz(drv->pvt_id); in sst_assign_pvt_id()
360 change_bit(local, &drv->pvt_id); in sst_assign_pvt_id()