Searched refs:job_lock (Results 1 – 2 of 2) sorted by relevance
/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()
|
/drivers/scsi/ |
D | scsi_transport_fc.c | 3571 spin_lock_irqsave(&job->job_lock, flags); in fc_destroy_bsgjob() 3573 spin_unlock_irqrestore(&job->job_lock, flags); in fc_destroy_bsgjob() 3576 spin_unlock_irqrestore(&job->job_lock, flags); in fc_destroy_bsgjob() 3627 spin_lock_irqsave(&job->job_lock, flags); in fc_bsg_softirq_done() 3630 spin_unlock_irqrestore(&job->job_lock, flags); in fc_bsg_softirq_done() 3652 spin_lock_irqsave(&job->job_lock, flags); in fc_bsg_job_timeout() 3657 spin_unlock_irqrestore(&job->job_lock, flags); in fc_bsg_job_timeout() 3732 spin_lock_init(&job->job_lock); in fc_req_to_bsgjob()
|