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

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Drwsem-spinlock.c26 ret = (sem->activity != 0);
46 sem->activity = 0;
82 sem->activity = -1;
111 sem->activity += woken;
126 sem->activity = -1;
150 if (sem->activity >= 0 && list_empty(&sem->wait_list)) {
152 sem->activity++;
194 if (sem->activity >= 0 && list_empty(&sem->wait_list)) {
196 sem->activity++;
217 if (sem->activity
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A Dapp.h50 /*virtual*/ void CF_ObserveMainRunLoopBeforeWaiting(CFRunLoopObserverRef observer, int activity);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-egalax.c33 bool activity; /* at least one active finger previously? */ member in struct:egalax_data
136 if (!td->first && td->activity) {
145 * and there previously was finger activity, this is a release
147 if (td->first && td->activity) {
149 td->activity = false;
155 /* touchscreen emulation: if no previous activity, emit touch event */
156 if (!td->activity) {
158 td->activity = true;
H A Dhid-mosart.c35 bool activity; /* at least one active finger previously? */ member in struct:mosart_data
119 * and there previously was finger activity, this is a release
121 if (!td->first && !td->activity_now && td->activity) {
123 td->activity = false;
137 /* if there was no previous activity, emit touch event */
138 if (!td->activity) {
140 td->activity = true;
206 td->activity = false;
H A Dhid-quanta.c32 bool activity; /* at least one active finger previously? */ member in struct:quanta_data
115 * and there previously was finger activity, this is a release
117 if (!td->first && !td->activity_now && td->activity) {
119 td->activity = false;
133 /* if there was no previous activity, emit touch event */
134 if (!td->activity) {
136 td->activity = true;
202 td->activity = false;
H A Dhid-stantum.c31 bool activity; /* at least one active finger so far? */ member in struct:stantum_data
129 * there previously was finger activity, this is a release
131 if (sd->first && sd->activity) {
133 sd->activity = false;
154 if (!sd->activity) {
156 sd->activity = true;
230 sd->activity = false;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/cli/
H A Dcli.c173 if( st->activity == TR_STATUS_DOWNLOAD )
175 else if(st->activity == TR_STATUS_STOPPED)
185 else if( st->activity == TR_STATUS_SEED )
241 if( st->activity == TR_STATUS_CHECK_WAIT )
245 else if( st->activity == TR_STATUS_CHECK )
252 else if( st->activity == TR_STATUS_DOWNLOAD )
273 else if( st->activity == TR_STATUS_SEED )
478 if( st->activity == TR_STATUS_STOPPED )
484 else if( st->activity == TR_STATUS_SEED )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Dtorrent-cell-renderer.c130 if( ( st->activity == TR_STATUS_DOWNLOAD )
131 || ( hasSeedRatio && ( st->activity == TR_STATUS_SEED ) ) )
195 switch( st->activity )
219 if( st->activity != TR_STATUS_DOWNLOAD )
249 else switch( st->activity )
309 if( ( st->activity != TR_STATUS_CHECK_WAIT ) &&
310 ( st->activity != TR_STATUS_CHECK ) &&
311 ( st->activity != TR_STATUS_DOWNLOAD_WAIT ) &&
312 ( st->activity != TR_STATUS_SEED_WAIT ) &&
313 ( st->activity !
[all...]
H A Dfilter.c614 return ( st->activity == TR_STATUS_DOWNLOAD )
615 || ( st->activity == TR_STATUS_DOWNLOAD_WAIT );
618 return ( st->activity == TR_STATUS_SEED )
619 || ( st->activity == TR_STATUS_SEED_WAIT );
625 || ( st->activity == TR_STATUS_CHECK );
628 return st->activity == TR_STATUS_STOPPED;
634 return ( st->activity == TR_STATUS_CHECK )
635 || ( st->activity == TR_STATUS_CHECK_WAIT );
894 GtkWidget * activity; member in struct:filter_data
929 /* set data->active_activity_type from the activity combobo
964 GtkWidget * activity; local
[all...]
H A Dtr-core.c202 G_TYPE_INT, /* tr_stat.activity */
524 if( !strcmp( mode, "sort-by-activity" ) )
932 || ( st->activity == TR_STATUS_CHECK );
954 MC_ACTIVITY, st->activity,
1319 newActivity = st->activity;
1728 int activity; local
1729 gtk_tree_model_get( model, &iter, MC_ACTIVITY, &activity, -1 );
1731 if( activity != TR_STATUS_STOPPED )
H A Ddetails.c461 _( "Seed regardless of activity" ), TR_IDLELIMIT_UNLIMITED,
555 activityString( int activity, bool finished ) argument
557 switch( activity )
705 const tr_torrent_activity activity = stats[0]->activity; local
708 if( activity != stats[i]->activity )
713 str = i<n ? mixed : activityString( activity, allFinished );
729 else if( ( baseline<=0 ) || ( stats[0]->activity == TR_STATUS_STOPPED ) )
893 /* activity dat
[all...]
H A Dmain.c198 int activity = 0; local
203 gtk_tree_model_get( model, iter, MC_ACTIVITY, &activity, -1 );
205 if( ( activity == TR_STATUS_DOWNLOAD_WAIT ) || ( activity == TR_STATUS_SEED_WAIT ) )
208 if( activity == TR_STATUS_STOPPED )
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dcipso_ipv4.c79 u32 activity; member in struct:cipso_v4_map_cache_entry
304 * 1. The cache entry's activity counter is incremented
305 * 2. The previous (higher ranking) entry's activity counter is decremented
306 * 3. If the difference between the two activity counters is geater than
332 entry->activity += 1;
342 if (prev_entry->activity > 0)
343 prev_entry->activity -= 1;
344 if (entry->activity > prev_entry->activity &&
345 entry->activity
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb3/
H A Dadapter.h84 int activity; member in struct:port_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dahci.h150 HOST_CAP_LED = (1 << 25), /* Supports activity LED */
306 unsigned long activity; member in struct:ahci_em_priv
H A Dlibahci.c908 emp->activity++;
926 /* check to see if we've had activity. If so,
931 if (emp->saved_activity != emp->activity) {
932 emp->saved_activity = emp->activity;
963 /* init activity stats, setup timer */
964 emp->saved_activity = emp->activity = 0;
1076 /* mask off the activity bits if we are in sw_activity
1078 * activity led through em_message
1124 /* display the saved value of activity behavior for this
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Ddetails.cc353 /// activity tab
365 const tr_torrent_activity activity = t->getActivity( ); local
366 if( activity != baseline )
368 if( activity != TR_STATUS_STOPPED )
869 hig->addRow( tr( "Last activity:" ), myLastActivityLabel = new SqueezeLabel );
1143 m->addItem( tr( "Seed regardless of activity" ), TR_IDLELIMIT_UNLIMITED );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dhead.S340 bnz .Lwaitforirq # activity or status control
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-agn-debugfs.c83 * might not reflect the current uCode activity
585 * might not reflect the current uCode activity
810 * might not reflect the current uCode activity
961 * might not reflect the current uCode activity
963 bt = &priv->_agn.statistics_bt.general.activity;
964 accum_bt = &priv->_agn.accum_statistics_bt.general.activity;
H A Diwl-commands.h2763 * that there is already legitimate activity on the channel. If enough
3251 struct statistics_bt_activity activity; member in struct:statistics_general_bt
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dtorrent.c1136 const tr_torrent_activity activity = torrentGetActivity( tor ); local
1138 if ((activity == TR_STATUS_DOWNLOAD || activity == TR_STATUS_SEED) && tor->startDate != 0)
1196 s->activity = tr_torrentGetActivity( tor );
1223 s->recheckProgress = s->activity == TR_STATUS_CHECK ? getVerifyProgress( tor ) : 0;
1245 switch( s->activity )
H A Dtransmission.h1283 /* override the global settings, seeding regardless of activity */
1873 tr_torrent_activity activity; member in struct:tr_stat
1883 /** When tr_stat.activity is TR_STATUS_CHECK or TR_STATUS_CHECK_WAIT,
1887 @see tr_stat.activity */
2009 /** Number of seconds since the last activity (or since started).
2010 -1 if activity is not seeding or downloading. */
H A Dsession.c2744 const tr_torrent_activity activity = dir == TR_UP ? TR_STATUS_SEED : TR_STATUS_DOWNLOAD; local
2753 if( tr_torrentGetActivity( tor ) == activity )
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/mISDN/
H A Dhfc_multi.h217 u_int activity[8]; /* if there is any action on this */ member in struct:hfc_multi

Completed in 499 milliseconds

12