Searched refs:charge (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Daslsupport.y22 * 2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a
H A Daslhelpers.y22 * 2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a
H A Daslcstyle.y22 * 2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a
H A Daslrules.y24 * 2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a
H A Daslkeywords.y22 * 2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a
H A Dasltypes.y22 * 2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a
H A Dasltokens.y22 * 2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a
H A Daslresources.y24 * 2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a
H A Daslprimaries.y24 * 2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a
/freebsd-11-stable/sys/vm/
H A Ddefault_pager.c99 object->charge = size;
H A Dvm_object.c266 object->charge = 0;
693 * Release the allocation charge.
696 swap_release_by_cred(object->charge, object->cred);
697 object->charge = 0;
1432 new_object->charge = ptoa(size);
1433 KASSERT(orig_object->charge >= ptoa(size),
1434 ("orig_object->charge < 0"));
1435 orig_object->charge -= ptoa(size);
2187 * Account for the charge.
2206 prev_object->charge
[all...]
H A Dvm_object.h169 vm_ooffset_t charge; member in struct:vm_object
H A Dvm_map.c1726 object->charge = entry->end - entry->start;
1736 entry->object.vm_object->charge = entry->end - entry->start;
1806 object->charge = entry->end - entry->start;
1816 entry->object.vm_object->charge = entry->end - entry->start;
2101 KASSERT(obj->charge == 0,
2112 obj->charge = ptoa(obj->size);
3035 KASSERT(object->charge >= ptoa(size1),
3036 ("object %p charge < 0", object));
3039 object->charge -= ptoa(size1);
3279 src_object->charge
[all...]
H A Dvm_fault.c1636 dst_object->charge = dst_entry->end - dst_entry->start;
1648 ("vm_fault_copy_entry: leaked swp charge"));
1651 *fork_charge += dst_object->charge;
H A Dswap_pager.c584 object->charge = size;
/freebsd-11-stable/sys/powerpc/powermac/
H A Dpmuvar.h171 int charge; member in struct:pmu_battstate
H A Dpmu.c467 "charge", CTLTYPE_INT | CTLFLAG_RD, sc,
469 "I", "Battery charge (mAh)");
907 info->charge = resp[3];
922 info->charge = (resp[3] << 8) | resp[4];
1039 result = batt.charge;
1051 /* Time remaining until full charge/discharge, in minutes */
1054 result = (batt.maxcharge - batt.charge) /* mAh */ * 60
1057 result = (batt.charge /* mAh */ * 60)
1061 /* Battery charge fraction, in percent */
1062 result = (batt.charge * 10
[all...]
/freebsd-11-stable/contrib/ncurses/
H A Ddist.mk4 # Permission is hereby granted, free of charge, to any person obtaining a #
/freebsd-11-stable/sys/kern/
H A Duipc_shm.c490 object->charge -= delta;
498 object->charge += delta;
/freebsd-11-stable/sys/dev/md/
H A Dmd.c1512 sc->object->charge = IDX_TO_OFF(newpages);
1532 sc->object->charge = IDX_TO_OFF(newpages);

Completed in 148 milliseconds