Home
last modified time | relevance | path

Searched refs:hash_order (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/vmwgfx/
Dttm_object.h281 unsigned int hash_order);
309 unsigned int hash_order,
Dttm_object.c492 unsigned int hash_order) in ttm_object_file_init() argument
508 ret = drm_ht_create(&tfile->ref_hash[i], hash_order); in ttm_object_file_init()
527 unsigned int hash_order, in ttm_object_device_init() argument
539 ret = drm_ht_create(&tdev->object_hash, hash_order); in ttm_object_device_init()
/Linux-v5.4/fs/ceph/
Dmds_client.h113 bool hash_order; member
Ddir.c65 loff_t ceph_make_fpos(unsigned high, unsigned off, bool hash_order) in ceph_make_fpos() argument
68 if (hash_order) in ceph_make_fpos()
427 (int)req->r_reply_info.hash_order); in ceph_readdir()
432 if (!rinfo->hash_order) { in ceph_readdir()
Dinode.c1576 if (rinfo->hash_order) { in ceph_readdir_prepopulate()
1594 if (!rinfo->hash_order) in ceph_readdir_prepopulate()
1609 !(rinfo->hash_order && last_hash)) { in ceph_readdir_prepopulate()
1635 if (rinfo->hash_order) { in ceph_readdir_prepopulate()
Dsuper.h1110 extern loff_t ceph_make_fpos(unsigned high, unsigned off, bool hash_order);
Dmds_client.c348 info->hash_order = !!(flags & CEPH_READDIR_HASH_ORDER); in parse_reply_info_readdir()