Home
last modified time | relevance | path

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

12

/linux-2.6.39/arch/arm/mach-sa1100/include/mach/
Ddebug-macro.S30 @ if Ser3 is inactive, then try Ser1
35 @ if Ser1 is inactive, then try Ser2
/linux-2.6.39/drivers/net/bonding/
Dbonding.h198 inactive:1; /* indicates inactive slave */ member
381 slave->inactive = 1; in bond_set_slave_inactive_flags()
387 slave->inactive = 0; in bond_set_slave_active_flags()
392 return slave->inactive; in bond_is_slave_inactive()
Dbond_sysfs.c1587 slave->inactive = 0; in bonding_store_slaves_active()
1589 slave->inactive = 1; in bonding_store_slaves_active()
/linux-2.6.39/Documentation/ABI/stable/
Dsysfs-class-rfkill51 0: inactive
64 0: inactive
/linux-2.6.39/mm/
Dcompaction.c231 unsigned long active, inactive, isolated; in too_many_isolated() local
233 inactive = zone_page_state(zone, NR_INACTIVE_FILE) + in too_many_isolated()
240 return isolated > (inactive + active) / 2; in too_many_isolated()
Dvmscan.c1226 unsigned long inactive, isolated; in too_many_isolated() local
1235 inactive = zone_page_state(zone, NR_INACTIVE_FILE); in too_many_isolated()
1238 inactive = zone_page_state(zone, NR_INACTIVE_ANON); in too_many_isolated()
1242 return isolated > inactive; in too_many_isolated()
1599 unsigned long active, inactive; in inactive_anon_is_low_global() local
1602 inactive = zone_page_state(zone, NR_INACTIVE_ANON); in inactive_anon_is_low_global()
1604 if (inactive * zone->inactive_ratio < active) in inactive_anon_is_low_global()
1645 unsigned long active, inactive; in inactive_file_is_low_global() local
1648 inactive = zone_page_state(zone, NR_INACTIVE_FILE); in inactive_file_is_low_global()
1650 return (active > inactive); in inactive_file_is_low_global()
Dmemcontrol.c1017 unsigned long inactive; in calc_inactive_ratio() local
1021 inactive = mem_cgroup_get_local_zonestat(memcg, LRU_INACTIVE_ANON); in calc_inactive_ratio()
1024 gb = (inactive + active) >> (30 - PAGE_SHIFT); in calc_inactive_ratio()
1031 present_pages[0] = inactive; in calc_inactive_ratio()
1041 unsigned long inactive; in mem_cgroup_inactive_anon_is_low() local
1047 inactive = present_pages[0]; in mem_cgroup_inactive_anon_is_low()
1050 if (inactive * inactive_ratio < active) in mem_cgroup_inactive_anon_is_low()
1059 unsigned long inactive; in mem_cgroup_inactive_file_is_low() local
1061 inactive = mem_cgroup_get_local_zonestat(memcg, LRU_INACTIVE_FILE); in mem_cgroup_inactive_file_is_low()
1064 return (active > inactive); in mem_cgroup_inactive_file_is_low()
DKconfig236 See Documentation/vm/ksm.txt for more information: KSM is inactive
/linux-2.6.39/Documentation/timers/
Dtimer_stats.txt31 The timer_stats functionality is inactive on bootup.
/linux-2.6.39/drivers/atm/
DKconfig231 inactive, they will have only a modest impact on performance.
269 inactive, they will have only a modest impact on performance.
293 inactive, they will have only a modest impact on performance.
326 inactive, they will have only a modest impact on performance.
/linux-2.6.39/Documentation/vm/
Dunevictable-lru.txt216 active/inactive LRU lists for vmscan to deal with. vmscan checks for such
217 pages in all of the shrink_{active|inactive|page}_list() functions and will
349 page from the LRU, as it is likely on the appropriate active or inactive list
521 of the active or inactive LRU lists. This could happen if, for example, a task
602 recirculating it on the inactive list.
632 recycle the page on the inactive list and hope that it has better luck with the
656 active/inactive lru lists. Note that these pages do not have PageUnevictable
678 inactive lists to the appropriate zone's unevictable list.
681 after shrink_active_list() had moved them to the inactive list, or pages mapped
Dslub.txt212 The bytes of the object. If the object is inactive then the bytes
/linux-2.6.39/Documentation/ABI/testing/
Dsysfs-class-uwb_rc58 2 - scan while inactive
Dsysfs-devices-power159 inactive for a certain minimum period of time first. That
/linux-2.6.39/Documentation/sound/alsa/soc/
Ddapm.txt254 The last argument is 0 for inactive and 1 for active. This way the pin and its
259 the headphone jack can be marked inactive.
Dcodec.txt169 /* everything off except vref/vmid, inactive */
/linux-2.6.39/Documentation/serial/
Ddriver94 inactive.
119 line becoming inactive or the tty layer indicating we want
/linux-2.6.39/Documentation/console/
Dconsole.txt8 it may become inactive.
/linux-2.6.39/Documentation/video4linux/
Dv4l2-controls.txt385 on, then the Chroma Gain control is inactive. That is, you may set it, but
656 3) Trying to set volatile inactive controls should result in -EACCESS.
659 to store the state of the controls can then skip volatile inactive controls.
/linux-2.6.39/Documentation/
Dmd.txt270 inactive
284 When written to inactive array, starts without resync
291 When written to inactive array, starts with resync
Dunshare.txt92 allocated inactive task) unshare had to make minor reorganizational
/linux-2.6.39/Documentation/spi/
Dspi-summary120 active. So the master must set the clock to inactive before selecting
398 + whether the chipselect becomes inactive after a transfer and
/linux-2.6.39/drivers/message/i2o/
DREADME.ioctl46 IOP unit is active, and NULL if it is inactive or non-existent.
/linux-2.6.39/Documentation/i2o/
Dioctl46 IOP unit is active, and NULL if it is inactive or non-existent.
/linux-2.6.39/Documentation/isdn/
DREADME287 All inactive physical lines are listening to all EAZs for incoming
308 For an outgoing call, the inactive physical lines are searched.

12