/linux-6.3-rc2/net/mptcp/ |
A D | token.c | 111 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.3-rc2/net/ceph/crush/ |
A D | mapper.c | 74 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.3-rc2/kernel/dma/ |
A D | debug.c | 263 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() 376 static void hash_bucket_add(struct hash_bucket *bucket, in hash_bucket_add() 406 struct hash_bucket *bucket = &dma_entry_hash[idx]; in debug_dma_dump_mappings() local 555 struct hash_bucket *bucket; in add_dma_entry() local 772 struct hash_bucket *bucket = &dma_entry_hash[idx]; in dump_show() local 946 struct hash_bucket *bucket; in check_unmap() local 1079 struct hash_bucket *bucket; in check_sync() local 1231 struct hash_bucket *bucket; in debug_dma_mapping_error() local [all …]
|
/linux-6.3-rc2/fs/nfs/ |
A D | nfs42xattr.c | 87 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
|
A D | pnfs_nfs.c | 63 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 1162 struct pnfs_commit_bucket *bucket; in pnfs_layout_mark_request_commit() local
|
/linux-6.3-rc2/net/sched/ |
A D | sch_hhf.c | 329 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.3-rc2/net/9p/ |
A D | error.c | 179 int bucket; in p9_error_init() local 208 int bucket; in p9_errstr2errno() local
|
/linux-6.3-rc2/block/ |
A D | blk-stat.c | 56 int bucket, cpu; in blk_stat_add() local 84 unsigned int bucket; in blk_stat_timer_fn() local 140 unsigned int bucket; in blk_stat_add_callback() local
|
/linux-6.3-rc2/drivers/md/ |
A D | dm-clone-target.c | 564 #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.3-rc2/drivers/misc/vmw_vmci/ |
A D | vmci_doorbell.c | 120 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.3-rc2/net/ipv4/ |
A D | nexthop.c | 167 struct nh_res_bucket *bucket = &res_table->nh_buckets[i]; in nh_notifier_res_table_info_init() local 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() 915 struct nh_res_bucket *bucket, u16 bucket_index, in nh_fill_res_bucket() 1196 struct nh_res_bucket *bucket; in nexthop_select_path_res() local 1444 struct nh_res_bucket *bucket, in nh_res_bucket_should_migrate() 1576 struct nh_res_bucket *bucket = &res_table->nh_buckets[i]; in nh_res_table_upkeep() local 1673 struct nh_res_bucket *bucket = &res_table->nh_buckets[i]; in nh_res_table_migrate_buckets() local 2048 struct nh_res_bucket *bucket = &res_table->nh_buckets[i]; in replace_nexthop_single_notify_res() local 3358 struct nh_res_bucket *bucket; in rtm_dump_nexthop_bucket_nh() local [all …]
|
/linux-6.3-rc2/fs/ocfs2/ |
A D | xattr.c | 125 struct ocfs2_xattr_bucket *bucket; member 322 struct ocfs2_xattr_bucket *bucket; in ocfs2_xattr_bucket_new() local 419 struct ocfs2_xattr_bucket *bucket, in ocfs2_xattr_bucket_journal_access() 438 struct ocfs2_xattr_bucket *bucket) in ocfs2_xattr_bucket_journal_dirty() 3747 struct ocfs2_xattr_bucket *bucket, in ocfs2_find_xe_in_bucket() 3824 int low_bucket = 0, bucket, high_bucket; in ocfs2_xattr_bucket_find() local 3974 struct ocfs2_xattr_bucket *bucket; in ocfs2_iterate_xattr_buckets() local 5652 struct ocfs2_xattr_bucket *bucket, in ocfs2_delete_xattr_in_bucket() 5728 struct ocfs2_xattr_bucket *bucket = in ocfs2_xattr_bucket_post_refcount() local 6690 struct ocfs2_xattr_bucket *bucket; in ocfs2_get_reflink_xattr_value_root() local [all …]
|
/linux-6.3-rc2/include/net/ |
A D | transp_v6.h | 53 __u16 destp, int bucket) in ip6_dgram_sock_seq_show()
|
/linux-6.3-rc2/drivers/cpuidle/governors/ |
A D | menu.c | 114 unsigned int bucket; member 122 int bucket = 0; in which_bucket() local
|
/linux-6.3-rc2/drivers/interconnect/qcom/ |
A D | bcm-voter.c | 64 size_t i, bucket; in bcm_aggregate() local 126 static void tcs_list_gen(struct bcm_voter *voter, int bucket, in tcs_list_gen()
|
/linux-6.3-rc2/security/safesetid/ |
A D | securityfs.c | 74 int bucket; in __release_ruleset() local 100 int bucket; in verify_ruleset() local
|
/linux-6.3-rc2/net/netfilter/ |
A D | xt_hashlimit.c | 1056 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.3-rc2/drivers/md/persistent-data/ |
A D | dm-transaction-manager.c | 108 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.3-rc2/net/openvswitch/ |
A D | vport.c | 97 struct hlist_head *bucket = hash_bucket(net, name); in ovs_vport_locate() local 198 struct hlist_head *bucket; in ovs_vport_add() local
|
/linux-6.3-rc2/arch/sparc/kernel/ |
A D | irq_64.c | 207 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.3-rc2/net/atm/ |
A D | proc.c | 69 int bucket; member 78 static int __vcc_walk(struct sock **sock, int family, int *bucket, loff_t l) in __vcc_walk()
|
/linux-6.3-rc2/fs/fscache/ |
A D | volume.c | 165 unsigned int bucket, collidee_debug_id = 0; in fscache_hash_volume() local 363 unsigned int bucket; in fscache_unhash_volume() local
|
/linux-6.3-rc2/net/rxrpc/ |
A D | proc.c | 245 unsigned int bucket, n; in rxrpc_peer_seq_start() local 280 unsigned int bucket, n; in rxrpc_peer_seq_next() local
|
/linux-6.3-rc2/net/ipv6/ |
A D | route.c | 1609 struct rt6_exception_bucket *bucket; in fib6_nh_get_excptn_bucket() local 1639 struct rt6_exception_bucket *bucket; in fib6_nh_excptn_bucket_set_flushed() local 1655 struct rt6_exception_bucket *bucket; in rt6_insert_exception() local 1736 struct rt6_exception_bucket *bucket; in fib6_nh_flush_exceptions() local 1790 struct rt6_exception_bucket *bucket; in rt6_find_cached_rt() local 1832 struct rt6_exception_bucket *bucket; in fib6_nh_remove_exception() local 1916 struct rt6_exception_bucket *bucket; in fib6_nh_update_exception() local 2013 struct rt6_exception_bucket *bucket; in rt6_exceptions_update_pmtu() local 2042 struct rt6_exception_bucket *bucket; in fib6_nh_exceptions_clean_tohost() local 2117 struct rt6_exception_bucket *bucket; in fib6_nh_age_exceptions() local [all …]
|
/linux-6.3-rc2/fs/dlm/ |
A D | debug_fs.c | 370 unsigned bucket; member 429 unsigned bucket, entry; in table_seq_start() local 509 unsigned bucket; in table_seq_next() local
|