Searched refs:right (Results 1 – 9 of 9) sorted by relevance
| /net/tipc/ |
| A D | core.h | 184 static inline int less_eq(u16 left, u16 right) in less_eq() argument 186 return mod(right - left) < 32768u; in less_eq() 189 static inline int more(u16 left, u16 right) in more() argument 191 return !less_eq(left, right); in more() 194 static inline int less(u16 left, u16 right) in less() argument 196 return less_eq(left, right) && (mod(right) != mod(left)); in less()
|
| /net/ipv6/ |
| A D | ip6_fib.c | 858 rcu_assign_pointer(pn->right, ln); in fib6_add_1() 919 rcu_assign_pointer(pn->right, in); in fib6_add_1() 929 rcu_assign_pointer(in->right, ln); in fib6_add_1() 933 rcu_assign_pointer(in->right, fn); in fib6_add_1() 953 RCU_INIT_POINTER(ln->right, fn); in fib6_add_1() 1753 fn = rcu_dereference(fn->right); in fib6_locate_1() 2153 right = rcu_dereference_protected(fn->right, 1); in fib6_walk_continue() 2154 if (right) { in fib6_walk_continue() 2155 w->node = right; in fib6_walk_continue() 2186 right = rcu_dereference_protected(pn->right, 1); in fib6_walk_continue() [all …]
|
| /net/sched/ |
| A D | em_meta.c | 924 if (TCF_META_TYPE(hdr->left.kind) != TCF_META_TYPE(hdr->right.kind) || in em_meta_change() 927 TCF_META_ID(hdr->right.kind) > TCF_META_ID_MAX) in em_meta_change() 937 memcpy(&meta->rvalue.hdr, &hdr->right, sizeof(hdr->right)); in em_meta_change() 973 memcpy(&hdr.right, &meta->rvalue.hdr, sizeof(hdr.right)); in em_meta_dump()
|
| A D | sch_mqprio_lib.c | 14 int left = max(a, c), right = min(b, d); in intervals_overlap() local 16 return left < right; in intervals_overlap()
|
| /net/core/ |
| A D | sock_reuseport.c | 108 int left, right; in reuseport_sock_index() local 112 right = reuse->num_socks; in reuseport_sock_index() 115 right = reuse->max_socks; in reuseport_sock_index() 118 for (; left < right; left++) in reuseport_sock_index()
|
| /net/netfilter/ |
| A D | nft_set_pipapo.c | 1926 int rule_count, u8 *left, u8 *right) argument 1929 u8 *l = left, *r = right; 1984 u8 right[NFT_PIPAPO_MAX_BYTES] = { 0 }; local 1987 pipapo_get_boundaries(f, first_rule, rule_count, left, right); 1991 !memcmp(end, right, f->groups / NFT_PIPAPO_GROUPS_PER_BYTE(f));
|
| A D | x_tables.c | 702 int mid, left = 0, right = xt[af].cur - 1; in xt_compat_calc_jump() local 704 while (left <= right) { in xt_compat_calc_jump() 705 mid = (left + right) >> 1; in xt_compat_calc_jump() 709 right = mid - 1; in xt_compat_calc_jump()
|
| /net/ceph/crush/ |
| A D | mapper.c | 185 static int right(int x) in right() function 219 n = right(n); in bucket_tree_choose()
|
| /net/wireless/ |
| A D | Kconfig | 23 # using a different algorithm, though right now they shouldn't
|
Completed in 29 milliseconds