Searched refs:astate (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Ddebugobjects.h23 * @astate: current active state
30 unsigned int astate; member in struct:debug_obj
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/pasemi/
H A Dcpufreq.c55 /* Current astate, is used when waking up from power savings on
80 static int get_astate_freq(int astate) argument
83 ret = in_le32(sdcpwr_mapbase + SDCPWR_CFGA0_REG + (astate * 0x10));
113 static void set_astate(int cpu, unsigned int astate) argument
123 out_le32(sdcasr_mapbase + SDCASR_REG + SDCASR_REG_STRIDE*cpu, astate);
213 pr_debug("current astate is at %d\n",cur_astate);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/flex/
H A Dnfa.c59 int astate = mkstate( SYM_EPSILON ); local
60 accptnum[astate] = accepting_number;
61 (void) link_machines( mach, astate );
/netgear-R7000-V1.0.7.12_1.2.5/src/router/flex/
H A Dnfa.c59 int astate = mkstate( SYM_EPSILON ); local
60 accptnum[astate] = accepting_number;
61 (void) link_machines( mach, astate );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfs4acl.c453 static inline void add_to_mask(struct posix_acl_state *state, struct posix_ace_state *astate) argument
455 state->mask.allow |= astate->allow;
575 static inline void allow_bits(struct posix_ace_state *astate, u32 mask) argument
578 astate->allow |= mask & ~astate->deny;
581 static inline void deny_bits(struct posix_ace_state *astate, u32 mask) argument
584 astate->deny |= mask & ~astate->allow;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Ddebugobjects.c144 obj->astate = 0;
258 msg, obj_states[obj->state], obj->astate,
453 if (!obj->astate)
588 if (obj->astate == expect)
589 obj->astate = next;

Completed in 86 milliseconds