Home
last modified time | relevance | path

Searched refs:inactive (Results 1 – 25 of 154) sorted by relevance

1234567

/netbsd-src/regress/sys/uvm/pdsim/
H A Dnbsd.hs41 data Pageq = Pgq { active, inactive :: PageList } function
66 emptyq = Pgq { active = pglempty, inactive = pglempty }
75 nq = q { active = pglenqueue x $ active q, inactive = niaq }
77 (x,niaq) = pgldequeue $ inactive q
83 nq = q { active = naq, inactive = pglenqueue x $ inactive q }
92 (q { inactive = npgl },Map.delete x m) function
95 (x,npgl) = pgldequeue $ inactive q
108 inactlen = pglsize $ inactive q
133 enqueue i q = q { inactive = pglenqueue i $ inactive q }
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm_cde.h159 #define __arm_vcx1q_m(coproc, inactive, imm, pred) \ argument
160 __builtin_arm_vcx1q_p_v16qi(coproc, inactive, imm, pred)
164 #define __arm_vcx2q_m(coproc, inactive, n, imm, pred) \ argument
165 __builtin_arm_vcx2q_p_v16qi(coproc, inactive, n, imm, pred)
169 #define __arm_vcx3q_m(coproc, inactive, n, m, imm, pred) \ argument
170 __builtin_arm_vcx3q_p_v16qi(coproc, inactive, n, m, imm, pred)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm_cde.h159 #define __arm_vcx1q_m(coproc, inactive, imm, pred) \ argument
160 __builtin_arm_vcx1q_p_v16qi(coproc, inactive, imm, pred)
164 #define __arm_vcx2q_m(coproc, inactive, n, imm, pred) \ argument
165 __builtin_arm_vcx2q_p_v16qi(coproc, inactive, n, imm, pred)
169 #define __arm_vcx3q_m(coproc, inactive, n, m, imm, pred) \ argument
170 __builtin_arm_vcx3q_p_v16qi(coproc, inactive, n, m, imm, pred)
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A Darm_mve.td272 (select $pred, (not (splat (Scalar $imm))), $inactive),
294 (select $pred, (splat $s), $inactive), 1, "_n", PNT_NType, PNT_None>;
301 defvar PredIntCall = !con((PredInt $inactive, $base), paramsOut, (? $pred));
342 (IRInt<"mvn_predicated", [Vector, Predicate]> $a, $pred, $inactive)>;
346 (IRInt<"clz_predicated", [Vector, Predicate]> $a, $pred, $inactive)>;
351 (IRInt<"cls_predicated", [Vector, Predicate]> $a, $pred, $inactive)>;
370 (IRInt<name#"_predicated", [Vector, Predicate]> $a, $pred, $inactive),
377 (IRInt<name#"_predicated", [Vector, Predicate]> $a, $pred, $inactive)>;
393 def "": Intrinsic<Vector, (args Vector:$inactive, Vector:$a, Vector:$b,
399 (bitcast $inactive, UVector)), Vector)>;
[all …]
H A Darm_mve_defs.td519 // polymorph differently (typically because the type of the inactive
526 // The _m variant takes an initial parameter called $inactive, which
528 // inactive lanes in the predicated operation take their values from
530 def : Intrinsic<rettype, !con((args rettype:$inactive), arguments), cg>,
539 def : Intrinsic<rettype, arguments, (seq (undef rettype):$inactive, cg)>,
554 Intrinsic<rettype, !con((args rettype:$inactive), arguments), cg>,
561 Intrinsic<rettype, arguments, (seq (undef rettype):$inactive, cg)>,
/netbsd-src/sys/dist/pf/net/
H A Dpf_ioctl.c501 ruleset->rules[rs_num].inactive.ticket) in pf_get_pool()
504 rule = TAILQ_LAST(ruleset->rules[rs_num].inactive.ptr, in pf_get_pool()
507 rule = TAILQ_FIRST(ruleset->rules[rs_num].inactive.ptr); in pf_get_pool()
919 while ((rule = TAILQ_FIRST(rs->rules[rs_num].inactive.ptr)) != NULL) { in pf_begin_rules()
920 pf_rm_rule(rs->rules[rs_num].inactive.ptr, rule); in pf_begin_rules()
921 rs->rules[rs_num].inactive.rcount--; in pf_begin_rules()
923 *ticket = ++rs->rules[rs_num].inactive.ticket; in pf_begin_rules()
924 rs->rules[rs_num].inactive.open = 1; in pf_begin_rules()
937 if (rs == NULL || !rs->rules[rs_num].inactive.open || in pf_rollback_rules()
938 rs->rules[rs_num].inactive.ticket != ticket) in pf_rollback_rules()
[all …]
H A Dpf_ruleset.c153 ruleset->rules[i].inactive.ptr = &ruleset->rules[i].queues[1]; in pf_init_ruleset()
293 !TAILQ_EMPTY(ruleset->rules[i].inactive.ptr) || in pf_remove_if_empty_ruleset()
294 ruleset->rules[i].inactive.open) in pf_remove_if_empty_ruleset()
/netbsd-src/sys/uvm/
H A Duvm_stat.c59 int active, inactive; in uvmexp_print() local
62 uvm_estimatepageable(&active, &inactive); in uvmexp_print()
82 uvmexp.npages, active, inactive, uvmexp.wired, freepg); in uvmexp_print()
H A Duvm_bio.c84 (&ubc_object.inactive[(((u_long)(offset)) >> ubc_winshift) & \
104 TAILQ_ENTRY(ubc_map) inactive; /* inactive queue */
117 struct ubc_inactive_head *inactive; member
196 ubc_object.inactive = kmem_alloc(UBC_NQUEUES * in UBC_EVCNT_DEFINE()
199 TAILQ_INIT(&ubc_object.inactive[i]); in UBC_EVCNT_DEFINE()
204 TAILQ_INSERT_TAIL(&ubc_object.inactive[i & (UBC_NQUEUES - 1)], in UBC_EVCNT_DEFINE()
205 umap, inactive); in UBC_EVCNT_DEFINE()
554 TAILQ_REMOVE(UBC_QUEUE(offset), umap, inactive); in ubc_alloc()
721 inactive); in ubc_release()
727 inactive); in ubc_release()
H A Duvm_pdaemon.c959 int active, inactive; in uvm_reclaimable() local
984 uvm_estimatepageable(&active, &inactive); in uvm_reclaimable()
985 if (filepages >= MIN((active + inactive) >> 4, in uvm_reclaimable()
998 uvm_estimatepageable(int *active, int *inactive) in uvm_estimatepageable() argument
1001 uvmpdpol_estimatepageable(active, inactive); in uvm_estimatepageable()
H A Duvm_meter.c98 int active, inactive; in sysctl_vm_uvmexp2() local
100 uvm_estimatepageable(&active, &inactive); in sysctl_vm_uvmexp2()
111 u.inactive = inactive; in sysctl_vm_uvmexp2()
H A Duvm_pdpolicy_clock.c597 uvmpdpol_estimatepageable(int *active, int *inactive) in uvmpdpol_estimatepageable() argument
609 if (inactive) { in uvmpdpol_estimatepageable()
610 *inactive = s->s_inactive; in uvmpdpol_estimatepageable()
/netbsd-src/sys/ufs/lfs/
H A Dlfs_bio.c772 int active, inactive; in lfs_wait_pages() local
774 uvm_estimatepageable(&active, &inactive); in lfs_wait_pages()
775 return LFS_WAIT_RESOURCE(active + inactive + uvm_availmem(false), 1); in lfs_wait_pages()
781 int active, inactive; in lfs_max_pages() local
783 uvm_estimatepageable(&active, &inactive); in lfs_max_pages()
784 return LFS_MAX_RESOURCE(active + inactive + uvm_availmem(false), 1); in lfs_max_pages()
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Ddst_api.c1607 return key->inactive; in get_key_struct()
1611 dst_key_setinactive(dst_key_t *key, bool inactive) { in get_key_struct()
1614 key->inactive = inactive; in get_key_struct()
2536 * Ignore inactive time. in dst_key_role()
2549 bool ksk = false, zsk = false, inactive = false;
2556 inactive = (when <= now); in dst_key_is_published()
2577 * Ignore inactive time. in dst_key_is_published()
2580 inactive = false; in dst_key_is_published()
2594 * Ignore inactive tim in dst_key_is_active()
1641 dst_key_setinactive(dst_key_t * key,bool inactive) dst_key_setinactive() argument
2590 bool ksk = false, zsk = false, inactive = false; dst_key_is_active() local
2650 bool ksk = false, zsk = false, inactive = false; dst_key_is_signing() local
[all...]
H A Ddst_internal.h126 bool inactive; /*%< private key not present as it is
127 * inactive */
124 bool inactive; /*%< private key not present as it is global() member
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Ddst_api.c1610 key->inactive = false; in get_key_struct()
1619 return (key->inactive); in dst_key_inactive()
1623 dst_key_setinactive(dst_key_t *key, bool inactive) { in dst_key_setinactive() argument
1626 key->inactive = inactive; in dst_key_setinactive()
2576 bool ksk = false, zsk = false, inactive = false; in dst_key_is_active() local
2583 inactive = (when <= now); in dst_key_is_active()
2607 inactive = false; in dst_key_is_active()
2624 inactive = false; in dst_key_is_active()
2627 return (ds_ok && zrrsig_ok && time_ok && !inactive); in dst_key_is_active()
2636 bool ksk = false, zsk = false, inactive = false; in dst_key_is_signing() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMInstrMVE.td333 (VTI.Vec MQPR:$inactive))),
336 (VTI.Vec MQPR:$inactive)))>;
351 (? (VTI.Pred VCCR:$mask), (VTI.Vec MQPR:$inactive)))),
354 (VTI.Vec MQPR:$inactive)))>;
369 (VTI.Vec MQPR:$inactive))),
372 (VTI.Vec MQPR:$inactive)))>;
387 (? (VTI.Pred VCCR:$mask), (VTI.Vec MQPR:$inactive)))),
390 (VTI.Vec MQPR:$inactive)))>;
605 // what to put in its inactive lanes.
1575 revbits, (VTI.Pred VCCR:$pred), (VTI.Vec MQPR:$inactive))),
[all …]
H A DARMInstrCDE.td612 (VTI.Vec MQPR:$inactive), timm:$imm,
616 (VTI.Vec MQPR:$inactive)))>;
625 (VTI.Vec MQPR:$inactive),
631 (VTI.Vec MQPR:$inactive)))>;
641 (VTI.Vec MQPR:$inactive),
649 (VTI.Vec MQPR:$inactive)))>;
/netbsd-src/external/mpl/bind/dist/lib/isc/netmgr/
H A Dtlsstream.c145 * inactive, or the netmgr is closing: any operation on it should abort in tls_senddone()
149 inactive(isc_nmsocket_t *sock) { in tls_senddone()
328 if (!inactive(sock) && sock->tlsstream.state == TLS_IO) { in tls_process_outgoing()
364 if (shutting_down || inactive(sock)) { in tls_try_handshake()
1046 } else if (inactive(sock)) { in tcp_connected()
1109 } else if (inactive(sock)) { in isc__nm_tls_cancelread()
103 inactive(isc_nmsocket_t *sock) { inactive() function
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Daccount_usability.c94 if (ber_get_boolean( ber, &more_info.inactive ) == LBER_DEFAULT) goto exit; in ldap_parse_accountusability_control()
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dluks112 # state of keyslot; 0x00AC71F3~active 0x0000DEAD~inactive
115 >0 ubelong =0x0000DEAD inactive
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dberlin2cd-valve-steamlink.dts23 inactive-delay = <10>;
/netbsd-src/sys/dev/dm/doc/
H A Dlocking.txt139 * Switch table from inactive to active mode. Have to wait until io_cnt is 0.
179 * DM_TABLE_INACTIVE will return inactive table id.
/netbsd-src/doc/roadmaps/
H A Dports50 Code exists in the inactive EdgeBSD fork, targeting the Milkymist SoC.
/netbsd-src/share/examples/puffs/pgfs/
H A Dmount.c144 PUFFSOP_SET(pops, pgfs, node, inactive); in main()

1234567