Searched refs:skip_copy (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/net/openvswitch/ |
D | flow_netlink.c | 1817 bool *skip_copy, __be16 eth_type, bool masked, bool log) in validate_set() argument 1856 *skip_copy = true; in validate_set() 1949 *skip_copy = true; in validate_set() 2039 bool skip_copy; in __ovs_nla_copy_actions() local 2046 skip_copy = false; in __ovs_nla_copy_actions() 2129 &skip_copy, eth_type, false, log); in __ovs_nla_copy_actions() 2136 &skip_copy, eth_type, true, log); in __ovs_nla_copy_actions() 2146 skip_copy = true; in __ovs_nla_copy_actions() 2153 if (!skip_copy) { in __ovs_nla_copy_actions()
|
/linux-4.1.27/drivers/md/ |
D | raid5.h | 476 int skip_copy; /* Don't copy data from bio to stripe cache */ member
|
D | raid5.c | 1144 if (sh->raid_conf->skip_copy && in async_copy_data() 6053 ret = sprintf(page, "%d\n", conf->skip_copy); in raid5_show_skip_copy() 6077 else if (new != conf->skip_copy) { in raid5_store_skip_copy() 6079 conf->skip_copy = new; in raid5_store_skip_copy() 6093 raid5_skip_copy = __ATTR(skip_copy, S_IRUGO | S_IWUSR,
|
/linux-4.1.27/net/ipv4/ |
D | tcp.c | 1789 goto skip_copy; in tcp_recvmsg() 1812 skip_copy: in tcp_recvmsg()
|