Searched refs:EUSERS (Results 1 - 25 of 31) sorted by relevance

12

/linux-master/arch/alpha/include/uapi/asm/
H A Derrno.h45 #define EUSERS 68 /* Too many users */ macro
/linux-master/arch/mips/include/uapi/asm/
H A Derrno.h69 #define EUSERS 94 /* Too many users */ macro
/linux-master/arch/sparc/include/uapi/asm/
H A Derrno.h42 #define EUSERS 68 /* Too many users */ macro
/linux-master/tools/arch/alpha/include/uapi/asm/
H A Derrno.h45 #define EUSERS 68 /* Too many users */ macro
/linux-master/tools/arch/mips/include/uapi/asm/
H A Derrno.h69 #define EUSERS 94 /* Too many users */ macro
/linux-master/tools/arch/sparc/include/uapi/asm/
H A Derrno.h42 #define EUSERS 68 /* Too many users */ macro
/linux-master/include/uapi/asm-generic/
H A Derrno.h70 #define EUSERS 87 /* Too many users */ macro
/linux-master/tools/include/uapi/asm-generic/
H A Derrno.h70 #define EUSERS 87 /* Too many users */ macro
/linux-master/arch/parisc/include/uapi/asm/
H A Derrno.h39 #define EUSERS 68 /* Too many users */ macro
/linux-master/tools/arch/parisc/include/uapi/asm/
H A Derrno.h39 #define EUSERS 68 /* Too many users */ macro
/linux-master/net/9p/
H A Derror.c92 {"Too many users", EUSERS},
/linux-master/drivers/hte/
H A Dhte.c260 ret = -EUSERS;
370 ret = -EUSERS;
420 ret = -EUSERS;
/linux-master/drivers/clk/zynqmp/
H A Dpll.c198 if (ret == -EUSERS)
/linux-master/drivers/vfio/mdev/
H A Dmdev_core.c152 return -EUSERS;
/linux-master/lib/
H A Derrname.c163 E(EUSERS),
/linux-master/kernel/time/
H A Dnamespace.c310 return -EUSERS;
/linux-master/net/dccp/
H A Dinput.c132 [DCCP_RESET_CODE_TOO_BUSY] = EUSERS,
/linux-master/drivers/sbus/char/
H A Doradax.c550 return -EUSERS;
583 return -EUSERS;
/linux-master/net/llc/
H A Daf_llc.c301 rc = -EUSERS;
383 rc = -EUSERS;
/linux-master/drivers/s390/cio/
H A Ddevice_pgid.c393 rc = -EUSERS;
H A Ddevice_fsm.c520 case -EUSERS:
/linux-master/fs/smb/client/
H A Dnetmisc.c97 {ERRrmuns, -EUSERS},
100 {ERRtoomanyuids, -EUSERS},
/linux-master/net/ipv4/
H A Dtcp_ao.c1225 ret = -EUSERS;
1711 ret = -EUSERS;
2003 err = -EUSERS;
/linux-master/drivers/media/dvb-core/
H A Ddmxdev.c1414 return -EUSERS;
H A Ddvb_demux.c1121 return -EUSERS;

Completed in 334 milliseconds

12