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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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

Completed in 114 milliseconds