Lines Matching full:operation
71 * Occurs after an operation has been canceled, possibly before the
92 TP_PROTO(struct gb_operation *operation),
94 TP_ARGS(operation),
98 __field(u16, id) /* Operation ID */
107 __entry->cport_id = operation->connection->hd_cport_id;
108 __entry->id = operation->id;
109 __entry->type = operation->type;
110 __entry->flags = operation->flags;
111 __entry->active = operation->active;
112 __entry->waiters = atomic_read(&operation->waiters);
113 __entry->errno = operation->errno;
123 TP_PROTO(struct gb_operation *operation), \
124 TP_ARGS(operation))
127 * Occurs after a new operation is created for an outgoing request
133 * Occurs after a new core operation has been created.
138 * Occurs after a new operation has been created for an incoming
144 * Occurs when the last reference to an operation has been dropped,
150 * Occurs when an operation has been marked active, after updating
156 * Occurs when an operation has been marked active, before updating