taglinefilesource code
has_cd_task157drivers/block/cdu31a.cstatic struct task_struct *has_cd_task = NULL;  /* The task that is currently using the
has_cd_task612drivers/block/cdu31a.chas_cd_task = current;
has_cd_task737drivers/block/cdu31a.chas_cd_task = NULL;
has_cd_task763drivers/block/cdu31a.cif (current != has_cd_task) /* Allow recursive calls to this routine */
has_cd_task777drivers/block/cdu31a.chas_cd_task = current;
has_cd_task829drivers/block/cdu31a.chas_cd_task = NULL;