taglinefilesource code
has_cd_task149drivers/block/cdu31a.cstatic struct task_struct *has_cd_task = NULL;  /* The task that is currently using the
has_cd_task489drivers/block/cdu31a.cif (current != has_cd_task) /* Allow recursive calls to this routine */
has_cd_task504drivers/block/cdu31a.chas_cd_task = current;
has_cd_task626drivers/block/cdu31a.chas_cd_task = NULL;
has_cd_task647drivers/block/cdu31a.cif (current != has_cd_task) /* Allow recursive calls to this routine */
has_cd_task662drivers/block/cdu31a.chas_cd_task = current;
has_cd_task706drivers/block/cdu31a.chas_cd_task = NULL;