Searched defs:state (Results 1 - 25 of 177) sorted by relevance

12345678

/include/trace/events/
H A Dsched.h97 long state = p->state; local
104 state = TASK_RUNNING | TASK_STATE_MAX;
107 return state;
/include/linux/netfilter/
H A Dnf_conntrack_sane.h16 enum sane_state state; member in struct:nf_ct_sane_master
H A Dnf_conntrack_tcp.h18 u_int8_t state; /* state of the connection (enum tcp_conntrack) */ member in struct:ip_ct_tcp
H A Dnf_conntrack_dccp.h32 u_int8_t state; member in struct:nf_ct_dccp
/include/linux/
H A Dnfs_fs_i.h10 u32 state; member in struct:nfs_lock_info
H A Dblk-iopoll.h9 unsigned long state; member in struct:blk_iopoll
28 if (!test_bit(IOPOLL_F_DISABLE, &iop->state))
29 return test_and_set_bit(IOPOLL_F_SCHED, &iop->state);
36 return test_bit(IOPOLL_F_DISABLE, &iop->state);
H A Dcontext_tracking_state.h18 } state; member in struct:context_tracking
37 return __this_cpu_read(context_tracking.state) == IN_USER;
H A Dpci-aspm.h30 void pci_disable_link_state(struct pci_dev *pdev, int state);
31 void pci_disable_link_state_locked(struct pci_dev *pdev, int state);
47 static inline void pci_disable_link_state(struct pci_dev *pdev, int state) argument
H A Dscx200_gpio.h29 state of the GPIO right now if the GPIO is configured as an input) */
60 /* drive the GPIO signal to state */
62 static inline void scx200_gpio_set(unsigned index, int state) { argument
67 if (state)
H A Dswitch.h25 int state; member in struct:switch_dev
48 return sdev->state;
51 extern void switch_set_state(struct switch_dev *sdev, int state);
H A Dalarmtimer.h40 int state; member in struct:alarm
H A Dhdlc.h51 void *state; member in struct:hdlc_device
H A Dleds-pca9532.h37 enum pca9532_state state; member in struct:pca9532_led
H A Drandom.h37 u32 prandom_u32_state(struct rnd_state *state);
38 void prandom_bytes_state(struct rnd_state *state, void *buf, size_t nbytes);
67 * @state: pointer to state structure to receive the seed.
70 static inline void prandom_seed_state(struct rnd_state *state, u64 seed) argument
74 state->s1 = __seed(i, 2U);
75 state->s2 = __seed(i, 8U);
76 state->s3 = __seed(i, 16U);
77 state->s4 = __seed(i, 128U);
H A Dvgaarb.h213 * @irq_set_state: irq state change callback
226 * get a callback from this to set the encode/decode state
238 void (*irq_set_state)(void *cookie, bool state),
239 unsigned int (*set_vga_decode)(void *cookie, bool state));
242 void (*irq_set_state)(void *cookie, bool state),
243 unsigned int (*set_vga_decode)(void *cookie, bool state))
241 vga_client_register(struct pci_dev *pdev, void *cookie, void (*irq_set_state)(void *cookie, bool state), unsigned int (*set_vga_decode)(void *cookie, bool state)) argument
H A Ddebugobjects.h22 * @state: tracked object state
23 * @astate: current active state
29 enum debug_obj_state state; member in struct:debug_obj
55 int (*fixup_init) (void *addr, enum debug_obj_state state);
56 int (*fixup_activate) (void *addr, enum debug_obj_state state);
57 int (*fixup_destroy) (void *addr, enum debug_obj_state state);
58 int (*fixup_free) (void *addr, enum debug_obj_state state);
59 int (*fixup_assert_init)(void *addr, enum debug_obj_state state);
73 * Active state
[all...]
H A Dif_frad.h89 int state; /* state of the S502/8 control latch */ member in struct:frad_local
/include/linux/extcon/
H A Dextcon-adc-jack.h22 * struct adc_jack_cond - condition to use an extcon state
23 * @state: the corresponding extcon state (if 0, this struct
28 * For example, if { .state = 0x3, .min_adc = 100, .max_adc = 200}, it means
33 * because when no adc_jack_cond is met, state = 0 is automatically chosen.
36 u32 state; /* extcon state value. 0 if invalid */ member in struct:adc_jack_cond
49 * with .state = 0 entry. This describes how to decode
50 * adc values into extcon state.
64 /* The last entry's state shoul
[all...]
/include/uapi/linux/netfilter/
H A Dnf_conntrack_sctp.h20 enum sctp_conntrack state; member in struct:ip_ct_sctp
/include/xen/interface/io/
H A Dtpmif.h14 * Xenbus state machine
28 * 3. Backend unmaps grant and event, changes state to InitWait
37 /* The backend should only change state to IDLE or FINISH, while the
44 uint8_t state; /* enum vtpm_shared_page_state */ member in struct:vtpm_shared_page
/include/net/
H A Dwimax.h74 * WiMAX devices have a state, and a kernel-only API allows the
75 * drivers to manipulate that state. State transitions are atomic, and
78 * Most API calls will set the state automatically; in most cases
79 * drivers have to only report state changes due to external
119 * No state information is maintained in the kernel for each user
199 * in a state <= %WIMAX_ST_UNINITIALIZED. The exception is:
244 * wimax_reset() can be used to reset the device to power on state; by
317 * state change, that require wimax_dev->mutex.
319 * @state: [private] Current state o
415 enum wimax_st state; member in struct:wimax_dev
[all...]
/include/linux/ceph/
H A Dmdsmap.h15 s32 state; member in struct:ceph_mds_info
49 return m->m_info[w].state;
/include/linux/isdn/
H A Dhdlc.h37 int state; member in struct:isdnhdlc_vars
/include/net/irda/
H A Dircomm_core.h61 int state; member in struct:ircomm_cb
104 #define ircomm_is_connected(self) (self->state == IRCOMM_CONN)
/include/linux/can/
H A Ddev.h41 enum can_state state; member in struct:can_priv
52 enum can_state *state);

Completed in 546 milliseconds

12345678