Home
last modified time | relevance | path

Searched defs:arg (Results 5076 - 5100 of 7944) sorted by relevance

1...<<201202203204205206207208209210>>...318

/kernel/linux/linux-6.6/security/apparmor/
H A Dpolicy.c187 static void aa_free_data(void *ptr, void *arg) in aa_free_data() argument
/kernel/linux/linux-6.6/sound/core/
H A Dinit.c454 snd_disconnect_ioctl(struct file *file, unsigned int cmd, unsigned long arg) snd_disconnect_ioctl() argument
H A Dcompress_offload.c225 snd_compr_ioctl_avail(struct snd_compr_stream *stream, unsigned long arg) in snd_compr_ioctl_avail() argument
445 snd_compr_get_caps(struct snd_compr_stream *stream, unsigned long arg) in snd_compr_get_caps() argument
465 snd_compr_get_codec_caps(struct snd_compr_stream *stream, unsigned long arg) in snd_compr_get_codec_caps() argument
587 snd_compr_set_params(struct snd_compr_stream *stream, unsigned long arg) in snd_compr_set_params() argument
631 snd_compr_get_params(struct snd_compr_stream *stream, unsigned long arg) in snd_compr_get_params() argument
654 snd_compr_get_metadata(struct snd_compr_stream *stream, unsigned long arg) snd_compr_get_metadata() argument
676 snd_compr_set_metadata(struct snd_compr_stream *stream, unsigned long arg) snd_compr_set_metadata() argument
697 snd_compr_tstamp(struct snd_compr_stream *stream, unsigned long arg) snd_compr_tstamp() argument
966 snd_compr_ioctl(struct file *f, unsigned int cmd, unsigned long arg) snd_compr_ioctl() argument
1038 snd_compr_ioctl_compat(struct file *file, unsigned int cmd, unsigned long arg) snd_compr_ioctl_compat() argument
[all...]
/kernel/linux/linux-6.6/scripts/
H A Dsorttable.h134 static void *sort_orctable(void *arg) in sort_orctable() argument
212 static void *sort_mcount_loc(void *arg) in sort_mcount_loc() argument
/kernel/linux/linux-6.6/tools/testing/selftests/cgroup/
H A Dtest_memcontrol.c93 static int alloc_anon_50M_check(const char *cgroup, void *arg) in alloc_anon_50M_check() argument
129 static int alloc_pagecache_50M_check(const char *cgroup, void *arg) in alloc_pagecache_50M_check() argument
198 static int alloc_pagecache_50M_noexit(const char *cgroup, void *arg) in alloc_pagecache_50M_noexit() argument
212 static int alloc_anon_noexit(const char *cgroup, void *arg) in alloc_anon_noexit() argument
464 static int alloc_pagecache_max_30M(const char *cgroup, void *arg) in alloc_pagecache_max_30M() argument
544 static int alloc_anon_mlock(const char *cgroup, void *arg) in alloc_anon_mlock() argument
784 static int alloc_anon_50M_check_swap(const char *cgroup, void *arg) in alloc_anon_50M_check_swap() argument
928 tcp_server(const char *cgroup, void *arg) tcp_server() argument
[all...]
H A Dcgroup_util.c323 cg_run(const char *cgroup, int (*fn)(const char *cgroup, void *arg), void *arg) cg_run() argument
421 clone_into_cgroup_run_nowait(const char *cgroup, int (*fn)(const char *cgroup, void *arg), void *arg) clone_into_cgroup_run_nowait() argument
440 cg_run_nowait(const char *cgroup, int (*fn)(const char *cgroup, void *arg), void *arg) cg_run_nowait() argument
495 alloc_anon(const char *cgroup, void *arg) alloc_anon() argument
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/hid/
H A Dhid_bpf.c235 static void *uhid_read_events_thread(void *arg) in uhid_read_events_thread() argument
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/
H A Dpm_nl_ctl.c350 int arg; in dsf() local
466 int arg; csf() local
587 int arg; remove_addr() local
639 int arg; announce_addr() local
765 int arg; add_addr() local
1301 int arg = 2; set_flags() local
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dtoeplitz.c425 static void parse_cpulist(const char *arg) in parse_cpulist() argument
469 static void parse_rps_bitmap(const char *arg) in parse_rps_bitmap() argument
/kernel/linux/linux-6.6/tools/usb/
H A Dffs-test.c388 static void cleanup_thread(void *arg) in cleanup_thread() argument
419 static void *start_thread_helper(void *arg) in start_thread_helper() argument
H A Dtestusb.c291 static void *handle_testdev (void *arg) in handle_testdev() argument
/kernel/liteos_a/fs/jffs2/src/
H A Dvfs_jffs2.c518 int VfsJffs2Ioctl(struct file *filep, int cmd, unsigned long arg) in VfsJffs2Ioctl() argument
/kernel/liteos_a/kernel/base/ipc/
H A Dlos_signal.c263 int OsSigProcessForeachChild(LosProcessCB *spcb, ForEachTaskCB handler, void *arg) in OsSigProcessForeachChild() argument
276 static int SigProcessSignalHandler(LosTaskCB *tcb, void *arg) in SigProcessSignalHandler() argument
321 static int SigProcessKillSigHandler(LosTaskCB *tcb, void *arg) in SigProcessKillSigHandler() argument
/kernel/liteos_a/net/lwip-2.1/enhancement/src/
H A Ddhcps.c758 LWIP_STATIC void dhcps_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *ip_addr, u16_t port) in dhcps_recv() argument
/kernel/liteos_a/fs/vfs/operation/
H A Dvfs_force_umount.c272 static int ErrorFopIoctl(struct file *filep, int cmd, unsigned long arg) in ErrorFopIoctl() argument
/kernel/liteos_a/kernel/base/core/
H A Dlos_swtmr.c564 STATIC INLINE BOOL SwtmrRunqueueFind(SortLinkAttribute *swtmrSortLink, SCHED_TL_FIND_FUNC checkFunc, UINTPTR arg) in SwtmrRunqueueFind() argument
583 STATIC BOOL SwtmrTimeListFind(SCHED_TL_FIND_FUNC checkFunc, UINTPTR arg) in SwtmrTimeListFind() argument
594 BOOL OsSwtmrWorkQueueFind(SCHED_TL_FIND_FUNC checkFunc, UINTPTR arg) in OsSwtmrWorkQueueFind() argument
645 LOS_SwtmrCreate(UINT32 interval, UINT8 mode, SWTMR_PROC_FUNC handler, UINT16 *swtmrID, UINTPTR arg) LOS_SwtmrCreate() argument
[all...]
/kernel/linux/linux-6.6/sound/isa/sb/
H A Dsb16_csp.c183 static int snd_sb_csp_ioctl(struct snd_hwdep * hw, struct file *file, unsigned int cmd, unsigned long arg) in snd_sb_csp_ioctl() argument
/kernel/linux/linux-6.6/sound/oss/dmasound/
H A Ddmasound_atari.c1361 static int AtaMixerIoctl(u_int cmd, u_long arg) in AtaMixerIoctl() argument
1396 static int TTMixerIoctl(u_int cmd, u_long arg) in TTMixerIoctl() argument
1431 FalconMixerIoctl(u_int cmd, u_long arg) FalconMixerIoctl() argument
[all...]
/kernel/liteos_m/components/fs/vfs/
H A Dvfs_fs.c444 unsigned long arg; in VfsIoctl() local
/kernel/liteos_m/components/net/lwip-2.1/porting/src/
H A Dsockets_porting.c218 UINTPTR arg = 0; in ioctl() local
/kernel/liteos_m/kal/posix/src/
H A Dpthread.c128 static int PthreadCreateAttrInit(const pthread_attr_t *attr, void *(*startRoutine)(void *), void *arg, in PthreadCreateAttrInit() argument
194 pthread_create(pthread_t *thread, const pthread_attr_t *attr, void *(*startRoutine)(void *), void *arg) pthread_create() argument
[all...]
/kernel/uniproton/src/net/lwip-2.1/src/
H A Dsockets.c213 UINTPTR arg = 0; in ioctl() local
/kernel/linux/linux-6.6/drivers/s390/cio/
H A Dchsc_sch.c842 chsc_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) chsc_ioctl() argument
/kernel/linux/linux-6.6/drivers/s390/char/
H A Dtape_3590.c466 tape_3590_ioctl(struct tape_device *device, unsigned int cmd, unsigned long arg) in tape_3590_ioctl() argument
242 tape_3592_ioctl_kekl_query(struct tape_device *device, unsigned long arg) tape_3592_ioctl_kekl_query() argument
305 tape_3592_ioctl_kekl_set(struct tape_device *device, unsigned long arg) tape_3592_ioctl_kekl_set() argument
425 tape_3592_ioctl_crypt_set(struct tape_device *device, unsigned long arg) tape_3592_ioctl_crypt_set() argument
448 tape_3592_ioctl_crypt_query(struct tape_device *device, unsigned long arg) tape_3592_ioctl_crypt_query() argument
[all...]
/kernel/linux/linux-6.6/drivers/scsi/elx/libefc/
H A Defc_node.c10 efc_remote_node_cb(void *arg, int event, void *data) in efc_remote_node_cb() argument
32 _efc_node_free(struct kref *arg) in _efc_node_free() argument
363 __efc_node_shutdown(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) __efc_node_shutdown() argument
464 __efc_node_wait_els_shutdown(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) __efc_node_wait_els_shutdown() argument
539 __efc_node_wait_node_free(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) __efc_node_wait_node_free() argument
588 __efc_node_wait_ios_shutdown(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) __efc_node_wait_ios_shutdown() argument
645 __efc_node_common(const char *funcname, struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) __efc_node_common() argument
769 efc_node_post_event(struct efc_node *node, enum efc_sm_event evt, void *arg) efc_node_post_event() argument
843 efc_node_check_els_req(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg, u8 cmd, void (*efc_node_common_func)(const char *, struct efc_sm_ctx *, enum efc_sm_event, void *), const char *funcname) efc_node_check_els_req() argument
852 efc_node_check_ns_req(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg, u16 cmd, void (*efc_node_common_func)(const char *, struct efc_sm_ctx *, enum efc_sm_event, void *), const char *funcname) efc_node_check_ns_req() argument
883 __efc_node_paused(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) __efc_node_paused() argument
1084 efc_node_post_els_resp(struct efc_node *node, u32 evt, void *arg) efc_node_post_els_resp() argument
1094 efc_node_post_shutdown(struct efc_node *node, void *arg) efc_node_post_shutdown() argument
[all...]

Completed in 34 milliseconds

1...<<201202203204205206207208209210>>...318