tag | line | file | source code |
sync | 1442 | drivers/block/floppy.c | if(floppy_tq.sync) |
sync | 1025 | drivers/char/tty_io.c | if (tty->flip.tqueue.sync) { |
sync | 583 | drivers/scsi/53c7,8xx.c | hostdata->sync[i].select_indirect |= (i << 16); |
sync | 585 | drivers/scsi/53c7,8xx.c | hostdata->sync[i].script[0] = (DCMD_TYPE_TCI|DCMD_TCI_OP_RETURN) << 24 | |
sync | 594 | drivers/scsi/53c7,8xx.c | hostdata->sync[i].select_indirect |= (hostdata->saved_scntl3) << 24; |
sync | 1322 | drivers/scsi/53c7,8xx.c | dsa_temp_sync, hostdata->sync[c->target].select_indirect); |
sync | 1464 | drivers/scsi/53c7,8xx.c | hostdata->sync[target].select_indirect = (hostdata->saved_scntl3 << 24) |
sync | 1468 | drivers/scsi/53c7,8xx.c | hostdata->sync[target].select_indirect = (1 << (target & 7)) << 16; |
sync | 1555 | drivers/scsi/53c7,8xx.c | hostdata->sync[target].select_indirect = (scntl3 << 24) | (target << 16) | |
sync | 1558 | drivers/scsi/53c7,8xx.c | script = hostdata->sync[target].script; |
sync | 2414 | drivers/scsi/53c7,8xx.c | patch_dsa_32(tmp->dsa, dsa_select, 0, hostdata->sync[cmd->target]. |
sync | 1195 | drivers/scsi/53c7,8xx.h | volatile struct NCR53c7x0_synchronous sync[8]; |
sync | 292 | drivers/scsi/scsi.h | unsigned sync:1; /* Negotiate for sync transfers */ |
sync | 50 | include/linux/tqueue.h | int sync; /* must be initialized to zero */ |
sync | 98 | include/linux/tqueue.h | if (!set_bit(0,&bh_pointer->sync)) { |
sync | 111 | include/linux/tqueue.h | if (!(bh_pointer->sync & 1)) { |
sync | 112 | include/linux/tqueue.h | bh_pointer->sync = 1; |
sync | 125 | include/linux/tqueue.h | if (!set_bit(0,&bh_pointer->sync)) { |
sync | 156 | include/linux/tqueue.h | p -> sync = 0; |
sync | 51 | init/main.c | static inline _syscall0(int,sync) |
sync | 595 | init/main.c | sync(); |