Searched refs:skip_copy (Results 1 - 6 of 6) sorted by path

/linux-master/drivers/md/
H A Draid1.c1227 goto skip_copy;
1248 skip_copy:
H A Draid5.c1410 if (conf->skip_copy &&
7059 ret = sprintf(page, "%d\n", conf->skip_copy);
7083 else if (new != conf->skip_copy) {
7086 conf->skip_copy = new;
7097 raid5_skip_copy = __ATTR(skip_copy, S_IRUGO | S_IWUSR,
H A Draid5.h628 int skip_copy; /* Don't copy data from bio to stripe cache */ member in struct:r5conf
/linux-master/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_io.c1471 goto skip_copy;
1490 goto skip_copy;
1503 skip_copy:
1804 goto skip_copy;
1823 skip_copy:
/linux-master/net/ipv4/
H A Dtcp.c2498 goto skip_copy;
2524 skip_copy:
/linux-master/net/openvswitch/
H A Dflow_netlink.c2883 struct sw_flow_actions **sfa, bool *skip_copy,
2923 *skip_copy = true;
3027 *skip_copy = true;
3218 bool skip_copy; local
3225 skip_copy = false;
3365 &skip_copy, mac_proto, eth_type,
3373 &skip_copy, mac_proto, eth_type,
3388 skip_copy = true;
3396 skip_copy = true;
3459 skip_copy
2881 validate_set(const struct nlattr *a, const struct sw_flow_key *flow_key, struct sw_flow_actions **sfa, bool *skip_copy, u8 mac_proto, __be16 eth_type, bool masked, bool log) argument
[all...]

Completed in 262 milliseconds