Home
last modified time | relevance | path

Searched refs:interrupted (Results 1 – 8 of 8) sorted by relevance

/linux-4.19.296/include/net/
Dstrparser.h39 unsigned int interrupted; member
73 u32 interrupted : 1; member
114 if (strp->interrupted) in save_strp_stats()
115 agg_stats->interrupted++; in save_strp_stats()
132 SAVE_PSOCK_STATS(interrupted); in aggregate_strp_stats()
/linux-4.19.296/drivers/i2c/busses/
Di2c-iop3xx.c167 int interrupted; in iop3xx_i2c_wait_event() local
172 interrupted = wait_event_interruptible_timeout ( in iop3xx_i2c_wait_event()
180 } else if (!interrupted) { in iop3xx_i2c_wait_event()
/linux-4.19.296/fs/nfs/
Dnfs4session.h26 unsigned int interrupted : 1, member
Dnfs4session.c279 (*p)->interrupted = 0; in nfs4_reset_slot_table()
Dnfs4proc.c743 bool interrupted = false; in nfs41_sequence_process() local
754 if (slot->interrupted) { in nfs41_sequence_process()
756 slot->interrupted = 0; in nfs41_sequence_process()
757 interrupted = true; in nfs41_sequence_process()
780 slot->interrupted = 1; in nfs41_sequence_process()
812 if (interrupted) in nfs41_sequence_process()
949 slot->interrupted = 0; in nfs4_sequence_process_interrupted()
1007 if (likely(!slot->interrupted)) in nfs4_setup_sequence()
/linux-4.19.296/drivers/char/xillybus/
Dxillybus_core.c903 goto interrupted; in xillybus_read()
907 goto interrupted; in xillybus_read()
912 interrupted: /* Mutex is not held if got here */ in xillybus_read()
/linux-4.19.296/drivers/s390/block/
Ddasd.c3630 goto interrupted; in dasd_generic_set_offline()
3636 goto interrupted; in dasd_generic_set_offline()
3667 interrupted: in dasd_generic_set_offline()
/linux-4.19.296/crypto/
DKconfig1060 are evicted when the CPU is interrupted to do something else.