Searched refs:job_lock (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/drivers/md/ |
D | dm-kcopyd.c | 59 spinlock_t job_lock; member 251 spin_lock_irqsave(&kc->job_lock, flags); in pop() 257 spin_unlock_irqrestore(&kc->job_lock, flags); in pop() 267 spin_lock_irqsave(&kc->job_lock, flags); in push() 269 spin_unlock_irqrestore(&kc->job_lock, flags); in push() 278 spin_lock_irqsave(&kc->job_lock, flags); in push_head() 280 spin_unlock_irqrestore(&kc->job_lock, flags); in push_head() 620 spin_lock_init(&kc->job_lock); in dm_kcopyd_client_create()
|
/linux-2.6.39/drivers/scsi/ |
D | scsi_transport_fc.c | 3528 spin_lock_irqsave(&job->job_lock, flags); in fc_destroy_bsgjob() 3530 spin_unlock_irqrestore(&job->job_lock, flags); in fc_destroy_bsgjob() 3533 spin_unlock_irqrestore(&job->job_lock, flags); in fc_destroy_bsgjob() 3584 spin_lock_irqsave(&job->job_lock, flags); in fc_bsg_softirq_done() 3587 spin_unlock_irqrestore(&job->job_lock, flags); in fc_bsg_softirq_done() 3609 spin_lock_irqsave(&job->job_lock, flags); in fc_bsg_job_timeout() 3614 spin_unlock_irqrestore(&job->job_lock, flags); in fc_bsg_job_timeout() 3689 spin_lock_init(&job->job_lock); in fc_req_to_bsgjob()
|
/linux-2.6.39/include/scsi/ |
D | scsi_transport_fc.h | 603 spinlock_t job_lock; member
|