Home
last modified time | relevance | path

Searched refs:bucket (Results 276 - 300 of 304) sorted by relevance

1...<<111213

/kernel/linux/linux-6.6/include/net/
H A Dneighbour.h404 unsigned int bucket; member
H A Dtcp.h2074 int bucket, offset, sbucket, num; member
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfwil_types.h1158 * struct brcmf_gscan_bucket_config - configuration data for channel bucket.
1163 * @flag: channel bucket report flags.
1203 * @count_of_channel_buckets: number of array members in @bucket.
1206 * @bucket: array of channel buckets.
1217 struct brcmf_gscan_bucket_config bucket[]; member
H A Dcfg80211.c1172 u32 bucket; in brcmf_notify_escan_complete() local
1218 bucket = __ffs(cfg->int_escan_map); in brcmf_notify_escan_complete()
1219 cfg->int_escan_map &= ~BIT(bucket); in brcmf_notify_escan_complete()
1221 bucket); in brcmf_notify_escan_complete()
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_trace.h3443 TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno, unsigned int bucket,
3445 TP_ARGS(mp, agno, bucket, old_ptr, new_ptr),
3449 __field(unsigned int, bucket)
3456 __entry->bucket = bucket;
3460 TP_printk("dev %d:%d agno %u bucket %u old 0x%x new 0x%x",
3463 __entry->bucket,
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_inode.c1817 * being removed from the unlinked hash bucket list.
1894 * Point the AGI unlinked bucket at an inode and log the results. The caller
2028 * There is already another inode in the bucket, so point this in xfs_iunlink_insert_inode()
3665 unsigned int bucket; in xfs_inode_reload_unlinked_bucket() local
3686 bucket = agino % XFS_AGI_UNLINKED_BUCKETS; in xfs_inode_reload_unlinked_bucket()
3696 next_agino = be32_to_cpu(agi->agi_unlinked[bucket]); in xfs_inode_reload_unlinked_bucket()
3735 /* Should have found this inode somewhere in the iunlinked bucket. */ in xfs_inode_reload_unlinked_bucket()
H A Dxfs_trace.h3776 TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno, unsigned int bucket,
3778 TP_ARGS(mp, agno, bucket, old_ptr, new_ptr),
3782 __field(unsigned int, bucket)
3789 __entry->bucket = bucket;
3793 TP_printk("dev %d:%d agno 0x%x bucket %u old 0x%x new 0x%x",
3796 __entry->bucket,
3865 TP_printk("dev %d:%d agno 0x%x agino 0x%x bucket %u",
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_types.h812 struct mlx5dr_icm_bucket *bucket; member
/kernel/linux/linux-5.10/net/netfilter/ipset/
H A Dip_set_hash_gen.h59 /* Currently, at listing one hash bucket must fit into a message. in tune_ahash_max()
72 /* A hash bucket */
112 struct hbucket __rcu *bucket[]; /* hashtable buckets */ member
115 #define hbucket(h, i) ((h)->bucket[i])
1353 /* We assume that one hash bucket fills into one page */ in mtype_list()
1370 pr_debug("cb->arg bucket: %lu, t %p n %p\n", in mtype_list()
1407 pr_warn("Can't list set %s: one bucket does not fit into a message. Please report it!\n", in mtype_list()
/kernel/linux/linux-6.6/net/netfilter/ipset/
H A Dip_set_hash_gen.h47 /* A hash bucket */
87 struct hbucket __rcu *bucket[]; /* hashtable buckets */ member
90 #define hbucket(h, i) ((h)->bucket[i])
1360 /* We assume that one hash bucket fills into one page */ in mtype_list()
1377 pr_debug("cb->arg bucket: %lu, t %p n %p\n", in mtype_list()
1414 pr_warn("Can't list set %s: one bucket does not fit into a message. Please report it!\n", in mtype_list()
/kernel/linux/linux-5.10/net/ipv6/
H A Daddrconf.c4282 int bucket; member
4293 /* initial bucket if pos is 0 */ in if6_get_first()
4295 state->bucket = 0; in if6_get_first()
4299 for (; state->bucket < IN6_ADDR_HSIZE; ++state->bucket) { in if6_get_first()
4300 hlist_for_each_entry_rcu(ifa, &inet6_addr_lst[state->bucket], in if6_get_first()
4312 /* prepare for next bucket */ in if6_get_first()
4333 while (++state->bucket < IN6_ADDR_HSIZE) { in if6_get_next()
4335 &inet6_addr_lst[state->bucket], addr_lst) { in if6_get_next()
H A Draw.c1272 raw_seq_private(seq)->bucket); in raw6_seq_show()
/kernel/linux/linux-6.6/net/ipv6/
H A Daddrconf.c4350 int bucket; member
4361 /* initial bucket if pos is 0 */ in if6_get_first()
4363 state->bucket = 0; in if6_get_first()
4367 for (; state->bucket < IN6_ADDR_HSIZE; ++state->bucket) { in if6_get_first()
4368 hlist_for_each_entry_rcu(ifa, &net->ipv6.inet6_addr_lst[state->bucket], in if6_get_first()
4378 /* prepare for next bucket */ in if6_get_first()
4397 while (++state->bucket < IN6_ADDR_HSIZE) { in if6_get_next()
4399 &net->ipv6.inet6_addr_lst[state->bucket], addr_lst) { in if6_get_next()
H A Draw.c1232 raw_seq_private(seq)->bucket); in raw6_seq_show()
/kernel/linux/linux-5.10/fs/ocfs2/
H A Docfs2_trace.h1788 unsigned int hash, unsigned long long bucket, \
1790 TP_ARGS(ino, name, name_index, hash, bucket, xe_index))
/kernel/linux/linux-6.6/fs/ocfs2/
H A Docfs2_trace.h1789 unsigned int hash, unsigned long long bucket, \
1791 TP_ARGS(ino, name, name_index, hash, bucket, xe_index))
/kernel/linux/linux-5.10/drivers/md/bcache/
H A Dsysfs.c1038 struct bucket *b; in SHOW()
/kernel/linux/linux-6.6/drivers/md/bcache/
H A Dsysfs.c1061 struct bucket *b; in SHOW()
/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_compress_internal.h248 ldmEntry_t* bucket; member
257 BYTE* bucketOffsets; /* Next position in bucket to insert entry */
265 U32 bucketSizeLog; /* Log bucket size for collision resolution, at most 8 */
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc_ct.c3584 u32 cmd, hash, bucket; in lpfc_cmpl_ct_cmd_vmid() local
3663 hash_for_each(vport->hash_table, bucket, cur, hnode) in lpfc_cmpl_ct_cmd_vmid()
H A Dlpfc_scsi.c5477 u32 bucket; in lpfc_vmid_vport_cleanup() local
5488 hash_for_each(vport->hash_table, bucket, cur, hnode) in lpfc_vmid_vport_cleanup()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c783 u32 bucket; in brcmf_notify_escan_complete() local
827 bucket = __ffs(cfg->int_escan_map); in brcmf_notify_escan_complete()
828 cfg->int_escan_map &= ~BIT(bucket); in brcmf_notify_escan_complete()
830 bucket); in brcmf_notify_escan_complete()
/kernel/linux/linux-5.10/include/net/
H A Dtcp.h1980 int bucket, offset, sbucket, num; member
/kernel/linux/linux-5.10/kernel/sched/
H A Dsched.h950 * struct uclamp_bucket - Utilization clamp bucket
951 * @value: utilization clamp value for tasks on this clamp bucket
952 * @tasks: number of RUNNABLE tasks on this clamp bucket
965 * @bucket: utilization clamp buckets affecting a rq
986 struct uclamp_bucket bucket[UCLAMP_BUCKETS]; member
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/mpi/
H A Dmpi30_cnfg.h1148 struct mpi3_iounit12_bucket bucket[MPI3_IOUNIT12_BUCKET_MAX]; member

Completed in 107 milliseconds

1...<<111213