| /Linux-v5.15/drivers/android/ | 
| D | binder.c | 217 #define binder_proc_lock(proc) _binder_proc_lock(proc, __LINE__)  argument 219 _binder_proc_lock(struct binder_proc *proc, int line)  in _binder_proc_lock() 235 _binder_proc_unlock(struct binder_proc *proc, int line)  in _binder_proc_unlock() 249 #define binder_inner_proc_lock(proc) _binder_inner_proc_lock(proc, __LINE__)  argument 251 _binder_inner_proc_lock(struct binder_proc *proc, int line)  in _binder_inner_proc_lock() 265 #define binder_inner_proc_unlock(proc) _binder_inner_proc_unlock(proc, __LINE__)  argument 267 _binder_inner_proc_unlock(struct binder_proc *proc, int line)  in _binder_inner_proc_unlock() 340 	struct binder_proc *proc = node->proc;  in _binder_node_inner_unlock()  local 364 static bool binder_worklist_empty(struct binder_proc *proc,  in binder_worklist_empty() 464 binder_dequeue_work(struct binder_proc *proc, struct binder_work *work)  in binder_dequeue_work() [all …] 
 | 
| D | binder_internal.h | 259 	struct binder_proc *proc;  member 344 	struct binder_proc *proc;  member 492 	struct binder_proc *proc;  member
  | 
| /Linux-v5.15/fs/dlm/ | 
| D | user.c | 180 	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.15/fs/lockd/ | 
| D | clntproc.c | 261 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()
  | 
| D | mon.c | 43 	u32			proc;  member 91 static int nsm_mon_unmon(struct nsm_handle *nsm, u32 proc, struct nsm_res *res,  in nsm_mon_unmon()
  | 
| D | svc4proc.c | 291 static __be32 nlm4svc_callback(struct svc_rqst *rqstp, u32 proc,  in nlm4svc_callback()
  | 
| /Linux-v5.15/tools/testing/selftests/timens/ | 
| D | procfs.c | 73 	FILE *proc;  in read_proc_uptime()  local 98 	FILE *proc;  in read_proc_stat_btime()  local
  | 
| /Linux-v5.15/arch/um/include/asm/ | 
| D | processor-generic.h | 39 				int (*proc)(void *);  member 43 				void (*proc)(void *);  member
  | 
| /Linux-v5.15/tools/power/cpupower/utils/helpers/ | 
| D | cpuid.c | 50 	unsigned int proc, x;  in get_cpu_info()  local
  | 
| /Linux-v5.15/drivers/acpi/ | 
| D | tables.c | 296 		struct acpi_subtable_proc *proc, int proc_num,  in acpi_parse_entries_array() 357 			 struct acpi_subtable_proc *proc, int proc_num,  in acpi_table_parse_entries_array() 395 	struct acpi_subtable_proc proc = {  in acpi_table_parse_entries()  local
  | 
| /Linux-v5.15/tools/testing/selftests/sched/ | 
| D | cs_prctl_test.c | 159 void create_processes(int num_processes, int num_threads, struct child_args proc[])  in create_processes() 182 void disp_processes(int num_processes, struct child_args proc[])  in disp_processes()
  | 
| /Linux-v5.15/kernel/ | 
| D | utsname_sysctl.c | 130 void uts_proc_notify(enum uts_proc proc)  in uts_proc_notify()
  | 
| /Linux-v5.15/arch/arm/include/asm/ | 
| D | procinfo.h | 36 	struct processor	*proc;  member
  | 
| /Linux-v5.15/drivers/firmware/efi/ | 
| D | cper-arm.c | 239 			 const struct cper_sec_proc_arm *proc)  in cper_print_proc_arm()
  | 
| D | cper-x86.c | 257 void cper_print_proc_ia(const char *pfx, const struct cper_sec_proc_ia *proc)  in cper_print_proc_ia()
  | 
| D | cper.c | 144 				    const struct cper_sec_proc_generic *proc)  in cper_print_proc_generic()
  | 
| /Linux-v5.15/include/linux/ | 
| D | utsname.h | 74 static inline void uts_proc_notify(enum uts_proc proc)  in uts_proc_notify()
  | 
| /Linux-v5.15/drivers/infiniband/hw/hfi1/ | 
| D | affinity.h | 72 	struct cpu_mask_set proc;  member
  | 
| /Linux-v5.15/net/sunrpc/auth_gss/ | 
| D | gss_rpc_upcall.c | 42 #define PROC(proc, name)				\  argument
  | 
| /Linux-v5.15/drivers/mailbox/ | 
| D | pcc.c | 434 	struct acpi_subtable_proc proc[ACPI_PCCT_TYPE_RESERVED];  in acpi_pcc_probe()  local
  | 
| /Linux-v5.15/drivers/net/wireless/intersil/hostap/ | 
| D | hostap_ap.h | 44 	struct proc_dir_entry *proc;  member 185 	struct proc_dir_entry *proc;  member
  | 
| /Linux-v5.15/tools/perf/util/ | 
| D | thread_map.c | 76 	DIR *proc;  in __thread_map__new_all_cpus()  local
  | 
| /Linux-v5.15/Documentation/virt/uml/ | 
| D | user_mode_linux_howto_v2.rst | 843 proc  subsubsection
  | 
| /Linux-v5.15/net/sunrpc/ | 
| D | rpcb_clnt.c | 598 		struct rpcbind_args *map, const struct rpc_procinfo *proc)  in rpcb_call_async() 649 	const struct rpc_procinfo *proc;  in rpcb_getport_async()  local
  | 
| /Linux-v5.15/arch/ia64/kernel/ | 
| D | mca_drv.h | 76 #define peidx_check_info(proc, name, n) \  argument
  |