Searched refs:ucount (Results 1 – 9 of 9) sorted by relevance
/linux/kernel/ |
A D | ucount.c | 241 if (!atomic_long_inc_below(&iter->ucount[type], max)) in inc_ucount() 248 atomic_long_dec(&iter->ucount[type]); in inc_ucount() 258 long dec = atomic_long_dec_if_positive(&iter->ucount[type]); in dec_ucount() 271 long new = atomic_long_add_return(v, &iter->ucount[type]); in inc_rlimit_ucounts() 286 long dec = atomic_long_sub_return(v, &iter->ucount[type]); in dec_rlimit_ucounts() 299 long dec = atomic_long_sub_return(1, &iter->ucount[type]); in do_dec_rlimit_put_ucounts() 320 long new = atomic_long_add_return(1, &iter->ucount[type]); in inc_rlimit_get_ucounts() 337 dec = atomic_long_sub_return(1, &iter->ucount[type]); in inc_rlimit_get_ucounts()
|
A D | .ucount.o.cmd | 1 …ucount.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin/a… 3 source_kernel/ucount.o := kernel/ucount.c 5 deps_kernel/ucount.o := \ 781 kernel/ucount.o: $(deps_kernel/ucount.o) 783 $(deps_kernel/ucount.o):
|
A D | .built-in.a.cmd | 1 ….o kernel/reboot.o kernel/async.o kernel/range.o kernel/smpboot.o kernel/ucount.o kernel/regset.o …
|
A D | Makefile | 13 async.o range.o smpboot.o ucount.o regset.o
|
A D | built-in.a | 32 ucount.o/
|
/linux/drivers/media/pci/cx18/ |
A D | cx18-fileops.c | 260 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/include/linux/ |
A D | user_namespace.h | 109 atomic_long_t ucount[UCOUNT_COUNTS]; member 125 return atomic_long_read(&ucounts->ucount[type]); in get_ucounts_value()
|
/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
A D | vega12_hwmgr.c | 1828 uint32_t ucount; in vega12_get_sclks() local 1839 for (i = 0; i < ucount; i++) { in vega12_get_sclks() 1846 clocks->num_levels = ucount; in vega12_get_sclks() 1861 uint32_t ucount; in vega12_get_memclocks() local 1871 for (i = 0; i < ucount; i++) { in vega12_get_memclocks() 1888 uint32_t ucount; in vega12_get_dcefclocks() local 1900 for (i = 0; i < ucount; i++) { in vega12_get_dcefclocks() 1907 clocks->num_levels = ucount; in vega12_get_dcefclocks() 1916 uint32_t ucount; in vega12_get_socclocks() local 1928 for (i = 0; i < ucount; i++) { in vega12_get_socclocks() [all …]
|
/linux/drivers/media/pci/ivtv/ |
A D | ivtv-fileops.c | 287 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 16 milliseconds