Searched refs:insert (Results 101 - 109 of 109) sorted by relevance

12345

/linux-master/net/mptcp/
H A Dprotocol.c255 goto insert;
258 /* Find place to insert this segment. Handle overlaps on the way. */
297 insert:
/linux-master/fs/btrfs/
H A Dinode.c661 * conditionally insert an inline extent into the file. This
4904 * for. So if we are truncating this file to a larger size we need to insert
5296 * This drops any pending insert or delete operations we have for this
6464 * if 'add_backref' is true, also insert a backref from the
6927 goto insert;
6934 goto insert;
6956 goto insert;
6963 insert:
H A Dtree-log.c410 goto insert;
490 insert:
492 /* try to insert the key into the destination tree */
778 * insert the extent pointer in the extent
1442 /* insert our name */
1743 * when replaying the log for a directory, we only insert names
2771 /* insert root item on the first sync */
3391 * to insert duplicate dir index keys in the log tree. This must be done
3992 * is to avoid lookups in the log tree every time we try to insert a dir index
4257 * so the inode item is not in the log and we need to insert i
[all...]
/linux-master/net/netfilter/
H A Dnf_conntrack_core.c917 /* If genid has changed, we can't insert anymore because ct
934 NF_CT_STAT_INC(net, insert);
1023 * nf_ct_resolve_clash_harder - attempt to insert clashing conntrack entry
1211 * user context, else we insert an already 'dead' hash, blocking
H A Dnf_conntrack_netlink.c2510 nla_put_be32(skb, CTA_STATS_INSERT, htonl(st->insert)) ||
H A Dnf_tables_api.c6644 ret = set->ops->insert(net, set, elem, elem_priv);
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S7546 mov.w %d0,FP_SCR0_EX(%a6) # insert new exponent
9280 clr.l -(%sp) # insert zero low mantissa
9281 mov.l %d1,-(%sp) # insert new high mantissa
9287 mov.l %d1,-(%sp) # insert new low mantissa
9288 clr.l -(%sp) # insert zero high mantissa
9301 clr.l -(%sp) # insert new exponent
9302 mov.l &0x80000000,-(%sp) # insert new high mantissa
9303 mov.l %d0,-(%sp) # insert new lo mantissa
10183 fmov.l USER_FPCR(%a6),%fpcr # insert user's exceptions
10930 mov.w %d1, FTEMP_EX(%a0) # insert ne
[all...]
/linux-master/tools/power/pm-graph/
H A Dsleepgraph.py3411 blk.insert(0, blk.pop(first[0]))
4757 fulllist.insert(0, d)
4761 threadlist.insert(0, d)
/linux-master/net/ipv4/
H A Dtcp_input.c4985 goto insert;
4988 /* Find place to insert this segment. Handle overlaps on the way. */
5032 insert:

Completed in 521 milliseconds

12345