HomeSort by: relevance | last modified time | path
    Searched refs:inactive (Results 1 - 25 of 69) sorted by relevancy

1 2 3

  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm_cde.h 159 #define __arm_vcx1q_m(coproc, inactive, imm, pred) \
160 __builtin_arm_vcx1q_p_v16qi(coproc, inactive, imm, pred)
164 #define __arm_vcx2q_m(coproc, inactive, n, imm, pred) \
165 __builtin_arm_vcx2q_p_v16qi(coproc, inactive, n, imm, pred)
169 #define __arm_vcx3q_m(coproc, inactive, n, m, imm, pred) \
170 __builtin_arm_vcx3q_p_v16qi(coproc, inactive, n, m, imm, pred)
  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
arm_cde.h 159 #define __arm_vcx1q_m(coproc, inactive, imm, pred) \
160 __builtin_arm_vcx1q_p_v16qi(coproc, inactive, imm, pred)
164 #define __arm_vcx2q_m(coproc, inactive, n, imm, pred) \
165 __builtin_arm_vcx2q_p_v16qi(coproc, inactive, n, imm, pred)
169 #define __arm_vcx3q_m(coproc, inactive, n, m, imm, pred) \
170 __builtin_arm_vcx3q_p_v16qi(coproc, inactive, n, m, imm, pred)
  /src/sys/uvm/
uvm_stat.c 59 int active, inactive; local
62 uvm_estimatepageable(&active, &inactive);
81 (*pr)(" %d VM pages: %d active, %d inactive, %d wired, %d free\n",
82 uvmexp.npages, active, inactive, uvmexp.wired, freepg);
uvm_bio.c 84 (&ubc_object.inactive[(((u_long)(offset)) >> ubc_winshift) & \
104 TAILQ_ENTRY(ubc_map) inactive; /* inactive queue */
117 struct ubc_inactive_head *inactive; member in struct:ubc_object
118 /* inactive queues for ubc_map's */
176 * init inactive queues.
196 ubc_object.inactive = kmem_alloc(UBC_NQUEUES *
199 TAILQ_INIT(&ubc_object.inactive[i]);
204 TAILQ_INSERT_TAIL(&ubc_object.inactive[i & (UBC_NQUEUES - 1)],
205 umap, inactive);
554 TAILQ_REMOVE(UBC_QUEUE(offset), umap, inactive); local
    [all...]
uvm_pdaemon.c 100 * in a pass thru the inactive list when swap is full. the value should be
101 * "small"... if it's too large we'll cycle the active pages thru the inactive
292 * now recompute inactive count
638 * => we work on meeting our free target by converting inactive pages
828 * inactive queue.
911 * by converting inactive pages into free pages. then we work on
912 * meeting our inactive target by converting active pages to
913 * inactive ones.
961 int active, inactive; local
986 uvm_estimatepageable(&active, &inactive);
    [all...]
uvm_meter.c 98 int active, inactive; local
100 uvm_estimatepageable(&active, &inactive);
111 u.inactive = inactive;
uvm_pdpolicy_clock.c 127 #define PQ_INACTIVE 0x00000010 /* page is in inactive list */
365 * our inactive target.
427 * if there's a shortage of inactive pages, deactivate.
597 uvmpdpol_estimatepageable(int *active, int *inactive)
609 if (inactive) {
610 *inactive = s->s_inactive;
878 SYSCTL_DESCR("Percentage of inactive queue of "
879 "the entire (active + inactive) queue"));
  /src/external/bsd/openldap/dist/libraries/libldap/
account_usability.c 94 if (ber_get_boolean( ber, &more_info.inactive ) == LBER_DEFAULT) goto exit;
  /src/sys/dist/pf/net/
pf_ioctl.c 501 ruleset->rules[rs_num].inactive.ticket)
504 rule = TAILQ_LAST(ruleset->rules[rs_num].inactive.ptr,
507 rule = TAILQ_FIRST(ruleset->rules[rs_num].inactive.ptr);
919 while ((rule = TAILQ_FIRST(rs->rules[rs_num].inactive.ptr)) != NULL) {
920 pf_rm_rule(rs->rules[rs_num].inactive.ptr, rule);
921 rs->rules[rs_num].inactive.rcount--;
923 *ticket = ++rs->rules[rs_num].inactive.ticket;
924 rs->rules[rs_num].inactive.open = 1;
937 if (rs == NULL || !rs->rules[rs_num].inactive.open ||
938 rs->rules[rs_num].inactive.ticket != ticket
    [all...]
pf_ruleset.c 153 ruleset->rules[i].inactive.ptr = &ruleset->rules[i].queues[1];
293 !TAILQ_EMPTY(ruleset->rules[i].inactive.ptr) ||
294 ruleset->rules[i].inactive.open)
  /src/sys/ufs/lfs/
lfs_bio.c 814 int active, inactive; local
816 uvm_estimatepageable(&active, &inactive);
817 return LFS_WAIT_RESOURCE(active + inactive + uvm_availmem(false), 1);
823 int active, inactive; local
825 uvm_estimatepageable(&active, &inactive);
826 return LFS_MAX_RESOURCE(active + inactive + uvm_availmem(false), 1);
  /src/usr.bin/make/unit-tests/
directive-for-break.mk 40 # lines from inactive branches are only parsed as far as necessary to see
  /src/external/mpl/bind/dist/bin/tests/system/ksr/
tests_ksr.py 417 inactive = key.get_timing("Inactive", must_exist=False) variable
420 if inactive is not None and inception >= inactive:
465 inactive = key.get_timing("Inactive", must_exist=False) variable
468 if inactive is not None and inception >= inactive:
518 inactive = key.get_timing("Inactive", must_exist=False variable
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
dst_api.c 1610 key->inactive = false;
1619 return (key->inactive);
1623 dst_key_setinactive(dst_key_t *key, bool inactive) {
1626 key->inactive = inactive;
2250 printtime(key, DST_TIME_INACTIVE, "; Inactive", fp);
2563 * Ignore inactive time.
2576 bool ksk = false, zsk = false, inactive = false; local
2583 inactive = (when <= now);
2604 * Ignore inactive time
2636 bool ksk = false, zsk = false, inactive = false; local
    [all...]
  /src/external/mpl/bind/dist/lib/dns/
dst_api.c 1594 return key->inactive;
1598 dst_key_setinactive(dst_key_t *key, bool inactive) {
1601 key->inactive = inactive;
2192 printtime(key, DST_TIME_INACTIVE, "; Inactive", fp);
2499 * Ignore inactive time.
2512 bool ksk = false, zsk = false, inactive = false; local
2519 inactive = (when <= now);
2540 * Ignore inactive time.
2543 inactive = false
2572 bool ksk = false, zsk = false, inactive = false; local
    [all...]
keymgr.c 313 * No inactive time and no lifetime,
441 uint32_t inactive; local
443 if (ISC_OVERFLOW_ADD(a, lifetime, &inactive)) {
444 log_key_overflow(key->key, "inactive");
445 inactive = UINT32_MAX;
447 dst_key_settime(key->key, DST_TIME_INACTIVE, inactive);
2043 uint32_t inactive; local
2045 if (ISC_OVERFLOW_ADD(active, lifetime, &inactive)) {
2046 log_key_overflow(new_key->key, "inactive");
2047 inactive = UINT32_MAX
2896 isc_stdtime_t active = 0, published = 0, inactive = 0, local
    [all...]
dst_internal.h 125 bool inactive; /*%< private key not present as it is member in struct:dst_key
126 * inactive */
  /src/external/mpl/bind/dist/bin/dnssec/
dnssec-keyfromlabel.c 142 isc_stdtime_t inactive = 0, deltime = 0; local
300 inactive = strtotime(isc_commandline_argument, now, now,
544 fatal("Key %s becomes inactive\n\t"
682 dst_key_settime(key, DST_TIME_INACTIVE, inactive);
dnssec-keygen.c 112 isc_stdtime_t inactive; member in struct:keygen_ctx
484 fatal("Key %s becomes inactive\n\t"
719 ctx->inactive);
724 ctx->deltime < ctx->inactive)
730 "made inactive.\n",
1098 ctx.inactive = strtotime(isc_commandline_argument,
  /src/crypto/external/bsd/openssh/dist/
log.c 572 goto inactive;
577 /* Hysteresis period expired, transition to inactive */
579 inactive:
  /src/external/mpl/dhcp/dist/client/scripts/
macos 196 ifconfig ${interface} | grep inactive &> /dev/null
  /src/share/examples/puffs/pgfs/
mount.c 144 PUFFSOP_SET(pops, pgfs, node, inactive);
  /src/tests/fs/puffs/h_dtfs/
dtfs.c 208 PUFFSOP_SET(pops, dtfs, node, inactive);
  /src/usr.sbin/puffs/mount_9p/
ninepuffs.c 241 PUFFSOP_SET(pops, puffs9p, node, inactive);
  /src/external/gpl2/lvm2/dist/test/
t-mirror-basic.sh 196 for status in active inactive; do
197 # bz192865 lvconvert log of an inactive mirror lv
201 test $status = "inactive" && lvchange -an $vg/$lv1
209 test $status = "inactive" && lvchange -an $vg/$lv1
274 #COMM "force resync 2-way inactive mirror"

Completed in 36 milliseconds

1 2 3