Searched refs:cache_fd (Results 1 – 2 of 2) sorted by relevance
395 int cache_fd; in lock_contention_prepare() local 401 cache_fd = bpf_map__fd(skel->maps.slab_caches); in lock_contention_prepare() 403 while (!bpf_map_get_next_key(cache_fd, prev_key, &key)) { in lock_contention_prepare() 406 if (bpf_map_lookup_elem(cache_fd, &key, &data) < 0) in lock_contention_prepare()
744 bool cache_fd = may_cache_fd(); in check_data_close() local 746 if (!cache_fd) in check_data_close()