Home
last modified time | relevance | path

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

123456

/linux-6.6.21/net/mptcp/
Dtoken.c111 struct token_bucket *bucket; in mptcp_token_new_request() local
157 struct token_bucket *bucket; in mptcp_token_new_connect() local
196 struct token_bucket *bucket; in mptcp_token_accept() local
213 struct token_bucket *bucket; in mptcp_token_exists() local
249 struct token_bucket *bucket; in mptcp_token_get_sock() local
305 struct token_bucket *bucket = &token_hash[slot]; in mptcp_token_iter_next() local
354 struct token_bucket *bucket; in mptcp_token_destroy_request() local
378 struct token_bucket *bucket; in mptcp_token_destroy() local
/linux-6.6.21/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()
/linux-6.6.21/kernel/dma/
Ddebug.c264 static void put_hash_bucket(struct hash_bucket *bucket, in put_hash_bucket()
293 static struct dma_debug_entry *__hash_bucket_find(struct hash_bucket *bucket, in __hash_bucket_find()
343 static struct dma_debug_entry *bucket_find_exact(struct hash_bucket *bucket, in bucket_find_exact()
349 static struct dma_debug_entry *bucket_find_contain(struct hash_bucket **bucket, in bucket_find_contain()
377 static void hash_bucket_add(struct hash_bucket *bucket, in hash_bucket_add()
528 struct hash_bucket *bucket = &dma_entry_hash[idx]; in debug_dma_dump_mappings() local
560 struct hash_bucket *bucket = &dma_entry_hash[idx]; in dump_show() local
589 struct hash_bucket *bucket; in add_dma_entry() local
963 struct hash_bucket *bucket; in check_unmap() local
1096 struct hash_bucket *bucket; in check_sync() local
[all …]
/linux-6.6.21/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
642 struct wdrr_bucket *bucket = q->buckets + i; in hhf_init() local
/linux-6.6.21/block/
Dblk-stat.c55 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
/linux-6.6.21/fs/nfs/
Dnfs42xattr.c87 struct nfs4_xattr_bucket *bucket; member
388 struct nfs4_xattr_bucket *bucket; in nfs4_xattr_discard_cache() local
511 nfs4_xattr_get_entry(struct nfs4_xattr_bucket *bucket, const char *name) in nfs4_xattr_get_entry()
529 struct nfs4_xattr_bucket *bucket; in nfs4_xattr_hash_add() local
566 struct nfs4_xattr_bucket *bucket; in nfs4_xattr_hash_remove() local
589 struct nfs4_xattr_bucket *bucket; in nfs4_xattr_hash_find() local
892 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
1165 struct pnfs_commit_bucket *bucket; in pnfs_layout_mark_request_commit() local
/linux-6.6.21/net/9p/
Derror.c179 int bucket; in p9_error_init() local
208 int bucket; in p9_errstr2errno() local
/linux-6.6.21/drivers/interconnect/qcom/
Dbcm-voter.c65 int bucket, i; in bcm_aggregate_mask() local
94 size_t i, bucket; in bcm_aggregate() local
156 static void tcs_list_gen(struct bcm_voter *voter, int bucket, in tcs_list_gen()
/linux-6.6.21/drivers/md/
Ddm-clone-target.c564 #define bucket_lock_irqsave(bucket, flags) \ argument
567 #define bucket_unlock_irqrestore(bucket, flags) \ argument
570 #define bucket_lock_irq(bucket) \ argument
573 #define bucket_unlock_irq(bucket) \ argument
579 struct hash_table_bucket *bucket; in hash_table_init() local
613 static struct dm_clone_region_hydration *__hash_find(struct hash_table_bucket *bucket, in __hash_find()
631 static inline void __insert_region_hydration(struct hash_table_bucket *bucket, in __insert_region_hydration()
645 __find_or_insert_region_hydration(struct hash_table_bucket *bucket, in __find_or_insert_region_hydration()
703 struct hash_table_bucket *bucket; in hydration_update_metadata() local
877 struct hash_table_bucket *bucket; in hydrate_bio_region() local
[all …]
/linux-6.6.21/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
/linux-6.6.21/net/ipv4/
Dnexthop.c167 struct nh_res_bucket *bucket = &res_table->nh_buckets[i]; in nh_notifier_res_table_info_init() local
868 static unsigned long nh_res_bucket_used_time(const struct nh_res_bucket *bucket) in nh_res_bucket_used_time()
875 const struct nh_res_bucket *bucket, in nh_res_bucket_idle_point()
894 struct nh_res_bucket *bucket) in nh_res_bucket_set_idle()
902 static void nh_res_bucket_set_busy(struct nh_res_bucket *bucket) in nh_res_bucket_set_busy()
907 static clock_t nh_res_bucket_idle_time(const struct nh_res_bucket *bucket) in nh_res_bucket_idle_time()
915 struct nh_res_bucket *bucket, u16 bucket_index, in nh_fill_res_bucket()
964 struct nh_res_bucket *bucket = &res_table->nh_buckets[bucket_index]; in nexthop_bucket_notify() local
1219 struct nh_res_bucket *bucket; in nexthop_select_path_res() local
1445 static void nh_res_bucket_unset_nh(struct nh_res_bucket *bucket) in nh_res_bucket_unset_nh()
[all …]
/linux-6.6.21/fs/ocfs2/
Dxattr.c121 struct ocfs2_xattr_bucket *bucket; member
318 struct ocfs2_xattr_bucket *bucket; in ocfs2_xattr_bucket_new() local
332 static void ocfs2_xattr_bucket_relse(struct ocfs2_xattr_bucket *bucket) in ocfs2_xattr_bucket_relse()
342 static void ocfs2_xattr_bucket_free(struct ocfs2_xattr_bucket *bucket) in ocfs2_xattr_bucket_free()
357 static int ocfs2_init_xattr_bucket(struct ocfs2_xattr_bucket *bucket, in ocfs2_init_xattr_bucket()
390 static int ocfs2_read_xattr_bucket(struct ocfs2_xattr_bucket *bucket, in ocfs2_read_xattr_bucket()
415 struct ocfs2_xattr_bucket *bucket, in ocfs2_xattr_bucket_journal_access()
434 struct ocfs2_xattr_bucket *bucket) in ocfs2_xattr_bucket_journal_dirty()
1701 struct ocfs2_xattr_bucket *bucket = loc->xl_storage; in ocfs2_xa_bucket_journal_access() local
1709 struct ocfs2_xattr_bucket *bucket = loc->xl_storage; in ocfs2_xa_bucket_journal_dirty() local
[all …]
/linux-6.6.21/drivers/cpuidle/governors/
Dmenu.c116 unsigned int bucket; member
124 int bucket = 0; in which_bucket() local
/linux-6.6.21/include/net/
Dtransp_v6.h51 __u16 destp, int bucket) in ip6_dgram_sock_seq_show()
/linux-6.6.21/security/safesetid/
Dsecurityfs.c74 int bucket; in __release_ruleset() local
100 int bucket; in verify_ruleset() local
/linux-6.6.21/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
/linux-6.6.21/drivers/md/persistent-data/
Ddm-transaction-manager.c108 unsigned int bucket = dm_hash_block(b, DM_HASH_MASK); in is_shadow() local
128 unsigned int bucket; in insert_shadow() local
145 struct hlist_head *bucket; in wipe_shadow_table() local
/linux-6.6.21/net/openvswitch/
Dvport.c97 struct hlist_head *bucket = hash_bucket(net, name); in ovs_vport_locate() local
212 struct hlist_head *bucket; in ovs_vport_add() local
/linux-6.6.21/arch/sparc/kernel/
Dirq_64.c207 struct ino_bucket bucket; member
258 struct ino_bucket *bucket; in cookie_exists() local
279 struct ino_bucket *bucket; in sysino_exists() local
616 struct ino_bucket *bucket; in build_irq() local
739 struct ino_bucket *bucket; in sysino_set_bucket() local
/linux-6.6.21/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()
/linux-6.6.21/net/rxrpc/
Dproc.c245 unsigned int bucket, n; in rxrpc_peer_seq_start() local
280 unsigned int bucket, n; in rxrpc_peer_seq_next() local
/linux-6.6.21/fs/fscache/
Dvolume.c165 unsigned int bucket, collidee_debug_id = 0; in fscache_hash_volume() local
363 unsigned int bucket; in fscache_unhash_volume() local
/linux-6.6.21/net/ipv6/
Droute.c1443 static void rt6_remove_exception(struct rt6_exception_bucket *bucket, in rt6_remove_exception()
1472 static void rt6_exception_remove_oldest(struct rt6_exception_bucket *bucket) in rt6_exception_remove_oldest()
1515 __rt6_find_exception_spinlock(struct rt6_exception_bucket **bucket, in __rt6_find_exception_spinlock()
1548 __rt6_find_exception_rcu(struct rt6_exception_bucket **bucket, in __rt6_find_exception_rcu()
1610 struct rt6_exception_bucket *bucket; in fib6_nh_get_excptn_bucket() local
1629 static bool fib6_nh_excptn_bucket_flushed(struct rt6_exception_bucket *bucket) in fib6_nh_excptn_bucket_flushed()
1640 struct rt6_exception_bucket *bucket; in fib6_nh_excptn_bucket_set_flushed() local
1656 struct rt6_exception_bucket *bucket; in rt6_insert_exception() local
1737 struct rt6_exception_bucket *bucket; in fib6_nh_flush_exceptions() local
1791 struct rt6_exception_bucket *bucket; in rt6_find_cached_rt() local
[all …]
/linux-6.6.21/drivers/md/bcache/
Dalloc.c302 static int bch_allocator_push(struct cache *ca, long bucket) in bch_allocator_push()
330 long bucket; in bch_allocator_thread() local

123456