tag | line | file | source code |
---|---|---|---|
has_cd_task | 157 | drivers/block/cdu31a.c | static struct task_struct *has_cd_task = NULL; /* The task that is currently using the |
has_cd_task | 612 | drivers/block/cdu31a.c | has_cd_task = current; |
has_cd_task | 737 | drivers/block/cdu31a.c | has_cd_task = NULL; |
has_cd_task | 763 | drivers/block/cdu31a.c | if (current != has_cd_task) /* Allow recursive calls to this routine */ |
has_cd_task | 777 | drivers/block/cdu31a.c | has_cd_task = current; |
has_cd_task | 829 | drivers/block/cdu31a.c | has_cd_task = NULL; |