Searched refs:start_key (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/samples/bpf/ |
| D | test_lru_dist.c | 358 int start_key, end_key; in test_lru_loss0() local 362 start_key = 101; in test_lru_loss0() 365 while (start_key <= end_key) { in test_lru_loss0() 366 bpf_map_lookup_elem(map_fd, &start_key, value); in test_lru_loss0() 367 start_key++; in test_lru_loss0()
|
| /Linux-v5.4/fs/ubifs/ |
| D | tnc.c | 1928 union ubifs_key start_key; in do_lookup_dh() local 1932 lowest_dent_key(c, &start_key, key_inum(c, key)); in do_lookup_dh() 1935 err = ubifs_lookup_level0(c, &start_key, &znode, &n); in do_lookup_dh() 2724 union ubifs_key start_key; in ubifs_tnc_remove_dh() local 2726 lowest_dent_key(c, &start_key, key_inum(c, key)); in ubifs_tnc_remove_dh() 2728 err = ubifs_lookup_level0(c, &start_key, &znode, &n); in ubifs_tnc_remove_dh()
|