taglinefilesource code
force1106drivers/isdn/isdn_tty.cstatic void isdn_tty_modem_reset_regs(atemu * m, int force)
force1108drivers/isdn/isdn_tty.cif ((m->mdmreg[12] & 32) || force) {
force460include/net/sock.hunsigned long size, int force,
force463include/net/sock.hunsigned long size, int force,
force344net/core/sock.cstruct sk_buff *sock_wmalloc(struct sock *sk, unsigned long size, int force, int priority)
force347net/core/sock.cif (force || sk->wmem_alloc + size < sk->sndbuf) {
force358net/core/sock.cstruct sk_buff *sock_rmalloc(struct sock *sk, unsigned long size, int force, int priority)
force361net/core/sock.cif (force || sk->rmem_alloc + size < sk->rcvbuf) {