Home
last modified time | relevance | path

Searched refs:cb_create (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_utils.c38 uint32_t flags, mlx5_hlist_create_cb cb_create, in mlx5_hlist_create() argument
45 if (!size || (!cb_create ^ !cb_remove)) in mlx5_hlist_create()
72 h->cb_create = cb_create ? cb_create : mlx5_hlist_default_create_cb; in mlx5_hlist_create()
156 entry = h->cb_create(h, key, ctx); in mlx5_hlist_register()
240 mlx5_cache_create_cb cb_create, in mlx5_cache_list_init() argument
245 if (!cb_match || (!cb_create ^ !cb_remove)) in mlx5_cache_list_init()
251 list->cb_create = cb_create ? cb_create : mlx5_clist_default_create_cb; in mlx5_cache_list_init()
317 entry = list->cb_create(list, entry, ctx); in mlx5_cache_register()
H A Dmlx5_utils.h352 mlx5_hlist_create_cb cb_create; /**< entry create callback. */ member
385 mlx5_hlist_create_cb cb_create,
533 mlx5_cache_create_cb cb_create; /**< entry create callback. */ member
561 mlx5_cache_create_cb cb_create,
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_dataset.c4220 uint64_t cb_create; /* creation time reference */ member
4255 if (zfs_prop_get_int(zhp, ZFS_PROP_CREATETXG) > cbp->cb_create) { in rollback_destroy()
4291 cb.cb_create = zfs_prop_get_int(snap, ZFS_PROP_CREATETXG); in zfs_rollback()
4293 if (cb.cb_create > 0) in zfs_rollback()
4294 min_txg = cb.cb_create; in zfs_rollback()
/f-stack/freebsd/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c3963 uint64_t cb_create; member
4016 if (zfs_prop_get_int(zhp, ZFS_PROP_CREATETXG) > cbp->cb_create) { in rollback_check()
4122 cb.cb_create = zfs_prop_get_int(snap, ZFS_PROP_CREATETXG); in zfs_do_rollback()
4126 if (cb.cb_create > 0) in zfs_do_rollback()
4127 min_txg = cb.cb_create; in zfs_do_rollback()