Home
last modified time | relevance | path

Searched refs:ucount (Results 1 – 6 of 6) sorted by relevance

/linux-6.3-rc2/drivers/media/pci/cx18/
A Dcx18-fileops.c260 struct cx18_buffer *buf, char __user *ubuf, size_t ucount, bool *stop) in cx18_copy_buf_to_user() argument
266 if (len > ucount) in cx18_copy_buf_to_user()
267 len = ucount; in cx18_copy_buf_to_user()
364 struct cx18_mdl *mdl, char __user *ubuf, size_t ucount) in cx18_copy_mdl_to_user() argument
390 ucount - tot_written, &stop); in cx18_copy_mdl_to_user()
397 tot_written >= ucount || /* Reader request satisfied */ in cx18_copy_mdl_to_user()
/linux-6.3-rc2/kernel/
A Ducount.c239 if (!atomic_long_inc_below(&iter->ucount[type], max)) in inc_ucount()
246 atomic_long_dec(&iter->ucount[type]); in inc_ucount()
256 long dec = atomic_long_dec_if_positive(&iter->ucount[type]); in dec_ucount()
A DMakefile13 async.o range.o smpboot.o ucount.o regset.o
/linux-6.3-rc2/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
A Dvega12_hwmgr.c1849 uint32_t ucount; in vega12_get_sclks() local
1860 for (i = 0; i < ucount; i++) { in vega12_get_sclks()
1867 clocks->num_levels = ucount; in vega12_get_sclks()
1882 uint32_t ucount; in vega12_get_memclocks() local
1892 for (i = 0; i < ucount; i++) { in vega12_get_memclocks()
1909 uint32_t ucount; in vega12_get_dcefclocks() local
1921 for (i = 0; i < ucount; i++) { in vega12_get_dcefclocks()
1928 clocks->num_levels = ucount; in vega12_get_dcefclocks()
1937 uint32_t ucount; in vega12_get_socclocks() local
1949 for (i = 0; i < ucount; i++) { in vega12_get_socclocks()
[all …]
/linux-6.3-rc2/include/linux/
A Duser_namespace.h112 atomic_long_t ucount[UCOUNT_COUNTS]; member
/linux-6.3-rc2/drivers/media/pci/ivtv/
A Divtv-fileops.c287 char __user *ubuf, size_t ucount) in ivtv_copy_buf_to_user() argument
292 if (len > ucount) len = ucount; in ivtv_copy_buf_to_user()

Completed in 25 milliseconds