Home
last modified time | relevance | path

Searched defs:arg (Results 776 – 800 of 3764) sorted by relevance

1...<<31323334353637383940>>...151

/OK3568_Linux_fs/kernel/kernel/sched/
H A Dwait_bit.c21 int wake_bit_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *arg) in wake_bit_function()
161 int sync, void *arg) in var_wake_function()
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/
H A Dmain.c152 int detect_common_prefix(const char *arg, ...) in detect_common_prefix()
180 void fprint_hex(FILE *f, void *arg, unsigned int n, const char *sep) in fprint_hex()
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/
H A Dtsx.c71 char arg[5] = {}; in tsx_init() local
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dtest_btf_newkv.c58 int _dummy_tracepoint(void *arg) in _dummy_tracepoint()
/OK3568_Linux_fs/kernel/arch/um/os-Linux/
H A Dtty.c19 static void grantpt_cb(void *arg) in grantpt_cb()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dsuspend.c89 int cpu_suspend(unsigned long arg, int (*fn)(unsigned long)) in cpu_suspend()
/OK3568_Linux_fs/kernel/tools/perf/trace/beauty/
H A Dperf_event_open.c19 struct syscall_arg *arg) in syscall_arg__scnprintf_perf_flags()
H A Dsched_policy.c18 struct syscall_arg *arg) in syscall_arg__scnprintf_sched_policy()
H A Dmsg_flags.c22 struct syscall_arg *arg) in syscall_arg__scnprintf_msg_flags()
H A Dmode_t.c23 static size_t syscall_arg__scnprintf_mode_t(char *bf, size_t size, struct syscall_arg *arg) in syscall_arg__scnprintf_mode_t()
/OK3568_Linux_fs/kernel/tools/perf/trace/beauty/tracepoints/
H A Dx86_irq_vectors.c19 size_t syscall_arg__scnprintf_x86_irq_vectors(char *bf, size_t size, struct syscall_arg *arg) in syscall_arg__scnprintf_x86_irq_vectors()
H A Dx86_msr.c29 size_t syscall_arg__scnprintf_x86_MSR(char *bf, size_t size, struct syscall_arg *arg) in syscall_arg__scnprintf_x86_MSR()
/OK3568_Linux_fs/kernel/drivers/vfio/
H A Dvfio_spapr_eeh.c32 unsigned int cmd, unsigned long arg) in vfio_spapr_iommu_eeh_ioctl()
H A Dvfio.c164 static void *vfio_noiommu_open(unsigned long arg) in vfio_noiommu_open()
179 unsigned int cmd, unsigned long arg) in vfio_noiommu_ioctl()
981 unsigned long arg) in vfio_ioctl_check_extension()
1058 unsigned long arg) in vfio_ioctl_set_iommu()
1132 unsigned int cmd, unsigned long arg) in vfio_fops_unl_ioctl()
1458 unsigned int cmd, unsigned long arg) in vfio_group_fops_unl_ioctl()
1601 unsigned int cmd, unsigned long arg) in vfio_device_fops_unl_ioctl()
1759 long vfio_external_check_extension(struct vfio_group *group, unsigned long arg) in vfio_external_check_extension()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dspinlock.c5 static void *spin_lock_thread(void *arg) in spin_lock_thread()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dgdth.c3370 static int ioc_event(void __user *arg) in ioc_event()
3407 static int ioc_lockdrv(void __user *arg) in ioc_lockdrv()
3439 static int ioc_resetdrv(void __user *arg, char *cmnd) in ioc_resetdrv()
3552 static int ioc_general(void __user *arg, char *cmnd) in ioc_general()
3617 static int ioc_hdrlist(void __user *arg, char *cmnd) in ioc_hdrlist()
3670 static int ioc_rescan(void __user *arg, char *cmnd) in ioc_rescan()
3800 static int gdth_ioctl(struct file *filep, unsigned int cmd, unsigned long arg) in gdth_ioctl()
3944 unsigned long arg) in gdth_unlocked_ioctl()
/OK3568_Linux_fs/kernel/ipc/
H A Dsem.c1650 static long ksys_semctl(int semid, int semnum, int cmd, unsigned long arg, int version) in ksys_semctl()
1704 SYSCALL_DEFINE4(semctl, int, semid, int, semnum, int, cmd, unsigned long, arg) in SYSCALL_DEFINE4() argument
1710 long ksys_old_semctl(int semid, int semnum, int cmd, unsigned long arg) in ksys_old_semctl()
1717 SYSCALL_DEFINE4(old_semctl, int, semid, int, semnum, int, cmd, unsigned long, arg) in SYSCALL_DEFINE4() argument
1773 static long compat_ksys_semctl(int semid, int semnum, int cmd, int arg, int version) in compat_ksys_semctl()
1818 COMPAT_SYSCALL_DEFINE4(semctl, int, semid, int, semnum, int, cmd, int, arg) in COMPAT_SYSCALL_DEFINE4() argument
1824 long compat_ksys_old_semctl(int semid, int semnum, int cmd, int arg) in compat_ksys_old_semctl()
1831 COMPAT_SYSCALL_DEFINE4(old_semctl, int, semid, int, semnum, int, cmd, int, arg) in COMPAT_SYSCALL_DEFINE4() argument
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dip6mr.c137 struct fib_lookup_arg arg = { in ip6mr_fib_lookup() local
154 int flags, struct fib_lookup_arg *arg) in ip6mr_rule_action()
344 static int ip6mr_hash_cmp(struct rhashtable_compare_arg *arg, in ip6mr_hash_cmp()
941 struct mfc6_cache_cmp_arg arg = { in ip6mr_cache_find() local
954 struct mfc6_cache_cmp_arg arg = { in ip6mr_cache_find_any() local
971 struct mfc6_cache_cmp_arg arg = { in ip6mr_cache_find_parent() local
1857 int ip6mr_ioctl(struct sock *sk, int cmd, void __user *arg) in ip6mr_ioctl()
1932 int ip6mr_compat_ioctl(struct sock *sk, unsigned int cmd, void __user *arg) in ip6mr_compat_ioctl()
/OK3568_Linux_fs/kernel/tools/perf/ui/browsers/
H A Dhists.c801 struct callchain_print_arg *arg) in hist_browser__show_callchain_entry()
827 struct callchain_print_arg *arg) in hist_browser__fprintf_callchain_entry()
858 struct callchain_print_arg *arg) in hist_browser__show_callchain_list()
922 struct callchain_print_arg *arg, in hist_browser__show_callchain_flat()
1026 struct callchain_print_arg *arg, in hist_browser__show_callchain_folded()
1111 struct callchain_print_arg *arg, in hist_browser__show_callchain_graph()
1176 struct callchain_print_arg *arg, in hist_browser__show_callchain()
1219 struct hpp_arg *arg = hpp->ptr; in __hpp__slsmg_color_printf() local
1328 struct hpp_arg arg = { in hist_browser__show_entry() local
1395 struct callchain_print_arg arg = { in hist_browser__show_entry() local
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_surface.c712 struct drm_vmw_surface_arg *arg = (struct drm_vmw_surface_arg *)data; in vmw_surface_destroy_ioctl() local
735 union drm_vmw_surface_create_arg *arg = in vmw_surface_define_ioctl() local
1018 union drm_vmw_surface_reference_arg *arg = in vmw_surface_reference_ioctl() local
1359 union drm_vmw_gb_surface_create_arg *arg = in vmw_gb_surface_define_ioctl() local
1386 union drm_vmw_gb_surface_reference_arg *arg = in vmw_gb_surface_reference_ioctl() local
1415 union drm_vmw_gb_surface_create_ext_arg *arg = in vmw_gb_surface_define_ext_ioctl() local
1434 union drm_vmw_gb_surface_reference_ext_arg *arg = in vmw_gb_surface_reference_ext_ioctl() local
/OK3568_Linux_fs/kernel/tools/testing/selftests/exec/
H A Dbinfmt_script43 def test(name, size, good=True, leading="", root="./", target="/perl", argument
/OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/nvhe/
H A Dearly_alloc.c41 void *hyp_early_alloc_page(void *arg) in hyp_early_alloc_page()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Dxcam_common.cpp46 int xcam_device_ioctl (int fd, unsigned long cmd, void *arg) in xcam_device_ioctl()
/OK3568_Linux_fs/kernel/arch/x86/hyperv/
H A Dhv_spinlock.c83 static __init int hv_parse_nopvspin(char *arg) in hv_parse_nopvspin()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/mesh/
H A Drtw_mesh_pathtbl.h23 #define RTW_MPATH_DBG(fmt, arg...) RTW_PRINT(fmt, ##arg) argument
25 #define RTW_MPATH_DBG(fmt, arg...) do {} while (0) argument

1...<<31323334353637383940>>...151