Home
last modified time | relevance | path

Searched refs:activity (Results 1 – 25 of 73) sorted by relevance

123

/linux-3.4.99/lib/
Drwsem-spinlock.c26 ret = (sem->activity != 0); in rwsem_is_locked()
46 sem->activity = 0; in __init_rwsem()
82 sem->activity = -1; in __rwsem_do_wake()
111 sem->activity += woken; in __rwsem_do_wake()
126 sem->activity = -1; in __rwsem_wake_one_writer()
150 if (sem->activity >= 0 && list_empty(&sem->wait_list)) { in __down_read()
152 sem->activity++; in __down_read()
194 if (sem->activity >= 0 && list_empty(&sem->wait_list)) { in __down_read_trylock()
196 sem->activity++; in __down_read_trylock()
217 if (sem->activity == 0 && list_empty(&sem->wait_list)) { in __down_write_nested()
[all …]
/linux-3.4.99/Documentation/trace/
Devents-kmem.txt21 Heavy activity for these events may indicate that a specific cache is
47 a simple indicator of page allocator activity. Pages may be allocated from
52 amounts of activity imply high activity on the zone->lock. Taking this lock
57 is triggered. Significant amounts of activity here could indicate that the
62 freed in batch with a page list. Significant amounts of activity here could
/linux-3.4.99/include/linux/
Drwsem-spinlock.h24 __s32 activity; member
/linux-3.4.99/drivers/staging/telephony/
DTODO9 If no module activity occurs before version 3.6 is released, this
/linux-3.4.99/Documentation/input/
Dntrig.txt31 min_width both to decide activation and during activity
34 propagating the end of activity events
47 sensor_logical_height the range for positions reported during activity
76 seem to have different profiles. Ghost activity typically shows up as small
/linux-3.4.99/net/ipv4/
Dcipso_ipv4.c83 u32 activity; member
336 entry->activity += 1; in cipso_v4_cache_check()
346 if (prev_entry->activity > 0) in cipso_v4_cache_check()
347 prev_entry->activity -= 1; in cipso_v4_cache_check()
348 if (entry->activity > prev_entry->activity && in cipso_v4_cache_check()
349 entry->activity - prev_entry->activity > in cipso_v4_cache_check()
/linux-3.4.99/arch/cris/
DKconfig347 connection and will flash off when there is activity.
350 there is activity.
352 This setting will also affect the behaviour of other activity LEDs
359 connection and will flash off when there is activity.
362 there is activity.
364 This setting will also affect the behaviour of other activity LEDs
/linux-3.4.99/net/sunrpc/
DKconfig49 logging of different aspects of the kernel RPC activity.
/linux-3.4.99/Documentation/networking/
Dsctp.txt26 module removal of lksctp is not yet a safe activity.
Dnetdevices.txt105 NAPI activity to cease.
/linux-3.4.99/Documentation/
Ddmaengine.txt148 activity via other DMA engine calls not covered in this document.
170 This causes all activity for the DMA channel to be stopped, and may
176 This pauses activity on the DMA channel without data loss.
/linux-3.4.99/Documentation/devicetree/bindings/gpio/
Dled.txt21 "ide-disk" - LED indicates disk activity
/linux-3.4.99/drivers/ata/
Dahci.h269 unsigned long activity; member
Dlibahci.c856 emp->activity++; in ahci_sw_activity()
879 if (emp->saved_activity != emp->activity) { in ahci_sw_activity_blink()
880 emp->saved_activity = emp->activity; in ahci_sw_activity_blink()
912 emp->saved_activity = emp->activity = 0; in ahci_init_sw_activity()
/linux-3.4.99/arch/mips/sibyte/
DKconfig162 buffer activity. Raw buffer data is dumped to console, and
/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb3/
Dadapter.h76 int activity; member
/linux-3.4.99/Documentation/usb/
Diuu_phoenix.txt63 So I have added this option to permit him to see a lot of color ( each activity change the color
/linux-3.4.99/Documentation/fb/
Dsh7760fb.txt21 b) during PCMCIA (or any other slow bus) activity.
/linux-3.4.99/drivers/net/wireless/brcm80211/brcmfmac/
Ddhd_sdio.c521 bool activity; /* Activity flag for clock down */ member
778 bus->activity = true; in brcmf_sdbrcm_htclk()
831 bus->activity = true; in brcmf_sdbrcm_clkctl()
844 bus->activity = true; in brcmf_sdbrcm_clkctl()
2590 bus->activity = false; in brcmf_sdbrcm_dpc()
2992 bus->activity = false; in brcmf_sdbrcm_bus_txctl()
3628 if (bus->activity) { in brcmf_sdbrcm_bus_watchdog()
3629 bus->activity = false; in brcmf_sdbrcm_bus_watchdog()
Dusb.c115 bool activity; member
290 devinfo->activity = true; in brcmf_usb_send_ctl()
725 devinfo->activity = true; in brcmf_usb_up()
/linux-3.4.99/Documentation/vm/
Dksm.txt78 pages_volatile embraces several different kinds of activity, but a high
/linux-3.4.99/tools/perf/Documentation/
Dperf-script-python.txt341 rw-by-file <comm> r/w activity for a program, by file
342 rw-by-pid system-wide r/w activity
407 rw-by-file <comm> r/w activity for a program, by file
408 rw-by-pid system-wide r/w activity
/linux-3.4.99/drivers/isdn/i4l/
DKconfig43 activity (i.e. which packets will reset the idle timer or bring up
/linux-3.4.99/Documentation/hwmon/
Dsmm66580 and/or other activity. Triggered signals can include HEALTHY, RST, Power Off,
/linux-3.4.99/Documentation/scsi/
Dibmmca.txt480 devices that are accessed. It shows activity and easyfies debugging.
807 1) Added Jim Shorney's contribution to make the activity indicator
810 commandline parameter is added, called 'activity'.
887 connected to the system. You can get rid of all display activity, if
888 you do not use any parameter or just ibmmcascsi=activity, for the
889 harddrive activity LED, existent on all PS/2, except models 8595-XXX.
975 showing the activity during the probing phase of the
995 activity This enables the PS/2 harddisk LED activity indicator.
999 LED panel and the activity indicator in parallel. However,
1001 activity indicator, which means, that you must use the
[all …]

123