Searched defs:cached (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/net/infiniband/
H A Dib_pathrec.c158 /** A cached path */
179 struct ib_cached_path *cached; local
183 cached = &ib_path_cache[i];
184 if ( ! cached->path )
186 if ( cached->path->ibdev != ibdev )
188 if ( memcmp ( &cached->path->av.gid, dgid,
189 sizeof ( cached->path->av.gid ) ) != 0 )
191 return cached;
198 * Handle cached path transaction completion
208 struct ib_cached_path *cached local
240 struct ib_cached_path *cached; local
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c250 static dtrace_ecb_t *dtrace_ecb_create_cache; /* cached created ECB */
8798 * Returns 1 if the expression in the DIF object can be cached on a per-thread
10323 * If we have a cached ecb, we'll use its action list instead
10326 dtrace_ecb_t *cached = dtrace_ecb_create_cache; local
10327 dtrace_action_t *act2 = cached->dte_action;
10333 ecb->dte_action_last = cached->dte_action_last;
10334 ecb->dte_needed = cached->dte_needed;
10335 ecb->dte_size = cached->dte_size;
10336 ecb->dte_alignment = cached->dte_alignment;
15753 caddr_t cached; local
[all...]

Completed in 117 milliseconds