tag | line | file | source code |
force | 1110 | drivers/isdn/isdn_tty.c | static void isdn_tty_modem_reset_regs(atemu * m, int force) |
force | 1112 | drivers/isdn/isdn_tty.c | if ((m->mdmreg[12] & 32) || force) { |
force | 461 | include/net/sock.h | unsigned long size, int force, |
force | 464 | include/net/sock.h | unsigned long size, int force, |
force | 344 | net/core/sock.c | struct sk_buff *sock_wmalloc(struct sock *sk, unsigned long size, int force, int priority) |
force | 347 | net/core/sock.c | if (force || sk->wmem_alloc + size < sk->sndbuf) { |
force | 358 | net/core/sock.c | struct sk_buff *sock_rmalloc(struct sock *sk, unsigned long size, int force, int priority) |
force | 361 | net/core/sock.c | if (force || sk->rmem_alloc + size < sk->rcvbuf) { |