Lines Matching full:cookie
57 /* cookie meaningless for kernel, shouldn't hash */
64 if (trans->cookie != NO_COOKIE) {
65 val ^= trans->cookie >> DCOOKIE_SHIFT;
82 do_match(struct sfile const * sf, cookie_t cookie, cookie_t app_cookie,
108 /* ignore the cached trans->cookie for kernel images,
117 return sf->cookie == cookie;
125 return do_match(sfile, trans->cookie, trans->app_cookie, ki,
133 return do_match(sf, sf2->cookie, sf2->app_cookie, sf2->kernel,
154 if (sf->anon || is_cookie_ignored(sf->cookie))
173 /* The logic here: if we're in the kernel, the cached cookie is
176 sf->cookie = trans->in_kernel ? INVALID_COOKIE : trans->cookie;
197 if (separate_thread || trans->cookie == NO_COOKIE)
250 } else if (trans->cookie == NO_COOKIE && !trans->anon) {
362 printf("%s(%llx), ", verbose_cookie(sf->cookie), sf->cookie);