Home
last modified time | relevance | path

Searched refs:charges (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/Documentation/cgroups/
Dmemcg_test.txt110 (a) If the SwapCache is newly allocated and read, it has no charges.
147 In any cases, charges to this page should be 1/ 1.
221 - If OLDPAGE is anonymous, all charges will be dropped at (d) because
225 - If OLDPAGE is SwapCache, charges will be kept at (g) because
228 - If OLDPAGE is page-cache, charges will be kept at (g) because
382 9.9 Move charges at task migration
395 You can see charges have been moved by reading *.usage_in_bytes or
Dmemory.txt70 memory.move_charge_at_immigrate # set/show controls of moving charges
189 be backed into memory in force, charges for pages are accounted against the
367 You can move charges of a task along with task migration.
368 See 8. "Move charges at task migration"
377 Such charges are freed or moved to their parent. At moving, both of RSS
590 8. Move charges at task migration
592 Users can move charges associated with a task along with task migration, that
607 of charges should be moved. See 8.2 for details.
613 Note: It can take several seconds if you move charges much.
619 8.2 Type of charges which can be move
[all …]
/linux-3.4.99/Documentation/power/
Dpower_supply_class.txt50 All voltages, currents, charges, energies, time and temperatures in µV,
80 This defines trickle and fast charges. For batteries that
/linux-3.4.99/Documentation/filesystems/
Dlogfs.txt142 this and charges for the uncompressed size. Failing to do so could
/linux-3.4.99/drivers/isdn/hardware/eicon/
Dmessage.c6201 static byte charges[5] = {4, 0, 0, 0, 0}; in SendInfo() local
6246 for (j = 0; j < 4; j++) charges[1 + j] = 0; in SendInfo()
6248 for (k = 1, j++; j < ie[0] && k <= 4; j++, k++) charges[k] = ie[1 + j]; in SendInfo()
6251 Info_Element = charges; in SendInfo()