Searched refs:job_lock (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/md/ |
D | dm-kcopyd.c | 66 spinlock_t job_lock; member 395 spin_lock_irqsave(&kc->job_lock, flags); in pop() 401 spin_unlock_irqrestore(&kc->job_lock, flags); in pop() 411 spin_lock_irqsave(&kc->job_lock, flags); in push() 413 spin_unlock_irqrestore(&kc->job_lock, flags); in push() 422 spin_lock_irqsave(&kc->job_lock, flags); in push_head() 424 spin_unlock_irqrestore(&kc->job_lock, flags); in push_head() 825 spin_lock_init(&kc->job_lock); in dm_kcopyd_client_create()
|
/linux-4.1.27/drivers/scsi/ |
D | scsi_transport_fc.c | 3566 spin_lock_irqsave(&job->job_lock, flags); in fc_destroy_bsgjob() 3568 spin_unlock_irqrestore(&job->job_lock, flags); in fc_destroy_bsgjob() 3571 spin_unlock_irqrestore(&job->job_lock, flags); in fc_destroy_bsgjob() 3622 spin_lock_irqsave(&job->job_lock, flags); in fc_bsg_softirq_done() 3625 spin_unlock_irqrestore(&job->job_lock, flags); in fc_bsg_softirq_done() 3647 spin_lock_irqsave(&job->job_lock, flags); in fc_bsg_job_timeout() 3652 spin_unlock_irqrestore(&job->job_lock, flags); in fc_bsg_job_timeout() 3727 spin_lock_init(&job->job_lock); in fc_req_to_bsgjob()
|
/linux-4.1.27/include/scsi/ |
D | scsi_transport_fc.h | 642 spinlock_t job_lock; member
|