/linux-4.1.27/include/linux/ |
D | etherdevice.h | 273 u32 fold = ((*(const u32 *)addr1) ^ (*(const u32 *)addr2)) | in ether_addr_equal() local 276 return fold == 0; in ether_addr_equal() 303 u64 fold = (*(const u64 *)addr1) ^ (*(const u64 *)addr2); in ether_addr_equal_64bits() local 306 return (fold >> 16) == 0; in ether_addr_equal_64bits() 308 return (fold << 16) == 0; in ether_addr_equal_64bits() 376 unsigned long fold; in compare_ether_header() local 386 fold = *(unsigned long *)a ^ *(unsigned long *)b; in compare_ether_header() 387 fold |= *(unsigned long *)(a + 6) ^ *(unsigned long *)(b + 6); in compare_ether_header() 388 return fold; in compare_ether_header()
|
/linux-4.1.27/net/sched/ |
D | cls_flow.c | 368 struct flow_filter *fold, *fnew; in flow_change() local 424 fold = (struct flow_filter *)*arg; in flow_change() 425 if (fold) { in flow_change() 427 if (fold->handle != handle && handle) in flow_change() 431 fnew->tp = fold->tp; in flow_change() 432 fnew->handle = fold->handle; in flow_change() 433 fnew->nkeys = fold->nkeys; in flow_change() 434 fnew->keymask = fold->keymask; in flow_change() 435 fnew->mode = fold->mode; in flow_change() 436 fnew->mask = fold->mask; in flow_change() [all …]
|
D | cls_route.c | 482 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 …]
|
D | cls_basic.c | 172 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()
|
/linux-4.1.27/arch/cris/arch-v10/lib/ |
D | checksum.S | 59 ;; 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.
|
D | checksumcopy.S | 65 ;; 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.1.27/Documentation/trace/ |
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-4.1.27/arch/alpha/lib/ |
D | csum_ipv6_magic.S | 102 extwl $0,2,$1 # e0 : fold 18-bit value 107 extwl $0,2,$1 # e0 : fold 17-bit value
|
/linux-4.1.27/arch/score/lib/ |
D | checksum.S | 68 beq fold 105 beq fold /* less than 2 and not equal 1--> len=0 -> fold */ 110 fold: label
|
/linux-4.1.27/arch/cris/arch-v32/lib/ |
D | checksumcopy.S | 53 ;; fold the last carry into r13 60 ;; fold 32-bit checksum into a 16-bit checksum, to avoid carries below
|
D | checksum.S | 50 ;; fold the last carry into r13
|
/linux-4.1.27/Documentation/leds/ |
D | leds-blinkm.txt | 12 The interface this driver provides is 2-fold:
|
/linux-4.1.27/Documentation/ |
D | unaligned-memory-access.txt | 147 u32 fold = ((*(const u32 *)addr1) ^ (*(const u32 *)addr2)) | 150 return fold == 0;
|
D | CodingStyle | 910 The compiler will constant-fold the conditional away, and include or exclude
|
/linux-4.1.27/net/wireless/ |
D | scan.c | 690 u8 fold = 0; in cfg80211_combine_bsses() local 704 fold |= ie[2 + i]; in cfg80211_combine_bsses() 706 if (fold) { in cfg80211_combine_bsses()
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-probe.txt | 182 …r-out rule. You also can give several rules combined with "&" or "|", and fold those rules as one …
|