Searched refs:act_state (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/misc/sgi-xp/
H A Dxpc_partition.c296 DBUG_ON(part->act_state != XPC_P_AS_DEACTIVATING &&
297 part->act_state != XPC_P_AS_INACTIVE);
298 if (part->act_state != XPC_P_AS_INACTIVE)
328 if (part->act_state == XPC_P_AS_ACTIVATING) {
329 part->act_state = XPC_P_AS_ACTIVE;
351 if (part->act_state == XPC_P_AS_INACTIVE) {
360 if (part->act_state == XPC_P_AS_DEACTIVATING) {
369 part->act_state = XPC_P_AS_DEACTIVATING;
400 part->act_state = XPC_P_AS_INACTIVE;
H A Dxpc_main.c230 if (part->act_state == XPC_P_AS_INACTIVE ||
231 part->act_state == XPC_P_AS_DEACTIVATING) {
331 while (part->act_state != XPC_P_AS_DEACTIVATING ||
354 (part->act_state == XPC_P_AS_DEACTIVATING &&
531 if (part->act_state == XPC_P_AS_DEACTIVATING) {
532 part->act_state = XPC_P_AS_INACTIVE;
539 DBUG_ON(part->act_state != XPC_P_AS_ACTIVATION_REQ);
540 part->act_state = XPC_P_AS_ACTIVATING;
582 DBUG_ON(part->act_state != XPC_P_AS_INACTIVE);
584 part->act_state
[all...]
H A Dxpc_uv.c325 if (part->act_state == XPC_P_AS_INACTIVE)
327 else if (part->act_state == XPC_P_AS_DEACTIVATING)
331 if (part->act_state == XPC_P_AS_INACTIVE)
361 part_uv->remote_act_state = msg_hdr->act_state;
373 * ??? if act_state != XPC_P_AS_INACTIVE instead of
539 * ??? act_state or remote_act_state?
618 msg_hdr->act_state = part->act_state;
838 if (part->act_state == XPC_P_AS_INACTIVE)
963 * updated to our current act_state whic
[all...]
H A Dxpc_channel.c101 if (part->act_state == XPC_P_AS_DEACTIVATING) {
168 if (part->act_state != XPC_P_AS_DEACTIVATING) {
289 DBUG_ON(part->act_state != XPC_P_AS_DEACTIVATING);
323 if (part->act_state == XPC_P_AS_DEACTIVATING ||
585 if (part->act_state == XPC_P_AS_DEACTIVATING)
H A Dxpc.h143 u8 act_state; /* sender's act_state at time msg sent */ member in struct:xpc_activate_mq_msghdr_uv
458 u8 remote_act_state; /* remote partition's act_state */
459 u8 act_state_req; /* act_state request from remote partition */
460 enum xp_retval reason; /* reason for deactivate act_state request */
468 /* struct xpc_partition_uv act_state change requests */
483 spinlock_t act_lock; /* protect updating of act_state */
484 u8 act_state; /* from XPC HB viewpoint */ member in struct:xpc_partition
578 /* struct xpc_partition act_state values (for XPC HB) */
/linux-master/drivers/hid/
H A Dhid-ntrig.c66 __s8 act_state; member in struct:ntrig_data
658 * save a bit of work by ensuring act_state < 0
661 nd->act_state = deactivate_slack - 1;
682 if (nd->act_state > 0) {
692 nd->act_state = 0;
699 nd->act_state = 1;
781 if (nd->act_state > 0) { /* Currently inactive */
787 nd->act_state = (nd->act_state > value)
788 ? nd->act_state
[all...]
/linux-master/drivers/net/usb/
H A Dkaweth.c412 int act_state; local
428 if (kaweth->linkstate != (act_state = ( kaweth->intbuffer[STATE_OFFSET] | STATE_MASK) >> STATE_SHIFT)) {
429 if (act_state)
434 kaweth->linkstate = act_state;

Completed in 167 milliseconds