Home
last modified time | relevance | path

Searched refs:fold (Results 1 – 15 of 15) sorted by relevance

/linux/net/sched/
H A Dcls_flow.c397 struct flow_filter *fold, *fnew; in flow_change() local
453 fold = *arg; in flow_change()
454 if (fold) { in flow_change()
456 if (fold->handle != handle && handle) in flow_change()
459 /* Copy fold into fnew */ in flow_change()
460 fnew->tp = fold->tp; in flow_change()
461 fnew->handle = fold->handle; in flow_change()
462 fnew->nkeys = fold->nkeys; in flow_change()
463 fnew->keymask = fold->keymask; in flow_change()
464 fnew->mode = fold in flow_change()
[all...]
/linux/include/linux/
H A Detherdevice.h355 u32 fold = ((*(const u32 *)addr1) ^ (*(const u32 *)addr2)) | in ether_addr_equal() local
358 return fold == 0; in ether_addr_equal()
384 u64 fold = (*(const u64 *)addr1) ^ (*(const u64 *)addr2); in ether_addr_equal_64bits() local
387 return (fold >> 16) == 0; in ether_addr_equal_64bits()
389 return (fold << 16) == 0; in ether_addr_equal_64bits()
571 unsigned long fold; in compare_ether_header() local
581 fold = *(unsigned long *)a ^ *(unsigned long *)b; in compare_ether_header()
582 fold |= *(unsigned long *)(a + 6) ^ *(unsigned long *)(b + 6); in compare_ether_header()
583 return fold; in compare_ether_header()
/linux/Documentation/trace/
H A Dfunction-graph-fold.vim5 " use the usual vim fold commands, such as "za", to open and close nested
6 " functions. While closed, a fold will show the total time taken for a call,
/linux/tools/testing/selftests/bpf/
H A Dtest_xsk.sh111 VETH0_POSTFIX=$(cat ${URANDOM} | tr -dc '0-9' | fold -w 256 | head -n 1 | head --bytes 4)
113 VETH1_POSTFIX=$(cat ${URANDOM} | tr -dc '0-9' | fold -w 256 | head -n 1 | head --bytes 4)
/linux/arch/alpha/lib/
H A Dcsum_ipv6_magic.S104 extwl $0,2,$1 # e0 : fold 18-bit value
109 extwl $0,2,$1 # e0 : fold 17-bit value
/linux/Documentation/security/
H A Dsiphash.rst49 will constant fold at compile-time and automatically choose one of the
168 will constant fold at compile-time and automatically choose one of the
/linux/Documentation/leds/
H A Dleds-blinkm.rst16 The interface this driver provides is 3-fold:
/linux/Documentation/core-api/
H A Dunaligned-memory-access.rst156 u32 fold = ((*(const u32 *)addr1) ^ (*(const u32 *)addr2)) |
159 return fold == 0;
/linux/Documentation/trace/rv/
H A Dmonitor_synthesis.rst91 3-fold:
/linux/tools/perf/Documentation/
H A Dperf-probe.txt239 In addition, you can use "!" for specifying filter-out rule. You also can give several rules combined with "&" or "|", and fold those rules as one rule by using "(" ")".
/linux/net/wireless/
H A Dscan.c1741 u8 fold = 0; in cfg80211_combine_bsses() local
1756 fold |= ie[2 + i]; in cfg80211_combine_bsses()
1758 if (fold) { in cfg80211_combine_bsses()
/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc.c41 u64 fold = __swab64(ether_addr_to_u64(addr)) >> 16; in enetc_mac_addr_hash_idx() local
50 res |= (hweight64(fold & (mask << i)) & 0x1) << i; in enetc_mac_addr_hash_idx()
/linux/kernel/bpf/
H A Dverifier.c8900 struct bpf_func_state *fold, *fcur; in widen_imprecise_scalars() local
8905 fold = old->frame[fr]; in widen_imprecise_scalars()
8910 &fold->regs[i], in widen_imprecise_scalars()
8914 for (i = 0; i < fold->allocated_stack / BPF_REG_SIZE; i++) { in widen_imprecise_scalars()
8915 if (!is_spilled_reg(&fold->stack[i]) || in widen_imprecise_scalars()
8920 &fold->stack[i].spilled_ptr, in widen_imprecise_scalars()
9259 * Therefore we fold these flags depending on the arg_type before comparison. in check_reg_type()
19184 struct bpf_func_state *fold, *fcur; in states_maybe_looping() local
19190 fold = old->frame[fr]; in states_maybe_looping()
19193 if (memcmp(&fold in states_maybe_looping()
[all...]
/linux/Documentation/translations/it_IT/process/
H A Dcoding-style.rst1191 Il compilatore valuterà la condizione come costante (constant-fold), e quindi
/linux/Documentation/process/
H A Dcoding-style.rst1190 The compiler will constant-fold the conditional away, and include or exclude