Searched refs:diffs (Results 1 – 11 of 11) sorted by relevance
| /linux/net/core/ |
| H A D | gro.c | 327 unsigned long diffs) in gro_list_prepare_tc_ext() argument 336 diffs |= (!!p_ext) ^ (!!skb_ext); in gro_list_prepare_tc_ext() 337 if (!diffs && unlikely(skb_ext)) in gro_list_prepare_tc_ext() 338 diffs |= p_ext->chain ^ skb_ext->chain; in gro_list_prepare_tc_ext() 340 return diffs; in gro_list_prepare_tc_ext() 351 unsigned long diffs; in gro_list_prepare() local 358 diffs = (unsigned long)p->dev ^ (unsigned long)skb->dev; in gro_list_prepare() 359 diffs |= p->vlan_all ^ skb->vlan_all; in gro_list_prepare() 360 diffs |= skb_metadata_differs(p, skb); in gro_list_prepare() 362 diffs |= compare_ether_header(skb_mac_header(p), in gro_list_prepare() [all …]
|
| /linux/include/net/psp/ |
| H A D | functions.h | 56 unsigned long diffs) in __psp_skb_coalesce_diff() argument 63 diffs |= (!!a) ^ (!!b); in __psp_skb_coalesce_diff() 64 if (!diffs && unlikely(a)) in __psp_skb_coalesce_diff() 65 diffs |= memcmp(a, b, sizeof(*a)); in __psp_skb_coalesce_diff() 66 return diffs; in __psp_skb_coalesce_diff() 175 unsigned long diffs) in __psp_skb_coalesce_diff() argument 177 return diffs; in __psp_skb_coalesce_diff()
|
| /linux/tools/testing/selftests/ftrace/test.d/trigger/ |
| H A D | trigger-multihist.tc | 41 diffs=`diff events/sched/sched_process_exit/hist events/sched/sched_process_fork/hist | wc -l` 42 test $diffs -eq 0 || fail "Same name histograms are not same"
|
| /linux/Documentation/dev-tools/ |
| H A D | clang-format.rst | 16 you maintain, patches you review, diffs, etc. See clangformatreview_. 63 ``clang-format`` also supports reading unified diffs, so you can review 64 patches and git diffs easily. See the documentation at: 165 which makes reviewing full-file style, as well diffs and patches as easy
|
| /linux/include/linux/ |
| H A D | skbuff.h | 4511 u64 diffs = 0; in __skb_metadata_differs() local 4521 case 32: diffs |= __it_diff(a, b, 64); in __skb_metadata_differs() 4523 case 24: diffs |= __it_diff(a, b, 64); in __skb_metadata_differs() 4525 case 16: diffs |= __it_diff(a, b, 64); in __skb_metadata_differs() 4527 case 8: diffs |= __it_diff(a, b, 64); in __skb_metadata_differs() 4529 case 28: diffs |= __it_diff(a, b, 64); in __skb_metadata_differs() 4531 case 20: diffs |= __it_diff(a, b, 64); in __skb_metadata_differs() 4533 case 12: diffs |= __it_diff(a, b, 64); in __skb_metadata_differs() 4535 case 4: diffs |= __it_diff(a, b, 32); in __skb_metadata_differs() 4541 return diffs; in __skb_metadata_differs()
|
| /linux/Documentation/process/ |
| H A D | backporting.rst | 182 filter on certain strings appearing in the diffs of the commits you are 250 Combined diffs 279 showing the 3-way diff (or diff-of-diffs) between 289 Better diffs 292 3-way combined diffs include all the other changes that happened to the
|
| H A D | howto.rst | 249 during this period of time maintainers can submit big diffs to
|
| /linux/tools/usb/usbip/ |
| H A D | INSTALL | 35 diffs or instructions to the address given in the `README' so they can
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | README.rst | 246 the following built-ins, listed with corresponding Clang diffs introducing
|
| /linux/Documentation/rust/ |
| H A D | coding-guidelines.rst | 94 for single item imports -- this can be useful to minimize diffs within patch
|
| /linux/Documentation/bpf/ |
| H A D | bpf_devel_QA.rst | 185 individual diffs on top of the old series).
|