Searched refs:c_to (Results 1 – 3 of 3) sorted by relevance
181 struct timeout c_to; member184 #define CALLOUT_RESET(c,t,f,a) do { if (!timeout_initialized(&(c)->c_to)) \185 timeout_set(&(c)->c_to, (f), (a)); \186 timeout_add(&(c)->c_to, (t)); } while (/*CONSTCOND*/ 0)187 #define CALLOUT_STOP(c) timeout_del(&(c)->c_to)
2963 LDAP_STAILQ_HEAD(c_to, Operation) c_txn_ops; /* list of operations in txn */
9490 argument to c_to.