Searched refs:c_state (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfscache.c43 * A cache entry is "single use" if c_state == RC_INPROG
60 rp->c_state = RC_UNUSED;
84 if (rp->c_state == RC_DONE && rp->c_type == RC_REPLBUFF)
144 if (rp->c_state != RC_UNUSED &&
159 if (rp->c_state != RC_INPROG)
182 rp->c_state = RC_INPROG;
210 if (rp->c_state == RC_INPROG || age < RC_DELAY)
234 rp->c_state = RC_UNUSED;
271 rp->c_state = RC_UNUSED;
286 rp->c_state
[all...]
H A Dcache.h20 unsigned char c_state, /* unused, inprog, done */ member in struct:svc_cacherep
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rds/
H A Dthreads.c79 atomic_read(&conn->c_state));
80 atomic_set(&conn->c_state, RDS_CONN_ERROR);
176 atomic_read(&conn->c_state));
197 atomic_read(&conn->c_state));
H A Dconnection.c198 atomic_set(&conn->c_state, RDS_CONN_DOWN);
277 atomic_set(&conn->c_state, RDS_CONN_ERROR);
427 atomic_read(&conn->c_state) == RDS_CONN_CONNECTING,
430 atomic_read(&conn->c_state) == RDS_CONN_UP,
481 atomic_set(&conn->c_state, RDS_CONN_ERROR);
H A Drds.h104 atomic_t c_state; member in struct:rds_connection
509 return atomic_cmpxchg(&conn->c_state, old, new) == old;
515 return atomic_read(&conn->c_state);
521 return atomic_read(&conn->c_state) == RDS_CONN_UP;
527 return atomic_read(&conn->c_state) == RDS_CONN_CONNECTING;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/misc/
H A Dad714x.c136 unsigned short c_state; member in struct:ad714x_chip
370 unsigned short h_state, c_state; local
376 c_state = ad714x->c_state & mask;
391 if (c_state == mask) {
401 if (c_state == mask) {
605 unsigned short h_state, c_state; local
611 c_state = ad714x->c_state & mask;
626 if (c_state
886 unsigned short h_state, c_state; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/ttm/
H A Dttm_tt.c214 enum ttm_caching_state c_state)
220 if (ttm->caching_state == c_state)
225 ttm->caching_state = c_state;
237 c_state);
243 ttm->caching_state = c_state;
251 (void)ttm_tt_set_page_caching(cur_page, c_state,
213 ttm_tt_set_caching(struct ttm_tt *ttm, enum ttm_caching_state c_state) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/skfp/
H A Dskfddi.c1947 * c_state - Possible values are:
1955 void cfm_state_change(struct s_smc *smc, int c_state) argument
1960 switch (c_state) {
1989 pr_debug(KERN_INFO "cfm_state_change: unknown %d\n", c_state);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/skfp/h/
H A Dcmtdef.h530 void cfm_state_change(struct s_smc *smc, int c_state);

Completed in 207 milliseconds