Searched refs:skip_copy (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/net/openvswitch/ |
D | flow_netlink.c | 2651 struct sw_flow_actions **sfa, bool *skip_copy, in validate_set() argument 2693 *skip_copy = true; in validate_set() 2793 *skip_copy = true; in validate_set() 2890 bool skip_copy; in __ovs_nla_copy_actions() local 2897 skip_copy = false; in __ovs_nla_copy_actions() 2992 &skip_copy, mac_proto, eth_type, in __ovs_nla_copy_actions() 3000 &skip_copy, mac_proto, eth_type, in __ovs_nla_copy_actions() 3014 skip_copy = true; in __ovs_nla_copy_actions() 3022 skip_copy = true; in __ovs_nla_copy_actions() 3084 skip_copy = true; in __ovs_nla_copy_actions() [all …]
|
/Linux-v4.19/drivers/md/ |
D | raid5.h | 618 int skip_copy; /* Don't copy data from bio to stripe cache */ member
|
D | raid1.c | 1102 goto skip_copy; in alloc_behind_master_bio() 1122 skip_copy: in alloc_behind_master_bio()
|
D | raid5.c | 1273 if (sh->raid_conf->skip_copy && in async_copy_data() 6509 ret = sprintf(page, "%d\n", conf->skip_copy); in raid5_show_skip_copy() 6533 else if (new != conf->skip_copy) { in raid5_store_skip_copy() 6535 conf->skip_copy = new; in raid5_store_skip_copy() 6549 raid5_skip_copy = __ATTR(skip_copy, S_IRUGO | S_IWUSR,
|
/Linux-v4.19/drivers/crypto/chelsio/chtls/ |
D | chtls_io.c | 1532 goto skip_copy; in chtls_pt_recvmsg() 1546 skip_copy: in chtls_pt_recvmsg() 1836 goto skip_copy; in chtls_recvmsg() 1855 skip_copy: in chtls_recvmsg()
|
/Linux-v4.19/net/ipv4/ |
D | tcp.c | 2095 goto skip_copy; in tcp_recvmsg() 2118 skip_copy: in tcp_recvmsg()
|