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) {
force451include/net/sock.hunsigned long size, int force,
force454include/net/sock.hunsigned long size, int force,
force328net/core/sock.cstruct sk_buff *sock_wmalloc(struct sock *sk, unsigned long size, int force, int priority)
force332net/core/sock.cif (sk->wmem_alloc + size < sk->sndbuf || force) 
force351net/core/sock.cstruct sk_buff *sock_rmalloc(struct sock *sk, unsigned long size, int force, int priority)
force355net/core/sock.cif (sk->rmem_alloc + size < sk->rcvbuf || force)