Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Detherdevice.h313 u32 fold = ((*(const u32 *)addr1) ^ (*(const u32 *)addr2)) | in ether_addr_equal() local
316 return fold == 0; in ether_addr_equal()
343 u64 fold = (*(const u64 *)addr1) ^ (*(const u64 *)addr2); in ether_addr_equal_64bits() local
346 return (fold >> 16) == 0; in ether_addr_equal_64bits()
348 return (fold << 16) == 0; in ether_addr_equal_64bits()
416 unsigned long fold; in compare_ether_header() local
426 fold = *(unsigned long *)a ^ *(unsigned long *)b; in compare_ether_header()
427 fold |= *(unsigned long *)(a + 6) ^ *(unsigned long *)(b + 6); in compare_ether_header()
428 return fold; in compare_ether_header()
/linux-4.4.14/net/sched/
Dcls_flow.c381 struct flow_filter *fold, *fnew; in flow_change() local
437 fold = (struct flow_filter *)*arg; in flow_change()
438 if (fold) { in flow_change()
440 if (fold->handle != handle && handle) in flow_change()
444 fnew->tp = fold->tp; in flow_change()
445 fnew->handle = fold->handle; in flow_change()
446 fnew->nkeys = fold->nkeys; in flow_change()
447 fnew->keymask = fold->keymask; in flow_change()
448 fnew->mode = fold->mode; in flow_change()
449 fnew->mask = fold->mask; in flow_change()
[all …]
Dcls_route.c482 struct route4_filter *fold, *f1, *pfp, *f = NULL; in route4_change() local
497 fold = (struct route4_filter *)*arg; in route4_change()
498 if (fold && handle && fold->handle != handle) in route4_change()
507 if (fold) { in route4_change()
508 f->id = fold->id; in route4_change()
509 f->iif = fold->iif; in route4_change()
510 f->res = fold->res; in route4_change()
511 f->handle = fold->handle; in route4_change()
513 f->tp = fold->tp; in route4_change()
514 f->bkt = fold->bkt; in route4_change()
[all …]
Dcls_basic.c172 struct basic_filter *fold = (struct basic_filter *) *arg; in basic_change() local
183 if (fold != NULL) { in basic_change()
184 if (handle && fold->handle != handle) in basic_change()
196 } else if (fold) { in basic_change()
197 fnew->handle = fold->handle; in basic_change()
219 if (fold) { in basic_change()
220 list_replace_rcu(&fold->link, &fnew->link); in basic_change()
221 tcf_unbind_filter(tp, &fold->res); in basic_change()
222 call_rcu(&fold->rcu, basic_delete_filter); in basic_change()
Dcls_flower.c458 struct cls_fl_filter *fold = (struct cls_fl_filter *) *arg; in fl_change() local
471 if (fold && handle && fold->handle != handle) in fl_change()
501 if (fold) in fl_change()
502 rhashtable_remove_fast(&head->ht, &fold->ht_node, in fl_change()
507 if (fold) { in fl_change()
508 list_replace_rcu(&fold->list, &fnew->list); in fl_change()
509 tcf_unbind_filter(tp, &fold->res); in fl_change()
510 call_rcu(&fold->rcu, fl_destroy_filter); in fl_change()
/linux-4.4.14/arch/cris/arch-v10/lib/
Dchecksum.S59 ;; fold the carry into the checksum, to avoid having to loop the carry
74 ;; only fold if there is anything to fold.
79 ;; fold 32-bit checksum into a 16-bit checksum, to avoid carries below.
Dchecksumcopy.S65 ;; fold the carry into the checksum, to avoid having to loop the carry
80 ;; only fold if there is anything to fold.
85 ;; fold 32-bit checksum into a 16-bit checksum, to avoid carries below
/linux-4.4.14/Documentation/trace/
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-4.4.14/arch/alpha/lib/
Dcsum_ipv6_magic.S102 extwl $0,2,$1 # e0 : fold 18-bit value
107 extwl $0,2,$1 # e0 : fold 17-bit value
/linux-4.4.14/arch/score/lib/
Dchecksum.S68 beq fold
105 beq fold /* less than 2 and not equal 1--> len=0 -> fold */
110 fold: label
/linux-4.4.14/arch/cris/arch-v32/lib/
Dchecksumcopy.S53 ;; fold the last carry into r13
60 ;; fold 32-bit checksum into a 16-bit checksum, to avoid carries below
Dchecksum.S50 ;; fold the last carry into r13
/linux-4.4.14/Documentation/leds/
Dleds-blinkm.txt12 The interface this driver provides is 2-fold:
/linux-4.4.14/Documentation/
Dunaligned-memory-access.txt147 u32 fold = ((*(const u32 *)addr1) ^ (*(const u32 *)addr2)) |
150 return fold == 0;
DCodingStyle910 The compiler will constant-fold the conditional away, and include or exclude
/linux-4.4.14/net/wireless/
Dscan.c689 u8 fold = 0; in cfg80211_combine_bsses() local
703 fold |= ie[2 + i]; in cfg80211_combine_bsses()
705 if (fold) { in cfg80211_combine_bsses()
/linux-4.4.14/tools/perf/Documentation/
Dperf-probe.txt189 …r-out rule. You also can give several rules combined with "&" or "|", and fold those rules as one …
/linux-4.4.14/Documentation/DocBook/
Dkernel-api.xml.db126 API-bitmap-fold