/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | lustre_handles.c | 66 struct handle_bucket *bucket; in class_handle_hash() local 127 struct handle_bucket *bucket; in class_handle_unhash() local 139 struct handle_bucket *bucket; in class_handle2object() local 182 struct handle_bucket *bucket; in class_handle_init() local
|
/linux-4.4.14/net/ceph/crush/ |
D | mapper.c | 73 static int bucket_perm_choose(struct crush_bucket *bucket, in bucket_perm_choose() 133 static int bucket_uniform_choose(struct crush_bucket_uniform *bucket, in bucket_uniform_choose() 140 static int bucket_list_choose(struct crush_bucket_list *bucket, in bucket_list_choose() 193 static int bucket_tree_choose(struct crush_bucket_tree *bucket, in bucket_tree_choose() 225 static int bucket_straw_choose(struct crush_bucket_straw *bucket, in bucket_straw_choose() 297 static int bucket_straw2_choose(struct crush_bucket_straw2 *bucket, in bucket_straw2_choose() 411 struct crush_bucket *bucket, in crush_choose_firstn() 593 struct crush_bucket *bucket, in crush_choose_indep()
|
/linux-4.4.14/net/9p/ |
D | error.c | 196 int bucket; in p9_error_init() local 225 int bucket; in p9_errstr2errno() local
|
/linux-4.4.14/net/sched/ |
D | sch_hhf.c | 328 static struct sk_buff *dequeue_head(struct wdrr_bucket *bucket) in dequeue_head() 338 static void bucket_add(struct wdrr_bucket *bucket, struct sk_buff *skb) in bucket_add() 351 struct wdrr_bucket *bucket; in hhf_drop() local 384 struct wdrr_bucket *bucket; in hhf_enqueue() local 430 struct wdrr_bucket *bucket; in hhf_dequeue() local 657 struct wdrr_bucket *bucket = q->buckets + i; in hhf_init() local
|
/linux-4.4.14/lib/ |
D | dma-debug.c | 268 static void put_hash_bucket(struct hash_bucket *bucket, in put_hash_bucket() 298 static struct dma_debug_entry *__hash_bucket_find(struct hash_bucket *bucket, in __hash_bucket_find() 348 static struct dma_debug_entry *bucket_find_exact(struct hash_bucket *bucket, in bucket_find_exact() 354 static struct dma_debug_entry *bucket_find_contain(struct hash_bucket **bucket, in bucket_find_contain() 384 static void hash_bucket_add(struct hash_bucket *bucket, in hash_bucket_add() 411 struct hash_bucket *bucket = &dma_entry_hash[idx]; in debug_dma_dump_mappings() local 613 struct hash_bucket *bucket; in add_dma_entry() local 1077 struct hash_bucket *bucket; in check_unmap() local 1194 struct hash_bucket *bucket; in check_sync() local 1307 struct hash_bucket *bucket; in debug_dma_mapping_error() local [all …]
|
/linux-4.4.14/fs/ |
D | mbcache.c | 583 unsigned int bucket; in mb_cache_entry_insert() local 664 unsigned int bucket; in mb_cache_entry_get() local 789 unsigned int bucket = hash_long(key, cache->c_bucket_bits); in mb_cache_entry_find_first() local 828 unsigned int bucket = hash_long(key, cache->c_bucket_bits); in mb_cache_entry_find_next() local
|
D | seq_file.c | 1004 struct hlist_head *bucket = per_cpu_ptr(head, *cpu); in seq_hlist_next_percpu() local
|
/linux-4.4.14/fs/nfs/ |
D | pnfs_nfs.c | 76 struct pnfs_commit_bucket *bucket; in pnfs_generic_clear_request_commit() local 114 pnfs_generic_scan_ds_commit_list(struct pnfs_commit_bucket *bucket, in pnfs_generic_scan_ds_commit_list() 184 struct pnfs_commit_bucket *bucket; in pnfs_generic_retry_commit() local 210 struct pnfs_commit_bucket *bucket; in pnfs_generic_alloc_ds_commits() local 238 struct pnfs_commit_bucket *bucket; in pnfs_fetch_commit_bucket_list() local
|
/linux-4.4.14/drivers/misc/vmw_vmci/ |
D | vmci_doorbell.c | 128 u32 bucket = VMCI_DOORBELL_HASH(idx); in dbell_index_table_find() local 147 u32 bucket; in dbell_index_table_add() local 359 u32 bucket = VMCI_DOORBELL_HASH(notify_idx); in dbell_fire_entries() local
|
/linux-4.4.14/fs/dlm/ |
D | debug_fs.c | 371 unsigned bucket; member 430 unsigned bucket, entry; in table_seq_start() local 510 unsigned bucket; in table_seq_next() local
|
D | dir.c | 203 uint32_t hash, bucket; in find_rsb_root() local
|
D | lock.c | 352 uint32_t bucket = r->res_bucket; in put_rsb() local 5470 static struct dlm_rsb *find_grant_rsb(struct dlm_ls *ls, int bucket) in find_grant_rsb() 5513 int bucket = 0; in dlm_recover_grant() local
|
/linux-4.4.14/fs/ocfs2/ |
D | xattr.c | 135 struct ocfs2_xattr_bucket *bucket; member 332 struct ocfs2_xattr_bucket *bucket; in ocfs2_xattr_bucket_new() local 346 static void ocfs2_xattr_bucket_relse(struct ocfs2_xattr_bucket *bucket) in ocfs2_xattr_bucket_relse() 356 static void ocfs2_xattr_bucket_free(struct ocfs2_xattr_bucket *bucket) in ocfs2_xattr_bucket_free() 371 static int ocfs2_init_xattr_bucket(struct ocfs2_xattr_bucket *bucket, in ocfs2_init_xattr_bucket() 404 static int ocfs2_read_xattr_bucket(struct ocfs2_xattr_bucket *bucket, in ocfs2_read_xattr_bucket() 429 struct ocfs2_xattr_bucket *bucket, in ocfs2_xattr_bucket_journal_access() 448 struct ocfs2_xattr_bucket *bucket) in ocfs2_xattr_bucket_journal_dirty() 1690 struct ocfs2_xattr_bucket *bucket = loc->xl_storage; in ocfs2_xa_bucket_journal_access() local 1698 struct ocfs2_xattr_bucket *bucket = loc->xl_storage; in ocfs2_xa_bucket_journal_dirty() local [all …]
|
/linux-4.4.14/drivers/cpuidle/governors/ |
D | menu.c | 127 unsigned int bucket; member 144 int bucket = 0; in which_bucket() local
|
/linux-4.4.14/drivers/md/persistent-data/ |
D | dm-transaction-manager.c | 106 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
|
/linux-4.4.14/net/openvswitch/ |
D | vport.c | 109 struct hlist_head *bucket = hash_bucket(net, name); in ovs_vport_locate() local 207 struct hlist_head *bucket; in ovs_vport_add() local
|
D | datapath.c | 1361 u32 bucket, obj; in ovs_flow_cmd_dump() local 2115 int bucket = cb->args[0], skip = cb->args[1]; in ovs_vport_cmd_dump() local
|
D | flow_table.c | 292 u32 *bucket, u32 *last) in ovs_flow_tbl_dump_next()
|
/linux-4.4.14/include/net/ |
D | raw.h | 44 int bucket; member
|
D | ping.h | 51 int bucket; member
|
D | udp.h | 316 int bucket; member
|
D | neighbour.h | 370 unsigned int bucket; member
|
D | tcp.h | 1649 int bucket, offset, sbucket, num; member
|
/linux-4.4.14/net/mac80211/ |
D | mesh_pathtbl.c | 339 struct hlist_head *bucket; in mpath_lookup() local 534 struct hlist_head *bucket; in mesh_path_add() local 668 struct hlist_head *bucket; in mpp_path_add() local 891 struct hlist_head *bucket; in mesh_path_del() local
|
D | mesh.h | 189 struct list_head bucket[RMC_BUCKETS]; member
|
/linux-4.4.14/arch/sparc/kernel/ |
D | irq_64.c | 206 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
|
/linux-4.4.14/net/netfilter/ |
D | xt_hashlimit.c | 751 unsigned int *bucket; in dl_seq_start() local 768 unsigned int *bucket = (unsigned int *)v; in dl_seq_next() local 782 unsigned int *bucket = (unsigned int *)v; in dl_seq_stop() local 831 unsigned int *bucket = (unsigned int *)v; in dl_seq_show() local
|
D | nf_conntrack_core.c | 453 unsigned int bucket = hash_bucket(hash, net); in ____nf_conntrack_find() local 1374 void *data, unsigned int *bucket) in get_next_corpse() 1423 unsigned int bucket = 0; in nf_ct_iterate_cleanup() local 1563 int i, bucket, rc; in nf_conntrack_set_hashsize() local
|
D | nf_conntrack_standalone.c | 51 unsigned int bucket; member
|
D | nf_conntrack_expect.c | 466 unsigned int bucket; member
|
D | xt_recent.c | 479 unsigned int bucket; member
|
D | nfnetlink_log.c | 958 unsigned int bucket; member
|
D | nfnetlink_queue.c | 1262 unsigned int bucket; member
|
/linux-4.4.14/drivers/md/bcache/ |
D | alloc.c | 298 static int bch_allocator_push(struct cache *ca, long bucket) in bch_allocator_push() 326 long bucket; in bch_allocator_thread() local
|
D | extents.c | 53 size_t bucket = PTR_BUCKET_NR(c, k, i); in __ptr_invalid() local 74 size_t bucket = PTR_BUCKET_NR(c, k, i); in bch_ptr_status() local
|
D | bcache.h | 194 struct bucket { struct 204 * as multiple threads touch struct bucket without locking argument
|
D | super.c | 501 static void prio_io(struct cache *ca, uint64_t bucket, unsigned long rw) in prio_io() 540 long bucket; in bch_prio_write() local 587 static void prio_read(struct cache *ca, uint64_t bucket) in prio_read()
|
D | journal.c | 44 sector_t bucket = bucket_to_sector(ca->set, ca->sb.d[bucket_index]); in journal_read_bucket() local
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | nf_conntrack_l3proto_ipv4_compat.c | 29 unsigned int bucket; member 218 unsigned int bucket; member
|
/linux-4.4.14/arch/hexagon/kernel/ |
D | ptrace.c | 112 unsigned long bucket; in genregs_set() local
|
/linux-4.4.14/arch/mips/netlogic/xlr/ |
D | fmn.c | 72 int bucket, rv; in fmn_message_handler() local
|
/linux-4.4.14/security/keys/ |
D | keyring.c | 63 unsigned bucket = 0; in keyring_hash() local 111 int bucket; in keyring_publish_name() local 979 int bucket; in find_keyring_by_name() local
|
/linux-4.4.14/net/atm/ |
D | proc.c | 69 int bucket; member 79 static int __vcc_walk(struct sock **sock, int family, int *bucket, loff_t l) in __vcc_walk()
|
/linux-4.4.14/arch/tile/gxio/ |
D | mpipe.c | 174 unsigned int bucket, in gxio_mpipe_init_notif_group_and_buckets() 233 unsigned int bucket, unsigned int num_buckets, in gxio_mpipe_rules_begin()
|
D | iorpc_mpipe.c | 243 unsigned int bucket; member 247 int gxio_mpipe_init_bucket(gxio_mpipe_context_t *context, unsigned int bucket, in gxio_mpipe_init_bucket()
|
/linux-4.4.14/net/llc/ |
D | llc_proc.c | 67 static struct sock *laddr_hash_next(struct llc_sap *sap, int bucket) in laddr_hash_next()
|
/linux-4.4.14/net/ipv6/ |
D | ping.c | 206 int bucket = ((struct ping_iter_state *) seq->private)->bucket; in ping_v6_seq_show() local
|
D | datagram.c | 963 __u16 srcp, __u16 destp, int bucket) in ip6_dgram_sock_seq_show()
|
D | ip6_flowlabel.c | 697 int bucket; member
|
D | udp.c | 1472 int bucket = ((struct udp_iter_state *)seq->private)->bucket; in udp6_seq_show() local
|
D | addrconf.c | 3749 int bucket; member
|
/linux-4.4.14/net/batman-adv/ |
D | fragmentation.c | 151 u8 bucket; in batadv_frag_insert_packet() local
|
/linux-4.4.14/fs/xfs/ |
D | xfs_fsops.c | 156 int bucket; in xfs_growfs_data_private() local
|
D | xfs_log_recover.c | 1583 struct list_head *bucket; in xlog_recover_buffer_pass1() local 1630 struct list_head *bucket; in xlog_peek_buffer_cancelled() local 3962 int bucket) in xlog_recover_clear_agi_bucket() 4003 int bucket) in xlog_recover_process_one_iunlink() 4075 int bucket; in xlog_recover_process_iunlinks() local
|
/linux-4.4.14/fs/ocfs2/dlm/ |
D | dlmdomain.c | 171 struct hlist_head *bucket; in __dlm_insert_lockres() local 193 struct hlist_head *bucket; in __dlm_lookup_lockres_full() local 425 struct hlist_head *bucket; in dlm_migrate_all_locks() local
|
D | dlmmaster.c | 330 struct hlist_head *bucket; in __dlm_insert_mle() local 344 struct hlist_head *bucket; in dlm_find_mle() local 3264 struct hlist_head *bucket; in dlm_clean_master_list() local 3464 struct hlist_head *bucket; in dlm_force_free_mles() local
|
D | dlmdebug.c | 444 struct hlist_head *bucket; in debug_mle_print() local
|
D | dlmrecovery.c | 2127 struct hlist_head *bucket; in dlm_finish_local_lockres_recovery() local 2318 struct hlist_head *bucket; in dlm_do_local_recovery_cleanup() local
|
/linux-4.4.14/drivers/infiniband/core/ |
D | fmr_pool.c | 119 struct hlist_head *bucket; in ib_fmr_cache_lookup() local
|
/linux-4.4.14/arch/tile/include/arch/ |
D | mpipe.h | 43 uint_reg_t bucket : 13; member
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_cs.c | 42 struct list_head bucket[RADEON_CS_NUM_BUCKETS]; member
|
/linux-4.4.14/net/core/ |
D | net-procfs.c | 34 unsigned int bucket; in dev_from_bucket() local
|
D | neighbour.c | 2501 int bucket = state->bucket; in neigh_get_first() local 2603 int bucket = state->bucket; in pneigh_get_first() local
|
/linux-4.4.14/fs/btrfs/ |
D | raid56.c | 350 int bucket = rbio_bucket(rbio); in __remove_rbio_from_cache() local 660 int bucket = rbio_bucket(rbio); in lock_stripe_add() local 749 int bucket; in unlock_stripe() local
|
/linux-4.4.14/fs/omfs/ |
D | dir.c | 28 int bucket = omfs_hash(name, namelen, nbuckets); in omfs_get_bucket() local
|
/linux-4.4.14/net/netfilter/ipvs/ |
D | ip_vs_lblc.c | 107 struct hlist_head bucket[IP_VS_LBLC_TAB_SIZE]; /* hash bucket */ member
|
D | ip_vs_lblcr.c | 277 struct hlist_head bucket[IP_VS_LBLCR_TAB_SIZE]; /* hash bucket */ member
|
D | ip_vs_ctl.c | 1871 int bucket; member
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | en_netdev.c | 636 struct hlist_head *bucket; in mlx4_en_replace_mac() local 1054 struct hlist_head *bucket; in mlx4_en_do_uc_filter() local 1269 struct hlist_head *bucket; in mlx4_en_delete_rss_steer_rules() local
|
D | en_rx.c | 816 struct hlist_head *bucket; in mlx4_en_process_rx_cq() local
|
/linux-4.4.14/drivers/md/ |
D | dm-cache-policy-cleaner.c | 145 struct hlist_head *bucket = &hash->table[h]; in lookup_cache_entry() local
|
D | dm-region-hash.c | 272 struct list_head *bucket = rh->buckets + rh_hash(rh, region); in __rh_lookup() local
|
D | dm-cache-policy-smq.c | 586 static struct entry *h_head(struct hash_table *ht, unsigned bucket) in h_head() 596 static void __h_insert(struct hash_table *ht, unsigned bucket, struct entry *e) in __h_insert()
|
D | dm-cache-policy-mq.c | 505 struct hlist_head *bucket = mq->table + h; in hash_lookup() local
|
/linux-4.4.14/arch/tile/include/gxio/ |
D | mpipe.h | 777 int ring, int bucket, unsigned int count) in gxio_mpipe_credit()
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_cs.c | 41 struct list_head bucket[AMDGPU_CS_NUM_BUCKETS]; member
|
/linux-4.4.14/net/appletalk/ |
D | aarp.c | 911 int bucket; member
|
/linux-4.4.14/drivers/crypto/nx/ |
D | nx-842-pseries.c | 140 int bucket = fls(time); in ibm_nx842_incr_hist() local
|
/linux-4.4.14/net/ipv4/ |
D | ping.c | 1105 int bucket) in ping_v4_format_sock()
|
D | udp.c | 2430 int bucket) in udp4_format_sock()
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | v4l2-ctrls.c | 1781 int bucket; in find_ref() local 1835 int bucket = id % hdl->nr_of_buckets; /* which bucket to use */ in handler_new_ref() local
|
/linux-4.4.14/net/unix/ |
D | af_unix.c | 2735 unsigned long bucket = get_bucket(*pos); in unix_from_bucket() local 2753 unsigned long bucket; in unix_next_socket() local
|
/linux-4.4.14/arch/mips/include/asm/netlogic/xlr/ |
D | fmn.h | 314 static inline int nlm_fmn_receive(int bucket, int *size, int *code, int *stid, in nlm_fmn_receive()
|
/linux-4.4.14/arch/x86/kernel/ |
D | apm_32.c | 913 unsigned int bucket; in apm_cpu_idle() local
|
/linux-4.4.14/net/decnet/ |
D | dn_route.c | 1780 int bucket; member
|
D | af_decnet.c | 2117 int bucket; member
|
/linux-4.4.14/net/netfilter/ipset/ |
D | ip_set_hash_gen.h | 84 struct hbucket __rcu *bucket[0]; /* hashtable buckets */ member
|
/linux-4.4.14/drivers/block/ |
D | cciss.c | 3915 static void calc_bucket_map(int bucket[], int num_buckets, in calc_bucket_map()
|
/linux-4.4.14/drivers/scsi/ |
D | hpsa.c | 8802 static void calc_bucket_map(int bucket[], int num_buckets, in calc_bucket_map()
|