/linux-2.6.39/arch/arm/mach-sa1100/include/mach/ |
D | debug-macro.S | 30 @ if Ser3 is inactive, then try Ser1 35 @ if Ser1 is inactive, then try Ser2
|
/linux-2.6.39/drivers/net/bonding/ |
D | bonding.h | 198 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()
|
D | bond_sysfs.c | 1587 slave->inactive = 0; in bonding_store_slaves_active() 1589 slave->inactive = 1; in bonding_store_slaves_active()
|
/linux-2.6.39/Documentation/ABI/stable/ |
D | sysfs-class-rfkill | 51 0: inactive 64 0: inactive
|
/linux-2.6.39/mm/ |
D | compaction.c | 231 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()
|
D | vmscan.c | 1226 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()
|
D | memcontrol.c | 1017 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()
|
D | Kconfig | 236 See Documentation/vm/ksm.txt for more information: KSM is inactive
|
/linux-2.6.39/Documentation/timers/ |
D | timer_stats.txt | 31 The timer_stats functionality is inactive on bootup.
|
/linux-2.6.39/drivers/atm/ |
D | Kconfig | 231 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/ |
D | unevictable-lru.txt | 216 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
|
D | slub.txt | 212 The bytes of the object. If the object is inactive then the bytes
|
/linux-2.6.39/Documentation/ABI/testing/ |
D | sysfs-class-uwb_rc | 58 2 - scan while inactive
|
D | sysfs-devices-power | 159 inactive for a certain minimum period of time first. That
|
/linux-2.6.39/Documentation/sound/alsa/soc/ |
D | dapm.txt | 254 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.
|
D | codec.txt | 169 /* everything off except vref/vmid, inactive */
|
/linux-2.6.39/Documentation/serial/ |
D | driver | 94 inactive. 119 line becoming inactive or the tty layer indicating we want
|
/linux-2.6.39/Documentation/console/ |
D | console.txt | 8 it may become inactive.
|
/linux-2.6.39/Documentation/video4linux/ |
D | v4l2-controls.txt | 385 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/ |
D | md.txt | 270 inactive 284 When written to inactive array, starts without resync 291 When written to inactive array, starts with resync
|
D | unshare.txt | 92 allocated inactive task) unshare had to make minor reorganizational
|
/linux-2.6.39/Documentation/spi/ |
D | spi-summary | 120 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/ |
D | README.ioctl | 46 IOP unit is active, and NULL if it is inactive or non-existent.
|
/linux-2.6.39/Documentation/i2o/ |
D | ioctl | 46 IOP unit is active, and NULL if it is inactive or non-existent.
|
/linux-2.6.39/Documentation/isdn/ |
D | README | 287 All inactive physical lines are listening to all EAZs for incoming 308 For an outgoing call, the inactive physical lines are searched.
|