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

12345

/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.c4984 goto insert;
4987 /* Find place to insert this segment. Handle overlaps on the way. */
5031 insert:
/linux-master/net/netfilter/
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);

Completed in 183 milliseconds

12345