Searched refs:ucount (Results 1 - 7 of 7) sorted by relevance

/linux-master/kernel/
H A Ducount.c240 if (!atomic_long_inc_below(&iter->ucount[type], max))
247 atomic_long_dec(&iter->ucount[type]);
257 long dec = atomic_long_dec_if_positive(&iter->ucount[type]);
326 * Grab an extra ucount reference for the caller when
H A DMakefile13 async.o range.o smpboot.o ucount.o regset.o ksyms_common.o
/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega12_hwmgr.c1849 uint32_t ucount; local
1857 ucount = (dpm_table->count > MAX_NUM_CLOCKS) ?
1860 for (i = 0; i < ucount; i++) {
1867 clocks->num_levels = ucount;
1882 uint32_t ucount; local
1889 ucount = (dpm_table->count > MAX_NUM_CLOCKS) ?
1892 for (i = 0; i < ucount; i++) {
1900 clocks->num_levels = data->mclk_latency_table.count = ucount;
1909 uint32_t ucount; local
1918 ucount
1937 uint32_t ucount; local
[all...]
/linux-master/drivers/media/pci/cx18/
H A Dcx18-fileops.c260 struct cx18_buffer *buf, char __user *ubuf, size_t ucount, bool *stop)
266 if (len > ucount)
267 len = ucount;
364 struct cx18_mdl *mdl, char __user *ubuf, size_t ucount)
390 ucount - tot_written, &stop);
397 tot_written >= ucount || /* Reader request satisfied */
259 cx18_copy_buf_to_user(struct cx18_stream *s, struct cx18_buffer *buf, char __user *ubuf, size_t ucount, bool *stop) argument
363 cx18_copy_mdl_to_user(struct cx18_stream *s, struct cx18_mdl *mdl, char __user *ubuf, size_t ucount) argument
/linux-master/include/linux/
H A Duser_namespace.h120 atomic_long_t ucount[UCOUNT_COUNTS]; member in struct:ucounts
/linux-master/kernel/trace/
H A Dbpf_trace.c2685 u32 ucount = info->kprobe_multi.count; local
2688 if (!uaddrs ^ !ucount)
2690 if (ucookies && !ucount)
2700 if (ucount < kmulti_link->cnt)
2703 ucount = kmulti_link->cnt;
2707 if (copy_to_user(ucookies, kmulti_link->cookies, ucount * sizeof(u64)))
2710 for (i = 0; i < ucount; i++) {
2718 if (copy_to_user(uaddrs, kmulti_link->addrs, ucount * sizeof(u64)))
2721 for (i = 0; i < ucount; i++) {
3183 u32 ucount local
[all...]
/linux-master/drivers/media/pci/ivtv/
H A Divtv-fileops.c287 char __user *ubuf, size_t ucount)
292 if (len > ucount) len = ucount;
337 /*IVTV_INFO("copied %lld %d %d %d %d %d vbi %d\n", itv->mpg_data_received, len, ucount,
286 ivtv_copy_buf_to_user(struct ivtv_stream *s, struct ivtv_buffer *buf, char __user *ubuf, size_t ucount) argument

Completed in 720 milliseconds