Home
last modified time | relevance | path

Searched defs:bucket (Results 1 – 25 of 129) sorted by relevance

123456

/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_icm_pool.c181 struct mlx5dr_icm_bucket *bucket = chunk->bucket; in dr_icm_chunk_ste_init() local
207 static int dr_icm_chunks_create(struct mlx5dr_icm_bucket *bucket) in dr_icm_chunks_create()
282 struct mlx5dr_icm_bucket *bucket = chunk->bucket; in dr_icm_chunk_destroy() local
294 struct mlx5dr_icm_bucket *bucket, in dr_icm_bucket_init()
311 static void dr_icm_bucket_cleanup(struct mlx5dr_icm_bucket *bucket) in dr_icm_bucket_cleanup()
342 struct mlx5dr_icm_bucket *bucket) in dr_icm_reuse_hot_entries()
353 static void dr_icm_chill_bucket_start(struct mlx5dr_icm_bucket *bucket) in dr_icm_chill_bucket_start()
360 static void dr_icm_chill_bucket_end(struct mlx5dr_icm_bucket *bucket) in dr_icm_chill_bucket_end()
367 static void dr_icm_chill_bucket_abort(struct mlx5dr_icm_bucket *bucket) in dr_icm_chill_bucket_abort()
378 struct mlx5dr_icm_bucket *bucket; in dr_icm_chill_buckets_start() local
[all …]
/kernel/linux/linux-5.10/net/mptcp/
Dtoken.c112 struct token_bucket *bucket; in mptcp_token_new_request() local
157 struct token_bucket *bucket; in mptcp_token_new_connect() local
194 struct token_bucket *bucket; in mptcp_token_accept() local
210 struct token_bucket *bucket; in mptcp_token_exists() local
246 struct token_bucket *bucket; in mptcp_token_get_sock() local
302 struct token_bucket *bucket = &token_hash[slot]; in mptcp_token_iter_next() local
351 struct token_bucket *bucket; in mptcp_token_destroy_request() local
374 struct token_bucket *bucket; in mptcp_token_destroy() local
/kernel/linux/linux-5.10/net/ceph/crush/
Dmapper.c74 static int bucket_perm_choose(const struct crush_bucket *bucket, in bucket_perm_choose()
135 static int bucket_uniform_choose(const struct crush_bucket_uniform *bucket, in bucket_uniform_choose()
142 static int bucket_list_choose(const struct crush_bucket_list *bucket, in bucket_list_choose()
196 static int bucket_tree_choose(const struct crush_bucket_tree *bucket, in bucket_tree_choose()
228 static int bucket_straw_choose(const struct crush_bucket_straw *bucket, in bucket_straw_choose()
305 static __u32 *get_choose_arg_weights(const struct crush_bucket_straw2 *bucket, in get_choose_arg_weights()
317 static __s32 *get_choose_arg_ids(const struct crush_bucket_straw2 *bucket, in get_choose_arg_ids()
326 static int bucket_straw2_choose(const struct crush_bucket_straw2 *bucket, in bucket_straw2_choose()
451 const struct crush_bucket *bucket, in crush_choose_firstn()
645 const struct crush_bucket *bucket, in crush_choose_indep()
/kernel/linux/linux-5.10/net/9p/
Derror.c181 int bucket; in p9_error_init() local
210 int bucket; in p9_errstr2errno() local
/kernel/linux/linux-5.10/block/
Dblk-stat.c56 int bucket, cpu; in blk_stat_add() local
83 unsigned int bucket; in blk_stat_timer_fn() local
139 unsigned int bucket; in blk_stat_add_callback() local
/kernel/linux/linux-5.10/fs/nfs/
Dnfs42xattr.c87 struct nfs4_xattr_bucket *bucket; member
389 struct nfs4_xattr_bucket *bucket; in nfs4_xattr_discard_cache() local
512 nfs4_xattr_get_entry(struct nfs4_xattr_bucket *bucket, const char *name) in nfs4_xattr_get_entry()
530 struct nfs4_xattr_bucket *bucket; in nfs4_xattr_hash_add() local
567 struct nfs4_xattr_bucket *bucket; in nfs4_xattr_hash_remove() local
590 struct nfs4_xattr_bucket *bucket; in nfs4_xattr_hash_find() local
893 struct nfs4_xattr_bucket *bucket; in entry_lru_isolate() local
Dpnfs_nfs.c63 pnfs_free_bucket_lseg(struct pnfs_commit_bucket *bucket) in pnfs_free_bucket_lseg()
81 struct pnfs_commit_bucket *bucket = NULL; in pnfs_generic_clear_request_commit() local
241 pnfs_bucket_scan_ds_commit_list(struct pnfs_commit_bucket *bucket, in pnfs_bucket_scan_ds_commit_list()
403 struct pnfs_commit_bucket *bucket, in pnfs_bucket_get_committing()
419 pnfs_bucket_fetch_commitdata(struct pnfs_commit_bucket *bucket, in pnfs_bucket_fetch_commitdata()
435 struct pnfs_commit_bucket *bucket; in pnfs_generic_retry_commit() local
456 struct pnfs_commit_bucket *bucket; in pnfs_bucket_alloc_ds_commits() local
1167 struct pnfs_commit_bucket *bucket; in pnfs_layout_mark_request_commit() local
/kernel/linux/linux-5.10/kernel/dma/
Ddebug.c263 static void put_hash_bucket(struct hash_bucket *bucket, in put_hash_bucket()
292 static struct dma_debug_entry *__hash_bucket_find(struct hash_bucket *bucket, in __hash_bucket_find()
342 static struct dma_debug_entry *bucket_find_exact(struct hash_bucket *bucket, in bucket_find_exact()
348 static struct dma_debug_entry *bucket_find_contain(struct hash_bucket **bucket, in bucket_find_contain()
378 static void hash_bucket_add(struct hash_bucket *bucket, in hash_bucket_add()
408 struct hash_bucket *bucket = &dma_entry_hash[idx]; in debug_dma_dump_mappings() local
557 struct hash_bucket *bucket; in add_dma_entry() local
775 struct hash_bucket *bucket = &dma_entry_hash[idx]; in dump_show() local
949 struct hash_bucket *bucket; in check_unmap() local
1092 struct hash_bucket *bucket; in check_sync() local
[all …]
/kernel/linux/linux-5.10/net/sched/
Dsch_hhf.c329 static struct sk_buff *dequeue_head(struct wdrr_bucket *bucket) in dequeue_head()
339 static void bucket_add(struct wdrr_bucket *bucket, struct sk_buff *skb) in bucket_add()
352 struct wdrr_bucket *bucket; in hhf_drop() local
376 struct wdrr_bucket *bucket; in hhf_enqueue() local
422 struct wdrr_bucket *bucket; in hhf_dequeue() local
645 struct wdrr_bucket *bucket = q->buckets + i; in hhf_init() local
/kernel/linux/linux-5.10/drivers/misc/vmw_vmci/
Dvmci_doorbell.c120 u32 bucket = VMCI_DOORBELL_HASH(idx); in dbell_index_table_find() local
139 u32 bucket; in dbell_index_table_add() local
355 u32 bucket = VMCI_DOORBELL_HASH(notify_idx); in dbell_fire_entries() local
/kernel/linux/linux-5.10/drivers/md/
Ddm-clone-target.c570 #define bucket_lock_irqsave(bucket, flags) \ argument
573 #define bucket_unlock_irqrestore(bucket, flags) \ argument
576 #define bucket_lock_irq(bucket) \ argument
579 #define bucket_unlock_irq(bucket) \ argument
585 struct hash_table_bucket *bucket; in hash_table_init() local
619 static struct dm_clone_region_hydration *__hash_find(struct hash_table_bucket *bucket, in __hash_find()
637 static inline void __insert_region_hydration(struct hash_table_bucket *bucket, in __insert_region_hydration()
651 __find_or_insert_region_hydration(struct hash_table_bucket *bucket, in __find_or_insert_region_hydration()
709 struct hash_table_bucket *bucket; in hydration_update_metadata() local
883 struct hash_table_bucket *bucket; in hydrate_bio_region() local
[all …]
/kernel/linux/linux-5.10/include/net/
Dtransp_v6.h51 __u16 destp, int bucket) in ip6_dgram_sock_seq_show()
Draw.h46 int bucket; member
/kernel/linux/linux-5.10/drivers/cpuidle/governors/
Dmenu.c114 unsigned int bucket; member
122 int bucket = 0; in which_bucket() local
/kernel/linux/linux-5.10/fs/ocfs2/
Dxattr.c127 struct ocfs2_xattr_bucket *bucket; member
324 struct ocfs2_xattr_bucket *bucket; in ocfs2_xattr_bucket_new() local
338 static void ocfs2_xattr_bucket_relse(struct ocfs2_xattr_bucket *bucket) in ocfs2_xattr_bucket_relse()
348 static void ocfs2_xattr_bucket_free(struct ocfs2_xattr_bucket *bucket) in ocfs2_xattr_bucket_free()
363 static int ocfs2_init_xattr_bucket(struct ocfs2_xattr_bucket *bucket, in ocfs2_init_xattr_bucket()
396 static int ocfs2_read_xattr_bucket(struct ocfs2_xattr_bucket *bucket, in ocfs2_read_xattr_bucket()
421 struct ocfs2_xattr_bucket *bucket, in ocfs2_xattr_bucket_journal_access()
440 struct ocfs2_xattr_bucket *bucket) in ocfs2_xattr_bucket_journal_dirty()
1707 struct ocfs2_xattr_bucket *bucket = loc->xl_storage; in ocfs2_xa_bucket_journal_access() local
1715 struct ocfs2_xattr_bucket *bucket = loc->xl_storage; in ocfs2_xa_bucket_journal_dirty() local
[all …]
/kernel/linux/linux-5.10/drivers/interconnect/qcom/
Dbcm-voter.c71 size_t i, bucket; in bcm_aggregate() local
133 static void tcs_list_gen(struct bcm_voter *voter, int bucket, in tcs_list_gen()
/kernel/linux/linux-5.10/net/rxrpc/
Dproc.c256 unsigned int bucket, n; in rxrpc_peer_seq_start() local
291 unsigned int bucket, n; in rxrpc_peer_seq_next() local
/kernel/linux/linux-5.10/security/safesetid/
Dsecurityfs.c74 int bucket; in __release_ruleset() local
100 int bucket; in verify_ruleset() local
/kernel/linux/linux-5.10/net/openvswitch/
Dvport.c97 struct hlist_head *bucket = hash_bucket(net, name); in ovs_vport_locate() local
196 struct hlist_head *bucket; in ovs_vport_add() local
/kernel/linux/linux-5.10/drivers/md/persistent-data/
Ddm-transaction-manager.c106 unsigned bucket = dm_hash_block(b, DM_HASH_MASK); in is_shadow() local
126 unsigned bucket; in insert_shadow() local
143 struct hlist_head *bucket; in wipe_shadow_table() local
/kernel/linux/linux-5.10/fs/dlm/
Ddebug_fs.c368 unsigned bucket; member
427 unsigned bucket, entry; in table_seq_start() local
507 unsigned bucket; in table_seq_next() local
/kernel/linux/linux-5.10/lib/
Dstackdepot.c178 static inline struct stack_record *find_stack(struct stack_record *bucket, in find_stack()
239 struct stack_record *found = NULL, **bucket; in stack_depot_save() local
/kernel/linux/linux-5.10/net/netfilter/
Dxt_hashlimit.c1056 unsigned int *bucket; in dl_seq_start() local
1073 unsigned int *bucket = v; in dl_seq_next() local
1087 unsigned int *bucket = v; in dl_seq_stop() local
1173 unsigned int *bucket = (unsigned int *)v; in dl_seq_show_v2() local
1187 unsigned int *bucket = v; in dl_seq_show_v1() local
1201 unsigned int *bucket = v; in dl_seq_show() local
/kernel/linux/linux-5.10/net/atm/
Dproc.c69 int bucket; member
78 static int __vcc_walk(struct sock **sock, int family, int *bucket, loff_t l) in __vcc_walk()
/kernel/linux/linux-5.10/arch/sparc/kernel/
Dirq_64.c206 struct ino_bucket bucket; member
257 struct ino_bucket *bucket; in cookie_exists() local
278 struct ino_bucket *bucket; in sysino_exists() local
615 struct ino_bucket *bucket; in build_irq() local
738 struct ino_bucket *bucket; in sysino_set_bucket() local

123456