Searched refs:diffs (Results 1 - 11 of 11) sorted by relevance

/linux-4.1.27/arch/arm/include/asm/
H A Dpgtable-nommu.h72 * These would be in other places but having them here reduces the diffs.
/linux-4.1.27/arch/ia64/include/uapi/asm/
H A Dperfmon_default_smpl.h45 unsigned int hdr_version; /* contains perfmon version (smpl format diffs) */
/linux-4.1.27/drivers/staging/media/lirc/
H A Dlirc_zilog.c545 unsigned char *data, *endp, *diffs, *key_block; get_key_data() local
578 /* Save diffs & skip */ get_key_data()
579 diffs = data; get_key_data()
620 /* found, so unpack the diffs */ get_key_data()
625 diffs[i] >= TX_BLOCK_SIZE) get_key_data()
627 buf[diffs[i]] = val; get_key_data()
865 * After the diffs we have the first key id + data - fw_load()
872 /* Then we have keys-1 blocks of key id+diffs */ fw_load()
/linux-4.1.27/net/openvswitch/
H A Dflow_table.c442 long diffs = 0; cmp_key() local
446 diffs |= *cp1++ ^ *cp2++; cmp_key()
448 return diffs == 0; cmp_key()
/linux-4.1.27/drivers/net/ethernet/xscale/
H A Dixp4xx_eth.c937 u8 diffs[ETH_ALEN], *addr; eth_set_mcast_list() local
957 eth_zero_addr(diffs); eth_set_mcast_list()
964 diffs[i] |= addr[i] ^ ha->addr[i]; netdev_for_each_mc_addr()
969 __raw_writel(~diffs[i], &port->regs->mcast_mask[i]);
/linux-4.1.27/mm/
H A Dvmstat.c1397 * Check if the diffs for a certain cpu indicate that
1409 * The fast way of checking if there are any vmstat diffs. for_each_populated_zone()
1410 * This works because the diffs are byte sized items. for_each_populated_zone()
/linux-4.1.27/net/hsr/
H A Dhsr_framereg.c145 /* We are only interested in time diffs here, so use current jiffies hsr_add_node()
/linux-4.1.27/fs/nfs/
H A Dproc.c19 * Feel free to fix it and mail me the diffs if it worries you.
/linux-4.1.27/net/core/
H A Ddev.c3974 unsigned long diffs; gro_list_prepare() local
3983 diffs = (unsigned long)p->dev ^ (unsigned long)skb->dev; gro_list_prepare()
3984 diffs |= p->vlan_tci ^ skb->vlan_tci; gro_list_prepare()
3986 diffs |= compare_ether_header(skb_mac_header(p), gro_list_prepare()
3988 else if (!diffs) gro_list_prepare()
3989 diffs = memcmp(skb_mac_header(p), gro_list_prepare()
3992 NAPI_GRO_CB(p)->same_flow = !diffs; gro_list_prepare()
/linux-4.1.27/drivers/net/wireless/ti/wlcore/
H A Dcmd.c1428 * note there are slight diffs
/linux-4.1.27/sound/oss/
H A Daedsp16.c193 - prep for diffs against v3.0-proto-950402

Completed in 389 milliseconds