tag | line | file | source code |
sync | 1509 | drivers/block/floppy.c | if(floppy_tq.sync) |
sync | 3389 | drivers/block/floppy.c | if(floppy_tq.sync) |
sync | 1075 | drivers/char/tty_io.c | if (tty->flip.tqueue.sync) { |
sync | 255 | drivers/net/plip.c | nl->immediate.sync = 0; |
sync | 260 | drivers/net/plip.c | nl->deferred.sync = 0; |
sync | 602 | drivers/scsi/53c7,8xx.c | hostdata->sync[i].select_indirect |= (i << 16); |
sync | 604 | drivers/scsi/53c7,8xx.c | hostdata->sync[i].script[0] = (DCMD_TYPE_TCI|DCMD_TCI_OP_RETURN) << 24 | |
sync | 613 | drivers/scsi/53c7,8xx.c | hostdata->sync[i].select_indirect |= (hostdata->saved_scntl3) << 24; |
sync | 1341 | drivers/scsi/53c7,8xx.c | dsa_temp_sync, hostdata->sync[c->target].select_indirect); |
sync | 1483 | drivers/scsi/53c7,8xx.c | hostdata->sync[target].select_indirect = (hostdata->saved_scntl3 << 24) |
sync | 1487 | drivers/scsi/53c7,8xx.c | hostdata->sync[target].select_indirect = (1 << (target & 7)) << 16; |
sync | 1574 | drivers/scsi/53c7,8xx.c | hostdata->sync[target].select_indirect = (scntl3 << 24) | (target << 16) | |
sync | 1577 | drivers/scsi/53c7,8xx.c | script = hostdata->sync[target].script; |
sync | 2433 | drivers/scsi/53c7,8xx.c | patch_dsa_32(tmp->dsa, dsa_select, 0, hostdata->sync[cmd->target]. |
sync | 1194 | drivers/scsi/53c7,8xx.h | volatile struct NCR53c7x0_synchronous sync[8]; |
sync | 170 | drivers/scsi/eata.c | unchar sync; /* 1 if scsi target id 7...0 is running sync scsi */ |
sync | 428 | drivers/scsi/eata.c | name, info.version, info.sync, ntohl(info.data_len), |
sync | 302 | drivers/scsi/scsi.h | unsigned sync:1; /* Negotiate for sync transfers */ |
sync | 83 | include/linux/mm.h | void (*sync)(struct vm_area_struct *area, unsigned long, size_t, unsigned int flags); |
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 | 154 | include/linux/tqueue.h | p -> sync = 0; |
sync | 52 | init/main.c | static inline _syscall0(int,sync) |
sync | 569 | init/main.c | sync(); |