Home
last modified time | relevance | path

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

12345

/linux/net/ceph/crush/
H A 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()
455 const struct crush_bucket *bucket, in crush_choose_firstn()
648 const struct crush_bucket *bucket, in crush_choose_indep()
/linux/tools/tracing/rtla/src/
H A Dtimerlat.bpf.c75 update_main_hist(void * map,int bucket) update_main_hist() argument
90 update_summary(void * map,unsigned long long latency,int bucket) update_summary() argument
127 int bucket; handle_timerlat_sample() local
[all...]
H A Dosnoise_hist.c107 int bucket; osnoise_hist_update_multiple() local
343 int bucket, cpu; osnoise_print_stats() local
[all...]
/linux/kernel/dma/
H A Ddebug.c268 static void put_hash_bucket(struct hash_bucket *bucket, in put_hash_bucket()
297 static struct dma_debug_entry *__hash_bucket_find(struct hash_bucket *bucket, in __hash_bucket_find()
347 static struct dma_debug_entry *bucket_find_exact(struct hash_bucket *bucket, in bucket_find_exact()
353 static struct dma_debug_entry *bucket_find_contain(struct hash_bucket **bucket, in bucket_find_contain()
381 static void hash_bucket_add(struct hash_bucket *bucket, in hash_bucket_add()
538 struct hash_bucket *bucket = &dma_entry_hash[idx]; in debug_dma_dump_mappings() local
570 struct hash_bucket *bucket = &dma_entry_hash[idx]; in dump_show() local
600 struct hash_bucket *bucket; in add_dma_entry() local
982 struct hash_bucket *bucket; in check_unmap() local
1121 struct hash_bucket *bucket; in check_sync() local
[all …]
/linux/net/sched/
H A Dsch_hhf.c329 /* Removes one skb from head of bucket. */ in dequeue_head() argument
339 bucket_add(struct wdrr_bucket * bucket,struct sk_buff * skb) bucket_add() argument
352 struct wdrr_bucket *bucket; hhf_drop() local
376 struct wdrr_bucket *bucket; hhf_enqueue() local
422 struct wdrr_bucket *bucket; hhf_dequeue() local
647 struct wdrr_bucket *bucket = q->buckets + i; hhf_init() local
[all...]
/linux/block/
H A Dblk-stat.c55 int bucket, cpu; in blk_stat_add() local
80 unsigned int bucket; in blk_stat_timer_fn() local
135 unsigned int bucket; in blk_stat_add_callback() local
/linux/fs/nfs/
H A Dpnfs_nfs.c65 pnfs_free_bucket_lseg(struct pnfs_commit_bucket *bucket) in pnfs_free_bucket_lseg()
83 struct pnfs_commit_bucket *bucket = NULL; in pnfs_generic_clear_request_commit() local
243 pnfs_bucket_scan_ds_commit_list(struct pnfs_commit_bucket *bucket, in pnfs_bucket_scan_ds_commit_list()
358 struct pnfs_commit_bucket *bucket, in pnfs_bucket_get_committing()
374 pnfs_bucket_fetch_commitdata(struct pnfs_commit_bucket *bucket, in pnfs_bucket_fetch_commitdata()
390 struct pnfs_commit_bucket *bucket; in pnfs_generic_retry_commit() local
411 struct pnfs_commit_bucket *bucket; in pnfs_bucket_alloc_ds_commits() local
1181 struct pnfs_commit_bucket *bucket; in pnfs_layout_mark_request_commit() local
/linux/drivers/interconnect/qcom/
H A 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/drivers/md/
H A 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/drivers/misc/vmw_vmci/
H A Dvmci_doorbell.c120 u32 bucket = VMCI_DOORBELL_HASH(idx); in dbell_index_table_find() local
139 u32 bucket; in dbell_index_table_add() local
338 u32 bucket = VMCI_DOORBELL_HASH(notify_idx); in dbell_fire_entries() local
/linux/net/ipv4/
H A Dnexthop.c180 struct nh_res_bucket *bucket = &res_table->nh_buckets[i]; in nh_notifier_res_table_info_init() local
1108 static unsigned long nh_res_bucket_used_time(const struct nh_res_bucket *bucket) in nh_res_bucket_used_time()
1115 const struct nh_res_bucket *bucket, in nh_res_bucket_idle_point()
1134 struct nh_res_bucket *bucket) in nh_res_bucket_set_idle()
1142 static void nh_res_bucket_set_busy(struct nh_res_bucket *bucket) in nh_res_bucket_set_busy()
1147 static clock_t nh_res_bucket_idle_time(const struct nh_res_bucket *bucket) in nh_res_bucket_idle_time()
1155 struct nh_res_bucket *bucket, u16 bucket_index, in nh_fill_res_bucket()
1204 struct nh_res_bucket *bucket = &res_table->nh_buckets[bucket_index]; in nexthop_bucket_notify() local
1480 struct nh_res_bucket *bucket; in nexthop_select_path_res() local
1707 static void nh_res_bucket_unset_nh(struct nh_res_bucket *bucket) in nh_res_bucket_unset_nh()
[all …]
/linux/net/netfilter/
H A Dxt_hashlimit.c1060 unsigned int *bucket; in dl_seq_start() local
1077 unsigned int *bucket = v; in dl_seq_next() local
1091 unsigned int *bucket = v; in dl_seq_stop() local
1177 unsigned int *bucket = (unsigned int *)v; in dl_seq_show_v2() local
1191 unsigned int *bucket = v; in dl_seq_show_v1() local
1205 unsigned int *bucket = v; in dl_seq_show() local
/linux/security/safesetid/
H A Dsecurityfs.c74 int bucket; in __release_ruleset() local
100 int bucket; in verify_ruleset() local
/linux/net/openvswitch/
H A Dvport.c96 struct hlist_head *bucket = hash_bucket(net, name); in ovs_vport_locate() local
211 struct hlist_head *bucket; in ovs_vport_add() local
/linux/arch/sparc/kernel/
H A 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
611 struct ino_bucket *bucket; in build_irq() local
734 struct ino_bucket *bucket; in sysino_set_bucket() local
/linux/net/atm/
H A Dproc.c67 int bucket; member
76 static int __vcc_walk(struct sock **sock, int family, int *bucket, loff_t l) in __vcc_walk()
/linux/fs/netfs/
H A Dfscache_volume.c178 unsigned int bucket, collidee_debug_id = 0; in fscache_hash_volume() local
374 unsigned int bucket; in fscache_unhash_volume() local
/linux/net/ipv6/
H A Droute.c1504 static void rt6_remove_exception(struct rt6_exception_bucket *bucket, in rt6_remove_exception()
1530 static void rt6_exception_remove_oldest(struct rt6_exception_bucket *bucket) in rt6_exception_remove_oldest()
1573 __rt6_find_exception_spinlock(struct rt6_exception_bucket **bucket, in __rt6_find_exception_spinlock()
1606 __rt6_find_exception_rcu(struct rt6_exception_bucket **bucket, in __rt6_find_exception_rcu()
1672 struct rt6_exception_bucket *bucket; in fib6_nh_get_excptn_bucket() local
1691 static bool fib6_nh_excptn_bucket_flushed(struct rt6_exception_bucket *bucket) in fib6_nh_excptn_bucket_flushed()
1702 struct rt6_exception_bucket *bucket; in fib6_nh_excptn_bucket_set_flushed() local
1718 struct rt6_exception_bucket *bucket; in rt6_insert_exception() local
1800 struct rt6_exception_bucket *bucket; in fib6_nh_flush_exceptions() local
1856 struct rt6_exception_bucket *bucket; in rt6_find_cached_rt() local
[all …]
/linux/drivers/md/bcache/
H A Dbcache.h197 struct bucket { struct
208 * as multiple threads touch struct bucket without locking argument
H A Dextents.c54 size_t bucket = PTR_BUCKET_NR(c, k, i); in __ptr_invalid() local
75 size_t bucket = PTR_BUCKET_NR(c, k, i); in bch_ptr_status() local
H A Dalloc.c296 static int bch_allocator_push(struct cache *ca, long bucket) in bch_allocator_push()
323 long bucket; in bch_allocator_thread() local
/linux/net/rxrpc/
H A Dproc.c320 unsigned int bucket, n; in rxrpc_peer_seq_start() local
355 unsigned int bucket, n; in rxrpc_peer_seq_next() local
/linux/tools/testing/selftests/bpf/progs/
H A Dsock_iter_batch.c28 unsigned int bucket[2]; variable
/linux/net/core/
H A Dsock_map.c897 struct bpf_shtab_bucket *bucket; in __sock_hash_lookup_elem() local
921 struct bpf_shtab_bucket *bucket; in sock_hash_delete_from_link() local
945 struct bpf_shtab_bucket *bucket; in sock_hash_delete_elem() local
997 struct bpf_shtab_bucket *bucket; in sock_hash_update_common() local
1147 struct bpf_shtab_bucket *bucket; in sock_hash_free() local
1320 struct bpf_shtab_bucket *bucket; in sock_hash_seq_find_next() local
/linux/net/vmw_vsock/
H A Ddiag.c52 unsigned int bucket; in vsock_diag_dump() local

12345