Searched refs:slot_key (Results 1 – 2 of 2) sorted by relevance
59 u32 slot_key; in record_peek_result() local68 slot_key = (pid + ix) % MAX_SAMPLES; in record_peek_result()69 slot_pid_ptr = bpf_map_lookup_elem(&peek_results, &slot_key); in record_peek_result()
488 struct btrfs_key slot_key; in btrfs_drop_extents() local490 btrfs_item_key_to_cpu(leaf, &slot_key, path->slots[0]); in btrfs_drop_extents()491 if (btrfs_comp_cpu_keys(&key, &slot_key) > 0) in btrfs_drop_extents()