Searched refs:sane (Results 1 - 12 of 12) sorted by relevance

/linux-master/tools/perf/tests/shell/
H A Dscript.sh17 sane=$(echo "${temp_dir}" | cut -b 1-21)
18 if [ "${sane}" = "/tmp/perf-test-script" ] ; then
H A Dtest_intel_pt.sh32 sane=$(echo "${temp_dir}" | cut -b 1-26)
33 if [ "${sane}" = "/tmp/perf-test-intel-pt-sh" ] ; then
/linux-master/net/netfilter/
H A Dnf_conntrack_sane.c5 * http://www.sane-project.org/html/doc015.html
30 #define HELPER_NAME "sane"
169 static struct nf_conntrack_helper sane[MAX_PORTS * 2] __read_mostly;
178 nf_conntrack_helpers_unregister(sane, ports_c * 2);
193 nf_ct_helper_init(&sane[2 * i], AF_INET, IPPROTO_TCP,
197 nf_ct_helper_init(&sane[2 * i + 1], AF_INET6, IPPROTO_TCP,
203 ret = nf_conntrack_helpers_register(sane, ports_c * 2);
/linux-master/Documentation/trace/
H A Dfunction-graph-fold.vim9 " relatively sane even through a context switch.
/linux-master/drivers/infiniband/hw/hfi1/
H A Dsdma.c1682 int sane; local
1691 sane = (hwhead >= swhead) & (hwhead <= swtail);
1694 sane = ((hwhead >= swhead) && (hwhead < cnt)) ||
1698 sane = (hwhead == swhead);
1700 if (unlikely(!sane)) {
/linux-master/arch/powerpc/include/asm/
H A Dkvm_host.h760 u8 sane; member in struct:kvmppc_slb::kvm_vcpu_arch
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_iba7220.c4267 int sane; local
4287 sane = (hwhead >= swhead) & (hwhead <= swtail);
4290 sane = ((hwhead >= swhead) && (hwhead < cnt)) ||
4294 sane = (hwhead == swhead);
4297 if (unlikely(!sane)) {
H A Dqib_iba7322.c5557 /* on link down, ensure sane pcs state */
6883 int sane; local
6903 sane = (hwhead >= swhead) & (hwhead <= swtail);
6906 sane = ((hwhead >= swhead) && (hwhead < cnt)) ||
6910 sane = (hwhead == swhead);
6912 if (unlikely(!sane)) {
/linux-master/arch/powerpc/kvm/
H A Dbook3s_pr.c1821 if (!vcpu->arch.sane) {
H A Dbooke.c765 if (!vcpu->arch.sane) {
H A Dpowerpc.c277 vcpu->arch.sane = r;
H A Dbook3s_hv.c4928 if (!vcpu->arch.sane) {

Completed in 333 milliseconds