Home
last modified time | relevance | path

Searched refs:irq_context (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/kernel/locking/
Dlockdep.c1946 if (curr->held_locks[depth].irq_context != in check_prevs_add()
1947 curr->held_locks[depth-1].irq_context) in check_prevs_add()
1979 if (curr->held_locks[depth].irq_context != in check_prevs_add()
1980 curr->held_locks[depth-1].irq_context) in check_prevs_add()
2076 chain->irq_context = hlock->irq_context; in lookup_chain_cache()
2080 if (hlock_curr->irq_context != hlock->irq_context) in lookup_chain_cache()
2195 if (prev_hlock && (prev_hlock->irq_context != in check_chain_key()
2196 hlock->irq_context)) in check_chain_key()
2850 hlock->irq_context = 2*(curr->hardirq_context ? 1 : 0) + in separate_irq_context()
2861 if (prev_hlock->irq_context != hlock->irq_context) in separate_irq_context()
[all …]
Dlockdep_proc.c148 seq_printf(m, "irq_context: %d\n", chain->irq_context); in lc_show()
/linux-4.1.27/drivers/s390/cio/
Dcio.c612 int irq_context; in cio_tsch() local
621 irq_context = in_interrupt(); in cio_tsch()
622 if (!irq_context) { in cio_tsch()
631 if (!irq_context) { in cio_tsch()
/linux-4.1.27/drivers/scsi/megaraid/
Dmegaraid_sas_base.c3320 struct megasas_irq_context *irq_context = devp; in megasas_isr() local
3321 struct megasas_instance *instance = irq_context->instance; in megasas_isr()
5325 instance->irq_context[i].instance = instance; in megasas_probe_one()
5326 instance->irq_context[i].MSIxIndex = i; in megasas_probe_one()
5330 &instance->irq_context[i])) { in megasas_probe_one()
5339 &instance->irq_context[j]); in megasas_probe_one()
5355 instance->irq_context[0].instance = instance; in megasas_probe_one()
5356 instance->irq_context[0].MSIxIndex = 0; in megasas_probe_one()
5359 &instance->irq_context[0])) { in megasas_probe_one()
5419 &instance->irq_context[i]); in megasas_probe_one()
[all …]
Dmegaraid_sas_fusion.c2162 struct megasas_irq_context *irq_context = devp; in megasas_isr_fusion() local
2163 struct megasas_instance *instance = irq_context->instance; in megasas_isr_fusion()
2181 if (!complete_cmd_fusion(instance, irq_context->MSIxIndex)) { in megasas_isr_fusion()
Dmegaraid_sas.h1758 struct megasas_irq_context irq_context[MEGASAS_MAX_MSIX_QUEUES]; member
/linux-4.1.27/include/linux/
Dlockdep.h199 u8 irq_context; member
251 unsigned int irq_context:2; /* bit 0 - soft, bit 1 - hard */ member
/linux-4.1.27/drivers/s390/char/
Dsclp.c562 int irq_context; in sclp_sync_wait() local
575 irq_context = in_interrupt(); in sclp_sync_wait()
576 if (!irq_context) in sclp_sync_wait()
598 if (!irq_context) in sclp_sync_wait()
/linux-4.1.27/drivers/net/wireless/b43legacy/
Dpio.c216 int irq_context) in free_txpacket() argument
221 if (irq_context) in free_txpacket()
Ddma.c320 int irq_context) in free_descriptor_buffer() argument
323 if (irq_context) in free_descriptor_buffer()