Searched refs:pfm_smpl_buf_list (Results 1 – 3 of 3) sorted by relevance
374 p->thread.pfm_smpl_buf_list = NULL; in copy_thread()570 if (task->thread.pfm_smpl_buf_list) in release_thread()
710 psb->psb_next = current->thread.pfm_smpl_buf_list; in pfm_vm_close()711 current->thread.pfm_smpl_buf_list = psb; in pfm_vm_close()4312 pfm_smpl_buffer_desc_t *tmp, *psb = task->thread.pfm_smpl_buf_list; in pfm_cleanup_smpl_buf()4331 task->thread.pfm_smpl_buf_list = NULL; in pfm_cleanup_smpl_buf()
287 void *pfm_smpl_buf_list; /* list of sampling buffers to vfree */ member