| tag | line | file | source code |
| force | 1507 | net/inet/sock.c | sock_wmalloc(struct sock *sk, unsigned long size, int force, |
| force | 1511 | net/inet/sock.c | if (sk->wmem_alloc + size < sk->sndbuf || force) { |
| force | 1518 | net/inet/sock.c | sk, size, force, priority)); |
| force | 1526 | net/inet/sock.c | sock_rmalloc(struct sock *sk, unsigned long size, int force, int priority) |
| force | 1529 | net/inet/sock.c | if (sk->rmem_alloc + size < sk->rcvbuf || force) { |
| force | 1537 | net/inet/sock.c | sk,size,force, priority)); |
| force | 152 | net/inet/sock.h | unsigned long size, int force, |
| force | 155 | net/inet/sock.h | unsigned long size, int force, |
| force | 229 | net/inet/sock.h | unsigned long size, int force, |
| force | 232 | net/inet/sock.h | unsigned long size, int force, |
| force | 60 | zBoot/misc.c | int force = 0; |
| force | 372 | zBoot/misc.c | if (force <= 1) return -1; |
| force | 377 | zBoot/misc.c | if (force <= 1) return -1; |