Home
last modified time | relevance | path

Searched defs:proc (Results 1 – 25 of 60) sorted by relevance

123

/Linux-v5.4/drivers/android/
Dbinder.c314 struct binder_proc *proc; member
399 struct binder_proc *proc; member
538 struct binder_proc *proc; member
627 #define binder_proc_lock(proc) _binder_proc_lock(proc, __LINE__) argument
629 _binder_proc_lock(struct binder_proc *proc, int line) in _binder_proc_lock()
645 _binder_proc_unlock(struct binder_proc *proc, int line) in _binder_proc_unlock()
659 #define binder_inner_proc_lock(proc) _binder_inner_proc_lock(proc, __LINE__) argument
661 _binder_inner_proc_lock(struct binder_proc *proc, int line) in _binder_inner_proc_lock()
675 #define binder_inner_proc_unlock(proc) _binder_inner_proc_unlock(proc, __LINE__) argument
677 _binder_inner_proc_unlock(struct binder_proc *proc, int line) in _binder_inner_proc_unlock()
[all …]
/Linux-v5.4/fs/dlm/
Duser.c180 struct dlm_user_proc *proc; in dlm_user_add_ast() local
236 static int device_user_lock(struct dlm_user_proc *proc, in device_user_lock()
290 static int device_user_unlock(struct dlm_user_proc *proc, in device_user_unlock()
319 static int device_user_deadlock(struct dlm_user_proc *proc, in device_user_deadlock()
380 static int device_user_purge(struct dlm_user_proc *proc, in device_user_purge()
504 struct dlm_user_proc *proc = file->private_data; in device_write() local
632 struct dlm_user_proc *proc; in device_open() local
659 struct dlm_user_proc *proc = file->private_data; in device_close() local
779 struct dlm_user_proc *proc = file->private_data; in device_read() local
890 struct dlm_user_proc *proc = file->private_data; in device_poll() local
/Linux-v5.4/fs/lockd/
Dclntproc.c261 nlmclnt_call(const struct cred *cred, struct nlm_rqst *req, u32 proc) in nlmclnt_call()
339 static struct rpc_task *__nlm_async_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, c… in __nlm_async_call()
367 static int nlm_do_async_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, const struct … in nlm_do_async_call()
381 int nlm_async_call(struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) in nlm_async_call()
390 int nlm_async_reply(struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) in nlm_async_reply()
406 static int nlmclnt_async_call(const struct cred *cred, struct nlm_rqst *req, u32 proc, const struct… in nlmclnt_async_call()
Dmon.c43 u32 proc; member
91 static int nsm_mon_unmon(struct nsm_handle *nsm, u32 proc, struct nsm_res *res, in nsm_mon_unmon()
/Linux-v5.4/arch/um/include/asm/
Dprocessor-generic.h37 int (*proc)(void *); member
41 void (*proc)(void *); member
/Linux-v5.4/tools/power/cpupower/utils/helpers/
Dcpuid.c50 unsigned int proc, x; in get_cpu_info() local
/Linux-v5.4/drivers/acpi/
Dtables.c286 struct acpi_subtable_proc *proc, int proc_num, in acpi_parse_entries_array()
361 struct acpi_subtable_proc *proc, int proc_num, in acpi_table_parse_entries_array()
396 struct acpi_subtable_proc proc = { in acpi_table_parse_entries() local
/Linux-v5.4/kernel/
Dutsname_sysctl.c130 void uts_proc_notify(enum uts_proc proc) in uts_proc_notify()
/Linux-v5.4/arch/um/kernel/skas/
Dmmu.c18 static int init_stub_pte(struct mm_struct *mm, unsigned long proc, in init_stub_pte()
/Linux-v5.4/arch/arm/include/asm/
Dprocinfo.h36 struct processor *proc; member
/Linux-v5.4/drivers/firmware/efi/
Dcper-arm.c239 const struct cper_sec_proc_arm *proc) in cper_print_proc_arm()
Dcper.c146 const struct cper_sec_proc_generic *proc) in cper_print_proc_generic()
Dcper-x86.c256 void cper_print_proc_ia(const char *pfx, const struct cper_sec_proc_ia *proc) in cper_print_proc_ia()
/Linux-v5.4/arch/mips/include/asm/sn/sn0/
Dip27.h42 #define KL_GET_CPUNUM(proc) \ argument
/Linux-v5.4/include/linux/
Dutsname.h75 static inline void uts_proc_notify(enum uts_proc proc) in uts_proc_notify()
/Linux-v5.4/drivers/infiniband/hw/hfi1/
Daffinity.h112 struct cpu_mask_set proc; member
/Linux-v5.4/drivers/media/usb/usbvision/
Dusbvision-core.c1615 static const char proc[] = "usbvision_set_video_format"; in usbvision_set_video_format() local
1847 static const char proc[] = "usbvision_set_compression_params: "; in usbvision_set_compress_params() local
1921 static const char proc[] = "usbvision_set_input: "; in usbvision_set_input() local
/Linux-v5.4/fs/nfsd/
Dnfssvc.c963 const struct svc_procedure *proc) in nfs_request_too_big()
988 const struct svc_procedure *proc; in nfsd_dispatch() local
/Linux-v5.4/drivers/firmware/
Dqcom_scm-32.c470 __le32 proc; in __qcom_scm_pas_init_image() member
491 __le32 proc; in __qcom_scm_pas_mem_setup() member
/Linux-v5.4/net/sunrpc/auth_gss/
Dgss_rpc_upcall.c42 #define PROC(proc, name) \ argument
/Linux-v5.4/drivers/mailbox/
Dpcc.c434 struct acpi_subtable_proc proc[ACPI_PCCT_TYPE_RESERVED]; in acpi_pcc_probe() local
/Linux-v5.4/drivers/net/wireless/intersil/hostap/
Dhostap_ap.h44 struct proc_dir_entry *proc; member
185 struct proc_dir_entry *proc; member
/Linux-v5.4/tools/perf/util/
Dthread_map.c76 DIR *proc; in __thread_map__new_all_cpus() local
/Linux-v5.4/net/sunrpc/
Drpcb_clnt.c629 struct rpcbind_args *map, const struct rpc_procinfo *proc) in rpcb_call_async()
680 const struct rpc_procinfo *proc; in rpcb_getport_async() local
/Linux-v5.4/arch/ia64/kernel/
Dmca_drv.h76 #define peidx_check_info(proc, name, n) \ argument

123