Searched refs:INT_MIN (Results 1 – 10 of 10) sorted by relevance
| /include/uapi/linux/ |
| A D | netfilter_bridge.h | 34 NF_BR_PRI_FIRST = INT_MIN,
|
| A D | netfilter_ipv6.h | 35 NF_IP6_PRI_FIRST = INT_MIN,
|
| A D | netfilter_ipv4.h | 31 NF_IP_PRI_FIRST = INT_MIN,
|
| /include/vdso/ |
| A D | limits.h | 9 #define INT_MIN (-INT_MAX - 1) macro
|
| /include/linux/ |
| A D | rcupdate_trace.h | 79 WRITE_ONCE(t->trc_reader_nesting, INT_MIN + nesting); in rcu_read_unlock_trace()
|
| A D | refcount.h | 115 #define REFCOUNT_SATURATED (INT_MIN / 2)
|
| A D | fortify-string.h | 724 fortify_panic(FORTIFY_FUNC_memcmp, FORTIFY_READ, p_size, size, INT_MIN); in memcmp() 726 fortify_panic(FORTIFY_FUNC_memcmp, FORTIFY_READ, q_size, size, INT_MIN); in memcmp()
|
| A D | io_uring_types.h | 32 IO_URING_F_NONBLOCK = INT_MIN,
|
| A D | rcupdate.h | 193 } else if (___rttq_nesting && ___rttq_nesting != INT_MIN && \
|
| A D | netdevice.h | 134 __NETDEV_TX_MIN = INT_MIN, /* make sure enum is signed */
|
Completed in 47 milliseconds