Home
last modified time | relevance | path

Searched refs:bucket_id (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/net/core/
H A Dbpf_sk_storage.c654 unsigned int bucket_id; member
667 u32 bucket_id = info->bucket_id; in __acquires() local
673 if (bucket_id >= n_buckets) in __acquires()
684 b = &smap->buckets[bucket_id++]; in __acquires()
697 for (i = bucket_id; i < (1U << smap->bucket_log); i++) { in __acquires()
704 info->bucket_id = i; in __acquires()
714 info->bucket_id = i; in __acquires()
H A Dsock_map.c1337 u32 bucket_id; member
1356 info->bucket_id++; in sock_hash_seq_find_next()
1359 for (; info->bucket_id < htab->buckets_num; info->bucket_id++) { in sock_hash_seq_find_next()
1360 bucket = &htab->buckets[info->bucket_id]; in sock_hash_seq_find_next()
/kernel/linux/linux-6.6/net/core/
H A Dbpf_sk_storage.c703 unsigned int bucket_id; member
716 u32 bucket_id = info->bucket_id; in __acquires() local
722 if (bucket_id >= n_buckets) in __acquires()
733 b = &smap->buckets[bucket_id++]; in __acquires()
746 for (i = bucket_id; i < (1U << smap->bucket_log); i++) { in __acquires()
753 info->bucket_id = i; in __acquires()
763 info->bucket_id = i; in __acquires()
H A Dsock_map.c1295 u32 bucket_id; member
1314 info->bucket_id++; in sock_hash_seq_find_next()
1317 for (; info->bucket_id < htab->buckets_num; info->bucket_id++) { in sock_hash_seq_find_next()
1318 bucket = &htab->buckets[info->bucket_id]; in sock_hash_seq_find_next()
/kernel/linux/linux-5.10/kernel/bpf/
H A Dhashtab.c1655 u32 bucket_id; member
1665 u32 bucket_id = info->bucket_id; in bpf_hash_map_seq_find_next() local
1672 if (bucket_id >= htab->n_buckets) in bpf_hash_map_seq_find_next()
1686 b = &htab->buckets[bucket_id++]; in bpf_hash_map_seq_find_next()
1691 for (i = bucket_id; i < htab->n_buckets; i++) { in bpf_hash_map_seq_find_next()
1699 info->bucket_id = i; in bpf_hash_map_seq_find_next()
1710 info->bucket_id = i; in bpf_hash_map_seq_find_next()
/kernel/linux/linux-6.6/kernel/bpf/
H A Dhashtab.c1979 u32 bucket_id; member
1989 u32 bucket_id = info->bucket_id; in bpf_hash_map_seq_find_next() local
1996 if (bucket_id >= htab->n_buckets) in bpf_hash_map_seq_find_next()
2010 b = &htab->buckets[bucket_id++]; in bpf_hash_map_seq_find_next()
2015 for (i = bucket_id; i < htab->n_buckets; i++) { in bpf_hash_map_seq_find_next()
2023 info->bucket_id = i; in bpf_hash_map_seq_find_next()
2034 info->bucket_id = i; in bpf_hash_map_seq_find_next()
/kernel/linux/linux-5.10/kernel/sched/
H A Dcore.c1006 uc_se->bucket_id = uclamp_bucket_id(value); in uclamp_se_set()
1042 int bucket_id = UCLAMP_BUCKETS - 1; in uclamp_rq_max_value() local
1048 for ( ; bucket_id >= 0; bucket_id--) { in uclamp_rq_max_value()
1049 if (!bucket[bucket_id].tasks) in uclamp_rq_max_value()
1051 return bucket[bucket_id].value; in uclamp_rq_max_value()
1179 * task's uclamp::bucket_id is refcounted on that rq. This also immediately
1199 bucket = &uc_rq->bucket[uc_se->bucket_id]; in uclamp_rq_inc_id()
1255 * bucket[uc_se->bucket_id]. in uclamp_rq_dec_id()
1262 bucket = &uc_rq->bucket[uc_se->bucket_id]; in uclamp_rq_dec_id()
[all...]
/kernel/linux/linux-6.6/kernel/sched/
H A Dcore.c1461 uc_se->bucket_id = uclamp_bucket_id(value); in uclamp_se_set()
1497 int bucket_id = UCLAMP_BUCKETS - 1; in uclamp_rq_max_value() local
1503 for ( ; bucket_id >= 0; bucket_id--) { in uclamp_rq_max_value()
1504 if (!bucket[bucket_id].tasks) in uclamp_rq_max_value()
1506 return bucket[bucket_id].value; in uclamp_rq_max_value()
1607 * task's uclamp::bucket_id is refcounted on that rq. This also immediately
1627 bucket = &uc_rq->bucket[uc_se->bucket_id]; in uclamp_rq_inc_id()
1683 * bucket[uc_se->bucket_id]. in uclamp_rq_dec_id()
1690 bucket = &uc_rq->bucket[uc_se->bucket_id]; in uclamp_rq_dec_id()
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dsched.h701 * @bucket_id: bucket index corresponding to the "assigned" value
705 * The bucket_id is the index of the clamp bucket matching the clamp value
712 * to the "effective" bucket_id.
723 unsigned int bucket_id : bits_per(UCLAMP_BUCKETS); member
/kernel/linux/linux-6.6/include/linux/
H A Dsched.h787 * @bucket_id: bucket index corresponding to the "assigned" value
791 * The bucket_id is the index of the clamp bucket matching the clamp value
798 * to the "effective" bucket_id.
809 unsigned int bucket_id : bits_per(UCLAMP_BUCKETS); member

Completed in 39 milliseconds