Searched refs:activity (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Drwsem-spinlock.c33 sem->activity = 0;
68 sem->activity = -1;
97 sem->activity += woken;
112 sem->activity = -1;
135 if (sem->activity >= 0 && list_empty(&sem->wait_list)) {
137 sem->activity++;
179 if (sem->activity >= 0 && list_empty(&sem->wait_list)) {
181 sem->activity++;
201 if (sem->activity == 0 && list_empty(&sem->wait_list)) {
203 sem->activity
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Drwsem-spinlock.h26 * - if activity is 0 then there are no active readers or writers
27 * - if activity is +ve then that is the number of active readers
28 * - if activity is -1 then there is one active writer
32 __s32 activity; member in struct:rw_semaphore
74 return (sem->activity != 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/bcm43xx/
H A Dbcm43xx_leds.h59 void bcm43xx_leds_update(struct bcm43xx_private *bcm, int activity);
H A Dbcm43xx_leds.c173 void bcm43xx_leds_update(struct bcm43xx_private *bcm, int activity) argument
201 turn_on = activity;
H A Dbcm43xx_main.c92 MODULE_PARM_DESC(noleds, "Turn off all LED activity");
1583 int i, activity = 0; local
1667 /* We intentionally don't set "activity" to 1, here. */
1676 activity = 1;
1684 activity = 1;
1704 bcm43xx_leds_update(bcm, activity);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dcipso_ipv4.c79 u32 activity; member in struct:cipso_v4_map_cache_entry
312 * 1. The cache entry's activity counter is incremented
313 * 2. The previous (higher ranking) entry's activity counter is decremented
314 * 3. If the difference between the two activity counters is geater than
340 entry->activity += 1;
349 if (prev_entry->activity > 0)
350 prev_entry->activity -= 1;
351 if (entry->activity > prev_entry->activity &&
352 entry->activity
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/cxgb3/
H A Dadapter.h64 int activity; member in struct:port_info
H A Dcxgb3_main.c2403 pi->activity = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dhead.S354 bnz .Lwaitforirq # activity or status control
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/cdrom/
H A Dcdrom-standard.tex891 current playing activity of the drive; this can be polled through an

Completed in 213 milliseconds