Searched refs:start_key (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/samples/bpf/ |
D | test_lru_dist.c | 361 int start_key, end_key; in test_lru_loss0() local 365 start_key = 101; in test_lru_loss0() 368 while (start_key <= end_key) { in test_lru_loss0() 369 bpf_map_lookup_elem(map_fd, &start_key, value); in test_lru_loss0() 370 start_key++; in test_lru_loss0()
|
/Linux-v4.19/fs/ubifs/ |
D | tnc.c | 1923 union ubifs_key start_key; in do_lookup_dh() local 1927 lowest_dent_key(c, &start_key, key_inum(c, key)); in do_lookup_dh() 1930 err = ubifs_lookup_level0(c, &start_key, &znode, &n); in do_lookup_dh() 2713 union ubifs_key start_key; in ubifs_tnc_remove_dh() local 2715 lowest_dent_key(c, &start_key, key_inum(c, key)); in ubifs_tnc_remove_dh() 2717 err = ubifs_lookup_level0(c, &start_key, &znode, &n); in ubifs_tnc_remove_dh()
|