Searched refs:start_key (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.6/samples/bpf/ |
| D | tracex3.bpf.c | 12 struct start_key { struct 30 struct start_key key = { in bpf_prog1() argument 61 struct start_key key = { in bpf_prog2()
|
| D | test_lru_dist.c | 355 int start_key, end_key; in test_lru_loss0() local 359 start_key = 101; in test_lru_loss0() 362 while (start_key <= end_key) { in test_lru_loss0() 363 bpf_map_lookup_elem(map_fd, &start_key, value); in test_lru_loss0() 364 start_key++; in test_lru_loss0()
|
| /Linux-v6.6/fs/ubifs/ |
| D | tnc.c | 1964 union ubifs_key start_key; in do_lookup_dh() local 1968 lowest_dent_key(c, &start_key, key_inum(c, key)); in do_lookup_dh() 1971 err = ubifs_lookup_level0(c, &start_key, &znode, &n); in do_lookup_dh() 2760 union ubifs_key start_key; in ubifs_tnc_remove_dh() local 2762 lowest_dent_key(c, &start_key, key_inum(c, key)); in ubifs_tnc_remove_dh() 2764 err = ubifs_lookup_level0(c, &start_key, &znode, &n); in ubifs_tnc_remove_dh()
|
| /Linux-v6.6/fs/xfs/libxfs/ |
| D | xfs_btree.c | 5030 union xfs_btree_key start_key; member 5063 if (xfs_btree_masked_keycmp_lt(cur, &info->start_key, &rec_key, in xfs_btree_has_records_helper() 5129 xfs_btree_key_from_irec(cur, &info.start_key, low); in xfs_btree_has_records()
|