Home
last modified time | relevance | path

Searched refs:PIPE_BUF (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/include/asm-arm/ !
Dlimits.h8 #define PIPE_BUF PAGE_SIZE macro
/linux-2.4.37.9/include/linux/ !
Dlimits.h15 #define PIPE_BUF 4096 /* # bytes in atomic write to a pipe */ macro
/linux-2.4.37.9/fs/ !
Dpipe.c163 free = (count <= PIPE_BUF ? count : 1); in pipe_write()
/linux-2.4.37.9/arch/sparc64/solaris/ !
Dfs.c746 ret = PIPE_BUF; in solaris_fpathconf()
/linux-2.4.37.9/arch/sparc/kernel/ !
Dsys_sunos.c542 ret = PIPE_BUF; in sunos_fpathconf()
/linux-2.4.37.9/arch/sparc64/kernel/ !
Dsys_sunos32.c501 ret = PIPE_BUF; in sunos_fpathconf()