writer 335 arch/x86/kernel/apm_32.c unsigned int writer: 1; writer 1198 arch/x86/kernel/apm_32.c if (!as->suser || !as->writer) writer 1526 arch/x86/kernel/apm_32.c if (!as->suser || !as->writer) writer 1624 arch/x86/kernel/apm_32.c as->writer = (filp->f_mode & FMODE_WRITE) == FMODE_WRITE; writer 107 drivers/char/apm-emulation.c unsigned int writer: 1; writer 264 drivers/char/apm-emulation.c if (!as->suser || !as->writer) writer 367 drivers/char/apm-emulation.c as->writer = (filp->f_mode & FMODE_WRITE) == FMODE_WRITE; writer 535 drivers/char/apm-emulation.c as->writer && as->suser) { writer 173 drivers/misc/ibmasm/remote.c unsigned long writer; writer 177 drivers/misc/ibmasm/remote.c writer = get_queue_writer(sp); writer 179 drivers/misc/ibmasm/remote.c while (reader != writer) { writer 192 drivers/misc/ibmasm/remote.c writer = get_queue_writer(sp); writer 7852 drivers/net/wireless/cisco/airo.c int (*writer)(struct airo_info *, u16 rid, const void *, int, int); writer 7863 drivers/net/wireless/cisco/airo.c writer = do_writerid; writer 7876 drivers/net/wireless/cisco/airo.c case AIROPWEPKEY: ridcode = RID_WEP_TEMP; writer = PC4500_writerid; writer 7945 drivers/net/wireless/cisco/airo.c if((*writer)(ai, ridcode, iobuf,comp->len,1)) { writer 60 drivers/tty/hvc/hvsi.c struct delayed_work writer; writer 752 drivers/tty/hvc/hvsi.c cancel_delayed_work_sync(&hp->writer); writer 852 drivers/tty/hvc/hvsi.c container_of(work, struct hvsi_struct, writer.work); writer 872 drivers/tty/hvc/hvsi.c schedule_delayed_work(&hp->writer, HZ); writer 878 drivers/tty/hvc/hvsi.c schedule_delayed_work(&hp->writer, 10); writer 949 drivers/tty/hvc/hvsi.c schedule_delayed_work(&hp->writer, 10); writer 1185 drivers/tty/hvc/hvsi.c INIT_DELAYED_WORK(&hp->writer, hvsi_write_worker); writer 202 fs/jfs/jfs_logmgr.c int (*writer)(struct address_space *)) writer 207 fs/jfs/jfs_logmgr.c writer(sbi->ipbmap->i_mapping); writer 208 fs/jfs/jfs_logmgr.c writer(sbi->ipimap->i_mapping); writer 209 fs/jfs/jfs_logmgr.c writer(sbi->direct_inode->i_mapping); writer 16 include/linux/percpu-rwsem.h struct rcuwait writer; /* blocked writer */ writer 26 include/linux/percpu-rwsem.h .writer = __RCUWAIT_INITIALIZER(name.writer), \ writer 23 kernel/locking/percpu-rwsem.c rcuwait_init(&sem->writer); writer 108 kernel/locking/percpu-rwsem.c rcuwait_wake_up(&sem->writer); writer 165 kernel/locking/percpu-rwsem.c rcuwait_wait_event(&sem->writer, readers_active_check(sem)); writer 292 lib/decompress_unlzma.c static inline size_t INIT get_pos(struct writer *wr) writer 298 lib/decompress_unlzma.c static inline uint8_t INIT peek_old_byte(struct writer *wr, writer 316 lib/decompress_unlzma.c static inline int INIT write_byte(struct writer *wr, uint8_t byte) writer 330 lib/decompress_unlzma.c static inline int INIT copy_byte(struct writer *wr, uint32_t offs) writer 335 lib/decompress_unlzma.c static inline int INIT copy_bytes(struct writer *wr, writer 347 lib/decompress_unlzma.c static inline int INIT process_bit0(struct writer *wr, struct rc *rc, writer 391 lib/decompress_unlzma.c static inline int INIT process_bit1(struct writer *wr, struct rc *rc, writer 553 lib/decompress_unlzma.c struct writer wr; writer 2114 sound/core/pcm_lib.c pcm_copy_f writer; writer 2129 sound/core/pcm_lib.c writer = interleaved_copy; writer 2133 sound/core/pcm_lib.c writer = noninterleaved_copy; writer 2215 sound/core/pcm_lib.c err = writer(substream, appl_ofs, data, offset, frames, writer 57 tools/perf/util/data-convert-bt.c struct bt_ctf_writer *writer; writer 85 tools/perf/util/data-convert-bt.c struct ctf_writer writer; writer 695 tools/perf/util/data-convert-bt.c stream = bt_ctf_writer_create_stream(cw->writer, cw->stream_class); writer 794 tools/perf/util/data-convert-bt.c struct ctf_writer *cw = &c->writer; writer 871 tools/perf/util/data-convert-bt.c struct ctf_writer *cw = &c->writer; \ writer 1364 tools/perf/util/data-convert-bt.c struct bt_ctf_writer *writer = cw->writer; writer 1368 tools/perf/util/data-convert-bt.c if (bt_ctf_writer_add_environment_field(writer, __n, __v)) \ writer 1478 tools/perf/util/data-convert-bt.c bt_ctf_writer_put(cw->writer); writer 1486 tools/perf/util/data-convert-bt.c struct bt_ctf_writer *writer; writer 1493 tools/perf/util/data-convert-bt.c writer = bt_ctf_writer_create(path); writer 1494 tools/perf/util/data-convert-bt.c if (!writer) writer 1497 tools/perf/util/data-convert-bt.c cw->writer = writer; writer 1542 tools/perf/util/data-convert-bt.c if (bt_ctf_writer_add_clock(writer, clock)) { writer 1601 tools/perf/util/data-convert-bt.c struct ctf_writer *cw = &c.writer; writer 60 tools/testing/radix-tree/regression4.c pthread_t reader, writer; writer 68 tools/testing/radix-tree/regression4.c pthread_create(&writer, NULL, writer_fn, NULL)) { writer 73 tools/testing/radix-tree/regression4.c if (pthread_join(reader, NULL) || pthread_join(writer, NULL)) {