Home
last modified time | relevance | path

Searched defs:uc (Results 1 – 25 of 87) sorted by relevance

1234

/Linux-v4.19/drivers/md/
Ddm-unstripe.c27 static void cleanup_unstripe(struct unstripe_c *uc, struct dm_target *ti) in cleanup_unstripe()
40 struct unstripe_c *uc; in unstripe_ctr() local
111 struct unstripe_c *uc = ti->private; in unstripe_dtr() local
118 struct unstripe_c *uc = ti->private; in map_to_core() local
136 struct unstripe_c *uc = ti->private; in unstripe_map() local
147 struct unstripe_c *uc = ti->private; in unstripe_status() local
165 struct unstripe_c *uc = ti->private; in unstripe_iterate_devices() local
173 struct unstripe_c *uc = ti->private; in unstripe_io_hints() local
/Linux-v4.19/arch/m68k/kernel/
Dsignal.c244 struct ucontext uc; member
332 static inline int rt_restore_fpu_state(struct ucontext __user *uc) in rt_restore_fpu_state()
483 static inline int rt_save_fpu_state(struct ucontext __user *uc, struct pt_regs *regs) in rt_save_fpu_state()
561 static inline int rt_restore_fpu_state(struct ucontext __user *uc) in rt_restore_fpu_state()
570 static inline int rt_save_fpu_state(struct ucontext __user *uc, struct pt_regs *regs) in rt_save_fpu_state()
732 struct ucontext __user *uc) in rt_restore_ucontext()
847 static inline int rt_setup_ucontext(struct ucontext __user *uc, struct pt_regs *regs) in rt_setup_ucontext()
/Linux-v4.19/arch/nios2/kernel/
Dsignal.c34 struct ucontext uc; member
39 struct ucontext *uc, int *pr2) in rt_restore_ucontext()
127 static inline int rt_setup_ucontext(struct ucontext *uc, struct pt_regs *regs) in rt_setup_ucontext()
/Linux-v4.19/arch/x86/include/asm/
Dsigframe.h55 struct ucontext_ia32 uc; member
65 struct ucontext uc; member
83 struct ucontext_x32 uc; member
/Linux-v4.19/sound/pci/ice1712/
Dse.c459 struct snd_ctl_elem_value *uc) in se200pci_cont_volume_get()
470 struct snd_ctl_elem_value *uc) in se200pci_cont_boolean_get()
480 struct snd_ctl_elem_value *uc) in se200pci_cont_enum_get()
531 struct snd_ctl_elem_value *uc) in se200pci_cont_volume_put()
557 struct snd_ctl_elem_value *uc) in se200pci_cont_boolean_put()
574 struct snd_ctl_elem_value *uc) in se200pci_cont_enum_put()
/Linux-v4.19/fs/hfsplus/
Dunicode.c257 wchar_t *uc) in asc2unichar()
276 static u16 *hfsplus_decompose_nonhangul(wchar_t uc, int *size) in hfsplus_decompose_nonhangul()
309 static int hfsplus_try_decompose_hangul(wchar_t uc, u16 *result) in hfsplus_try_decompose_hangul()
332 static u16 *decompose_unichar(wchar_t uc, int *size, u16 *hangul_buffer) in decompose_unichar()
/Linux-v4.19/kernel/events/
Duprobes.c511 static void consumer_add(struct uprobe *uprobe, struct uprobe_consumer *uc) in consumer_add()
524 static bool consumer_del(struct uprobe *uprobe, struct uprobe_consumer *uc) in consumer_del()
628 static inline bool consumer_filter(struct uprobe_consumer *uc, in consumer_filter()
637 struct uprobe_consumer *uc; in filter_chain() local
845 __uprobe_unregister(struct uprobe *uprobe, struct uprobe_consumer *uc) in __uprobe_unregister()
864 void uprobe_unregister(struct inode *inode, loff_t offset, struct uprobe_consumer *uc) in uprobe_unregister()
898 struct uprobe_consumer *uc) in __uprobe_register()
939 struct uprobe_consumer *uc) in uprobe_register()
953 struct uprobe_consumer *uc, bool add) in uprobe_apply()
1767 struct uprobe_consumer *uc; in handler_chain() local
[all …]
/Linux-v4.19/fs/cifs/
Dcifs_unicode.h151 UniStrchr(const wchar_t *ucs, wchar_t uc) in UniStrchr()
339 UniToupper(register wchar_t uc) in UniToupper()
381 UniTolower(register wchar_t uc) in UniTolower()
/Linux-v4.19/arch/x86/um/
Dsignal.c326 static int copy_ucontext_to_user(struct ucontext __user *uc, in copy_ucontext_to_user()
355 struct ucontext uc; member
483 struct ucontext uc; member
564 struct ucontext __user *uc = &frame->uc; in sys_rt_sigreturn() local
Dstub_segv.c14 ucontext_t *uc = p; in stub_segv_handler() local
/Linux-v4.19/include/linux/
Duprobes.h159 uprobe_register(struct inode *inode, loff_t offset, struct uprobe_consumer *uc) in uprobe_register()
164 uprobe_apply(struct inode *inode, loff_t offset, struct uprobe_consumer *uc, bool add) in uprobe_apply()
169 uprobe_unregister(struct inode *inode, loff_t offset, struct uprobe_consumer *uc) in uprobe_unregister()
/Linux-v4.19/fs/ntfs/
Dupcase.c69 ntfschar *uc; in generate_default_upcase() local
/Linux-v4.19/arch/arm/kernel/
Dsignal.h4 struct ucontext uc; member
/Linux-v4.19/tools/testing/selftests/powerpc/tm/
Dtm-signal-msr-resv.c33 void signal_usr1(int signum, siginfo_t *info, void *uc) in signal_usr1()
Dtm-signal-context-chk-gpr.c45 static void signal_usr1(int signum, siginfo_t *info, void *uc) in signal_usr1()
Dtm-signal-context-chk-fpu.c48 static void signal_usr1(int signum, siginfo_t *info, void *uc) in signal_usr1()
Dtm-signal-context-chk-vmx.c54 static void signal_usr1(int signum, siginfo_t *info, void *uc) in signal_usr1()
Dtm-signal-context-chk-vsx.c54 static void signal_usr1(int signum, siginfo_t *info, void *uc) in signal_usr1()
/Linux-v4.19/arch/parisc/include/asm/
Drt_sigframe.h16 struct ucontext uc; member
/Linux-v4.19/include/net/
Dfirewire.h16 } __packed uc; member
/Linux-v4.19/drivers/usb/gadget/
Dcomposite.c47 struct usb_gadget_string_container *uc) in get_containers_gs()
1054 struct usb_gadget_string_container *uc; in get_string() local
1214 struct usb_gadget_string_container *uc; in copy_gadget_strings() local
1281 struct usb_gadget_string_container *uc; in usb_gstrings_attach() local
2146 struct usb_gadget_string_container *uc, *tmp; in composite_dev_cleanup() local
/Linux-v4.19/tools/testing/selftests/powerpc/math/
Dfpu_signal.c47 ucontext_t *uc = context; in signal_fpu_sig() local
Dvmx_signal.c50 ucontext_t *uc = context; in signal_vmx_sig() local
/Linux-v4.19/arch/powerpc/kernel/
Dsignal_64.c60 struct ucontext uc; member
702 struct ucontext __user *uc = (struct ucontext __user *)regs->gpr[1]; in SYSCALL_DEFINE0() local
/Linux-v4.19/tools/testing/selftests/sigaltstack/
Dsas.c28 static ucontext_t uc, sc; variable

1234