Home
last modified time | relevance | path

Searched refs:hash_order (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dttm_object.h274 * @hash_order: Order of the hash table used to hold the reference objects.
281 unsigned int hash_order);
300 * @hash_order: Order of hash table used to hash the base objects.
309 unsigned int hash_order,
H A Dttm_object.c492 unsigned int hash_order) in ttm_object_file_init()
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()
539 ret = drm_ht_create(&tdev->object_hash, hash_order); in ttm_object_device_init()
491 ttm_object_file_init(struct ttm_object_device *tdev, unsigned int hash_order) ttm_object_file_init() argument
526 ttm_object_device_init(struct ttm_mem_global *mem_glob, unsigned int hash_order, const struct dma_buf_ops *ops) ttm_object_device_init() argument
/kernel/linux/linux-5.10/fs/ceph/
H A Ddir.c69 loff_t ceph_make_fpos(unsigned high, unsigned off, bool hash_order) in ceph_make_fpos() argument
72 if (hash_order) in ceph_make_fpos()
432 "frag %x, end=%d, complete=%d, hash_order=%d\n", in ceph_readdir()
436 (int)req->r_reply_info.hash_order); in ceph_readdir()
441 if (!rinfo->hash_order) { in ceph_readdir()
H A Dmds_client.h124 bool hash_order; member
H A Dinode.c1611 if (rinfo->hash_order) { in ceph_readdir_prepopulate()
1629 if (!rinfo->hash_order) in ceph_readdir_prepopulate()
1644 !(rinfo->hash_order && last_hash)) { in ceph_readdir_prepopulate()
1670 if (rinfo->hash_order) { in ceph_readdir_prepopulate()
H A Dsuper.h1189 extern loff_t ceph_make_fpos(unsigned high, unsigned off, bool hash_order);
H A Dmds_client.c350 info->hash_order = !!(flags & CEPH_READDIR_HASH_ORDER); in parse_reply_info_readdir()
/kernel/linux/linux-6.6/fs/ceph/
H A Ddir.c70 loff_t ceph_make_fpos(unsigned high, unsigned off, bool hash_order) in ceph_make_fpos() argument
73 if (hash_order) in ceph_make_fpos()
450 "frag %x, end=%d, complete=%d, hash_order=%d\n", in ceph_readdir()
454 (int)req->r_reply_info.hash_order); in ceph_readdir()
459 if (!rinfo->hash_order) { in ceph_readdir()
H A Dmds_client.h146 bool hash_order; member
H A Dinode.c1882 if (rinfo->hash_order) { in ceph_readdir_prepopulate()
1900 if (!rinfo->hash_order) in ceph_readdir_prepopulate()
1915 !(rinfo->hash_order && last_hash)) { in ceph_readdir_prepopulate()
1941 if (rinfo->hash_order) { in ceph_readdir_prepopulate()
H A Dsuper.h1324 extern loff_t ceph_make_fpos(unsigned high, unsigned off, bool hash_order);
H A Dmds_client.c427 info->hash_order = !!(flags & CEPH_READDIR_HASH_ORDER); in parse_reply_info_readdir()
459 if (info->hash_order) in parse_reply_info_readdir()

Completed in 32 milliseconds