Searched refs:after (Results 126 - 147 of 147) sorted by relevance

123456

/linux-master/include/linux/
H A Dnfs_xdr.h187 u64 after; member in struct:nfs4_change_info
/linux-master/arch/powerpc/xmon/
H A Dxmon.c188 const char *after);
3722 const char *after)
3746 printf("%s", after);
3721 xmon_print_symbol(unsigned long address, const char *mid, const char *after) argument
/linux-master/arch/m68k/fpsp040/
H A Dsetox.S112 | d) It is important to estimate how large can |R| be after
/linux-master/arch/x86/crypto/
H A Dchacha-avx2-x86_64.S47 # rearrange the words after each round.
H A Dchacha-avx512vl-x86_64.S37 # rearrange the words after each round.
H A Daesni-intel_asm.S673 # Set r10 to be the amount of data left in CYPH_PLAIN_IN after filling
709 # Set r10 to be the amount of data left in CYPH_PLAIN_IN after filling
H A Daesni-intel_avx-x86_64.S600 data right after the AAD (the ICV, and maybe some CT), we can
754 # Set r10 to be the amount of data left in CYPH_PLAIN_IN after filling
790 # Set r10 to be the amount of data left in CYPH_PLAIN_IN after filling
/linux-master/arch/sparc/kernel/
H A Dentry.S238 or %l0, PSR_PIL, %g2 ! restore PIL after handler_irq
/linux-master/net/mptcp/
H A Doptions.c589 /* passive sockets msk will set the 'can_ack' after accept(), even
1026 if (unlikely(cur_seq32 > old_seq32 && after(old_seq32, cur_seq32)))
1063 /* this assumes mptcp_incoming_options() is invoked after tcp_ack() */
/linux-master/tools/testing/selftests/net/
H A Dfib_nexthops.sh506 log_test $? 0 "Fdb entry after deleting a single nexthop"
512 log_test $? 254 "Fdb entry after deleting a nexthop group"
586 log_test $? 0 "Fdb entry after deleting a single nexthop"
592 log_test $? 254 "Fdb entry after deleting a nexthop group"
960 log_test $? 0 "Nexthop group updated after replace"
963 log_test $? 0 "Nexthop buckets updated after replace"
986 log_test $? 0 "Nexthop group updated after replace - nECMP"
989 log_test $? 0 "Nexthop buckets updated after replace - nECMP"
1092 log_test $? 0 "IPv6 route using a group after removing v4 gateways"
1107 log_test $? 0 "IPv6 route using a group after replacin
[all...]
H A Dtest_vxlan_mdb.sh338 log_test $? 0 "MDB entry presence after addition"
343 log_test $? 0 "MDB entry presence after replacement"
348 log_test $? 254 "MDB entry presence after deletion"
551 log_test $? 0 "(*, G) MDB entry presence after addition"
553 log_test $? 0 "(S, G) MDB entry presence after addition"
558 log_test $? 0 "(*, G) MDB entry presence after replacement"
560 log_test $? 0 "(S, G) MDB entry presence after replacement"
565 log_test $? 254 "(*, G) MDB entry presence after deletion"
567 log_test $? 254 "(S, G) MDB entry presence after deletion"
576 log_test $? 0 "(*, G) MDB entry after replacin
[all...]
H A Dfib_tests.sh805 # Expire route after $EXPIRE seconds
823 # Expire route after $EXPIRE seconds
841 # Expire route after $EXPIRE seconds
854 # Expire route after $EXPIRE seconds
2614 -P Pause after each test before cleanup
H A Dfcnal-test.sh82 # set after namespace create
1928 log_test_addr ${a} $? 0 "Raw socket bind to local address after device bind"
1970 log_test_addr ${a} $? 0 "TCP socket bind to local address after device bind"
1997 log_test_addr ${a} $? 0 "Raw socket bind to local address after device bind"
2000 log_test_addr ${a} $? 0 "Raw socket bind to local address after VRF bind"
2007 log_test_addr ${a} $? 1 "Raw socket bind to out of scope address after VRF bind"
2015 log_test_addr ${a} $? 0 "Raw socket bind to nonlocal address after VRF bind"
2019 log_test_addr ${a} $? 0 "TCP socket bind to nonlocal address after VRF bind"
2023 log_test_addr ${a} $? 0 "ICMP socket bind to nonlocal address after VRF bind"
2031 log_test_addr ${a} $? 1 "ICMP socket bind to broadcast address after VR
[all...]
/linux-master/tools/power/pm-graph/
H A Dsleepgraph.py1118 before, after = self.cmd1[name], self.dictify(info, delta)
1122 if key in after and before[key] != after[key]:
1126 (title, before[key].strip(), after[key].strip())
1128 dinfo += '%10s (start) : %s\n%10s (after) : %s\n' % \
1129 (title, before[key], title, after[key])
1473 'TASKFAIL': r'.*Freezing .*after *.*',
2206 '.* returned (?P<r>[0-9]*) after (?P<dt>[0-9]*) usecs', line)
2209 '.* returned (?P<r>[0-9]*) after (?P<dt>[0-9]*) usecs', line)
2212 '(?P<f>.*)\+ returned .* after (
[all...]
/linux-master/fs/nfs/
H A Dnfs4proc.c672 * be recomputed after migration recovery has completed.
894 * Retry the call after bumping the sequence ID.
933 * Restart the search after a delay.
1254 if (cinfo->after == change_attr)
1258 if ((s64)(change_attr - cinfo->after) >= 0)
1262 inode_set_iversion_raw(inode, cinfo->after);
2219 * reclaim state on the server after a reboot.
2717 else if (o_res->cinfo.before != o_res->cinfo.after)
2720 inode_peek_iversion_raw(dir) != o_res->cinfo.after)
2745 * reclaim state on the server after
[all...]
H A Dnfs4xdr.c4332 xdr_decode_hyper(p, &cinfo->after);
/linux-master/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c841 after(csk->write_seq, (csk->snd_una + csk->snd_win / 2))))
/linux-master/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c870 * created only after 3 way handshake is done.
1459 * snd_isn here is the ISN after the SYN, i.e., the true ISN + 1.
1641 if (tp->urg_data && !after(urg_seq, tp->urg_seq))
2202 * message after the socket has closed.
/linux-master/scripts/
H A Dget_maintainer.pl1107 may not work because of additional output after <email address>.
2543 # comment. We must allow for rfc822_lwsp (or comments) after each of these.
/linux-master/arch/m68k/ifpsp060/src/
H A Dpfpsp.S33 # after _060FPSP_TABLE.
749 frestore FP_SRC(%a6) # do this after fmovm,other f<op>s!
768 frestore FP_SRC(%a6) # do this after fmovm,other f<op>s!
964 # if our emulation, after re-doing the operation, decided that
997 # if our emulation, after re-doing the operation, decided that
1011 frestore FP_SRC(%a6) # do this after fmovm,other f<op>s!
1042 frestore FP_SRC(%a6) # do this after fmovm,other f<op>s!
5390 # norm() - normalize mantissa after adjusting exponent #
5887 # make a copy of FTEMP_LO and place the g,r,s bits directly after it
5891 mov.l %d0, GRS(%a6) # place g,r,s after i
[all...]
H A Dfpsp.S34 # after _060FPSP_TABLE.
750 frestore FP_SRC(%a6) # do this after fmovm,other f<op>s!
769 frestore FP_SRC(%a6) # do this after fmovm,other f<op>s!
965 # if our emulation, after re-doing the operation, decided that
998 # if our emulation, after re-doing the operation, decided that
1012 frestore FP_SRC(%a6) # do this after fmovm,other f<op>s!
1043 frestore FP_SRC(%a6) # do this after fmovm,other f<op>s!
4006 # - Next PC - => PC of instr to execute after exc handling
6876 # after Step 3.2. #
14628 # Do addition after scalin
[all...]
H A Dfplsp.S6770 # after Step 3.2. #

Completed in 449 milliseconds

123456