Searched refs:write_avail (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-msm/
H A Dsmd_private.h304 int (*write_avail)(struct smd_channel *ch); member in struct:smd_channel
H A Dsmd.c585 ch->write_avail = smd_packet_write_avail;
591 ch->write_avail = smd_stream_write_avail;
773 return ch->write_avail(ch);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-msm/
H A Dsmd_private.h304 int (*write_avail)(struct smd_channel *ch); member in struct:smd_channel
H A Dsmd.c585 ch->write_avail = smd_packet_write_avail;
591 ch->write_avail = smd_stream_write_avail;
773 return ch->write_avail(ch);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/security/tomoyo/
H A Dcommon.c1985 if (head->write_avail >= head->writebuf_size - 1) {
1994 cp0[head->write_avail++] = c;
1997 cp0[head->write_avail - 1] = '\0';
1998 head->write_avail = 0;
H A Dcommon.h569 int write_avail; member in struct:tomoyo_io_buffer
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/security/tomoyo/
H A Dcommon.c1985 if (head->write_avail >= head->writebuf_size - 1) {
1994 cp0[head->write_avail++] = c;
1997 cp0[head->write_avail - 1] = '\0';
1998 head->write_avail = 0;
H A Dcommon.h569 int write_avail; member in struct:tomoyo_io_buffer

Completed in 133 milliseconds