/linux/net/sched/ |
H A D | cls_flow.c | 397 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 D | etherdevice.h | 355 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 D | function-graph-fold.vim | 5 " 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 D | test_xsk.sh | 111 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 D | csum_ipv6_magic.S | 104 extwl $0,2,$1 # e0 : fold 18-bit value 109 extwl $0,2,$1 # e0 : fold 17-bit value
|
/linux/Documentation/security/ |
H A D | siphash.rst | 49 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 D | leds-blinkm.rst | 16 The interface this driver provides is 3-fold:
|
/linux/Documentation/core-api/ |
H A D | unaligned-memory-access.rst | 156 u32 fold = ((*(const u32 *)addr1) ^ (*(const u32 *)addr2)) | 159 return fold == 0;
|
/linux/Documentation/trace/rv/ |
H A D | monitor_synthesis.rst | 91 3-fold:
|
/linux/tools/perf/Documentation/ |
H A D | perf-probe.txt | 239 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 D | scan.c | 1741 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 D | enetc.c | 41 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 D | verifier.c | 8900 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 D | coding-style.rst | 1191 Il compilatore valuterà la condizione come costante (constant-fold), e quindi
|
/linux/Documentation/process/ |
H A D | coding-style.rst | 1190 The compiler will constant-fold the conditional away, and include or exclude
|