Searched refs:ucount (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/media/pci/cx18/ |
H 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/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | vega12_hwmgr.c | 1859 uint32_t ucount; in vega12_get_sclks() local 1867 ucount = (dpm_table->count > MAX_NUM_CLOCKS) ? in vega12_get_sclks() 1870 for (i = 0; i < ucount; i++) { in vega12_get_sclks() 1877 clocks->num_levels = ucount; in vega12_get_sclks() 1892 uint32_t ucount; in vega12_get_memclocks() local 1899 ucount = (dpm_table->count > MAX_NUM_CLOCKS) ? in vega12_get_memclocks() 1902 for (i = 0; i < ucount; i++) { in vega12_get_memclocks() 1910 clocks->num_levels = data->mclk_latency_table.count = ucount; in vega12_get_memclocks() 1919 uint32_t ucount; in vega12_get_dcefclocks() local 1928 ucount = (dpm_table->count > MAX_NUM_CLOCKS) ? in vega12_get_dcefclocks() [all …]
|
/linux/kernel/trace/ |
H A D | bpf_trace.c | 2692 u32 ucount = info->kprobe_multi.count; in bpf_kprobe_multi_link_fill_link_info() local 2695 if (!uaddrs ^ !ucount) in bpf_kprobe_multi_link_fill_link_info() 2697 if (ucookies && !ucount) in bpf_kprobe_multi_link_fill_link_info() 2707 if (ucount < kmulti_link->cnt) in bpf_kprobe_multi_link_fill_link_info() 2710 ucount = kmulti_link->cnt; in bpf_kprobe_multi_link_fill_link_info() 2714 if (copy_to_user(ucookies, kmulti_link->cookies, ucount * sizeof(u64))) in bpf_kprobe_multi_link_fill_link_info() 2717 for (i = 0; i < ucount; i++) { in bpf_kprobe_multi_link_fill_link_info() 2725 if (copy_to_user(uaddrs, kmulti_link->addrs, ucount * sizeof(u64))) in bpf_kprobe_multi_link_fill_link_info() 2728 for (i = 0; i < ucount; i++) { in bpf_kprobe_multi_link_fill_link_info() 3206 u32 ucount = info->uprobe_multi.count; in bpf_uprobe_multi_link_fill_link_info() local [all …]
|
/linux/include/linux/ |
H A D | user_namespace.h | 122 atomic_long_t ucount[UCOUNT_COUNTS]; member
|
/linux/drivers/media/pci/ivtv/ |
H A D | ivtv-fileops.c | 297 char __user *ubuf, size_t ucount) in ivtv_copy_buf_to_user() argument 302 if (len > ucount) len = ucount; in ivtv_copy_buf_to_user()
|
/linux/kernel/ |
H A D | Makefile | 13 async.o range.o smpboot.o ucount.o regset.o ksyms_common.o
|