Home
last modified time | relevance | path

Searched defs:bucket (Results 51 – 75 of 138) sorted by relevance

123456

/Linux-v6.6/net/ipv6/
Dping.c241 int bucket = ((struct ping_iter_state *) seq->private)->bucket; in ping_v6_seq_show() local
/Linux-v6.6/fs/notify/fanotify/
Dfanotify.c191 unsigned int bucket = fanotify_event_hash_bucket(group, new); in fanotify_merge() local
878 unsigned int bucket = fanotify_event_hash_bucket(group, event); in fanotify_insert_event() local
/Linux-v6.6/kernel/bpf/
Dstackmap.c214 struct stack_map_bucket *bucket, *new_bucket, *old_bucket; in __bpf_get_stackid() local
569 struct stack_map_bucket *bucket, *old_bucket; in bpf_stackmap_copy() local
/Linux-v6.6/net/batman-adv/
Dfragmentation.c145 u8 bucket; in batadv_frag_insert_packet() local
/Linux-v6.6/fs/ocfs2/dlm/
Ddlmmaster.c313 struct hlist_head *bucket; in __dlm_insert_mle() local
327 struct hlist_head *bucket; in dlm_find_mle() local
3331 struct hlist_head *bucket; in dlm_clean_master_list() local
3531 struct hlist_head *bucket; in dlm_force_free_mles() local
Ddlmrecovery.c2132 struct hlist_head *bucket; in dlm_finish_local_lockres_recovery() local
2324 struct hlist_head *bucket; in dlm_do_local_recovery_cleanup() local
/Linux-v6.6/fs/fuse/
Dinode.c576 struct fuse_sync_bucket *bucket; in fuse_sync_bucket_alloc() local
589 struct fuse_sync_bucket *bucket, *new_bucket; in fuse_sync_fs_writes() local
888 struct fuse_sync_bucket *bucket; in fuse_conn_put() local
/Linux-v6.6/io_uring/
Dpoll.c851 struct io_hash_bucket *bucket; in __io_poll_cancel() local
974 struct io_hash_bucket *bucket; in io_poll_remove() local
/Linux-v6.6/drivers/target/iscsi/cxgbit/
Dcxgbit_cm.c85 int bucket = cxgbit_np_hashfn(cnp); in cxgbit_np_hash_add() local
101 int stid = -1, bucket = cxgbit_np_hashfn(cnp); in cxgbit_np_hash_find() local
118 int stid = -1, bucket = cxgbit_np_hashfn(cnp); in cxgbit_np_hash_del() local
/Linux-v6.6/drivers/md/bcache/
Dsuper.c590 static void prio_io(struct cache *ca, uint64_t bucket, blk_opf_t opf) in prio_io()
643 long bucket; in bch_prio_write() local
691 static int prio_read(struct cache *ca, uint64_t bucket) in prio_read()
/Linux-v6.6/net/core/
Dnet-procfs.c34 unsigned int bucket; in dev_from_bucket() local
Dgro.c439 u32 bucket = skb_get_hash_raw(skb) & (GRO_HASH_BUCKETS - 1); in dev_gro_receive() local
/Linux-v6.6/include/linux/
Datalk.h149 int bucket; member
/Linux-v6.6/fs/btrfs/
Dcompression.c585 struct bucket_item *bucket; member
1234 struct bucket_item *bucket = ws->bucket; in byte_core_set_size() local
/Linux-v6.6/fs/jffs2/
Dgc.c141 int bucket, want_ino; in jffs2_garbage_collect_pass() local
/Linux-v6.6/drivers/gpu/drm/radeon/
Dradeon_cs.c48 struct list_head bucket[RADEON_CS_NUM_BUCKETS]; member
/Linux-v6.6/net/mac80211/
Dmesh.h187 struct hlist_head bucket[RMC_BUCKETS]; member
/Linux-v6.6/fs/xfs/
Dxfs_buf_item_recover.c52 struct list_head *bucket; in xlog_find_buffer_cancelled() local
Dxfs_log_recover.c2639 int bucket) in xlog_recover_clear_agi_bucket()
2680 int bucket) in xlog_recover_iunlink_bucket()
2765 int bucket; in xlog_recover_iunlink_ag() local
/Linux-v6.6/fs/omfs/
Ddir.c28 int bucket = omfs_hash(name, namelen, nbuckets); in omfs_get_bucket() local
/Linux-v6.6/drivers/net/ethernet/freescale/fman/
Dfman_dtsec.c458 static void set_bucket(struct dtsec_regs __iomem *regs, int bucket, in set_bucket()
1017 s32 bucket; in dtsec_add_hash_mac_address() local
1120 s32 bucket; in dtsec_del_hash_mac_address() local
/Linux-v6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dpno.c552 u64 brcmf_pno_find_reqid_by_bucket(struct brcmf_pno_info *pi, u32 bucket) in brcmf_pno_find_reqid_by_bucket()
/Linux-v6.6/net/netfilter/ipvs/
Dip_vs_lblc.c103 struct hlist_head bucket[IP_VS_LBLC_TAB_SIZE]; /* hash bucket */ member
/Linux-v6.6/tools/testing/selftests/bpf/progs/
Dbpf_iter.h106 int bucket __attribute__((aligned(8))); member
/Linux-v6.6/drivers/md/
Ddm-ps-historical-service-time.c150 int bucket = clamp(delta >> HST_BUCKET_SHIFT, 0ULL, in hst_weight() local

123456