Searched refs:bitmap_weighted_or (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_pagefault.c | 342 num_dss = bitmap_weighted_or(all_dss, gt->fuse_topo.g_dss_mask, in xe_pagefault_queue_init()
|
| H A D | xe_guc_capture.c | 467 total = bitmap_weighted_or(all_dss, gt->fuse_topo.g_dss_mask, in guc_capture_alloc_steered_lists()
|
| /linux/include/linux/ |
| H A D | bitmap.h | 351 unsigned int bitmap_weighted_or(unsigned long *dst, const unsigned long *src1, in bitmap_weighted_or() function
|
| H A D | cpumask.h | 747 return bitmap_weighted_or(cpumask_bits(dstp), cpumask_bits(src1p), in cpumask_weighted_or()
|
| /linux/lib/ |
| H A D | test_bitmap.c | 1546 ret = bitmap_weighted_or(NULL, NULL, NULL, 0); in test_zero_nbits()
|