Lines Matching defs:setup
77 * which are partition specific (vars part). These are setup by XPC.
89 unsigned long ts_jiffies; /* timestamp when rsvd pg was setup by XPC */
145 unsigned long rp_ts_jiffies; /* timestamp of sender's rp setup by XPC */
479 unsigned long remote_rp_ts_jiffies; /* timestamp when rsvd pg setup */
493 u8 setup_state; /* infrastructure setup state */
591 #define XPC_P_SS_UNSET 0x00 /* infrastructure was never setup */
592 #define XPC_P_SS_SETUP 0x01 /* infrastructure is setup */
696 * setup infrastructure while a thread may be referencing it.
711 int setup;
714 setup = (part->setup_state == XPC_P_SS_SETUP);
715 if (!setup)
718 return setup;