Home
last modified time | relevance | path

Searched defs:how (Results 1 - 25 of 131) sorted by relevance

123456

/kernel/linux/linux-6.6/tools/testing/selftests/arm64/bti/
H A Dsignal.c34 int sigprocmask(int how, const sigset_t *mask, sigset_t *old) in sigprocmask() argument
/kernel/linux/linux-5.10/tools/testing/selftests/openat2/
H A Dresolve_test.c113 struct open_how how; member
[all...]
H A Drename_attack_test.c91 struct open_how how = { in test_rename_attack() local
H A Dhelpers.c17 bool needs_openat2(const struct open_how *how) in needs_openat2() argument
22 int raw_openat2(int dfd, const char *path, void *how, size_t size) in raw_openat2() argument
28 int sys_openat2(int dfd, const char *path, struct open_how *how) in sys_openat2() argument
33 int sys_openat(int dfd, const char *path, struct open_how *how) in sys_openat() argument
98 struct open_how how = {}; init() local
[all...]
H A Dopenat2_test.c154 struct open_how how; member
[all...]
/kernel/linux/linux-5.10/net/atm/
H A Dpvc.c22 static int pvc_shutdown(struct socket *sock, int how) in pvc_shutdown() argument
/kernel/linux/linux-6.6/tools/testing/selftests/openat2/
H A Dresolve_test.c113 struct open_how how; member
[all...]
H A Drename_attack_test.c91 struct open_how how = { in test_rename_attack() local
H A Dhelpers.c17 bool needs_openat2(const struct open_how *how) in needs_openat2() argument
22 int raw_openat2(int dfd, const char *path, void *how, size_t size) in raw_openat2() argument
28 int sys_openat2(int dfd, const char *path, struct open_how *how) in sys_openat2() argument
33 int sys_openat(int dfd, const char *path, struct open_how *how) in sys_openat() argument
98 struct open_how how = {}; init() local
[all...]
H A Dopenat2_test.c158 struct open_how how; member
[all...]
/kernel/liteos_m/kal/posix/src/
H A Dsignal.c80 int sigprocmask(int how, const sigset_t *set, sigset_t *oset) in sigprocmask() argument
/kernel/linux/linux-6.6/net/atm/
H A Dpvc.c22 static int pvc_shutdown(struct socket *sock, int how) in pvc_shutdown() argument
/kernel/linux/linux-5.10/drivers/accessibility/speakup/
H A Dvarhandlers.c179 int spk_set_num_var(int input, struct st_var_header *var, int how) in spk_set_num_var() argument
278 int spk_set_mask_bits(const char *input, const int which, const int how) in spk_set_mask_bits() argument
/kernel/linux/linux-5.10/arch/sh/kernel/
H A Dsh_bios.c60 void sh_bios_shutdown(unsigned int how) in sh_bios_shutdown() argument
/kernel/linux/linux-6.6/arch/sh/kernel/
H A Dsh_bios.c60 void sh_bios_shutdown(unsigned int how) in sh_bios_shutdown() argument
/kernel/linux/linux-5.10/fs/autofs/
H A Dexpire.c11 autofs_can_expire(struct dentry *dentry, unsigned long timeout, unsigned int how) autofs_can_expire() argument
29 autofs_mount_busy(struct vfsmount *mnt, struct dentry *dentry, unsigned int how) autofs_mount_busy() argument
150 autofs_direct_busy(struct vfsmount *mnt, struct dentry *top, unsigned long timeout, unsigned int how) autofs_direct_busy() argument
182 autofs_tree_busy(struct vfsmount *mnt, struct dentry *top, unsigned long timeout, unsigned int how) autofs_tree_busy() argument
241 autofs_check_leaves(struct vfsmount *mnt, struct dentry *parent, unsigned long timeout, unsigned int how) autofs_check_leaves() argument
274 autofs_expire_direct(struct super_block *sb, struct vfsmount *mnt, struct autofs_sb_info *sbi, unsigned int how) autofs_expire_direct() argument
321 should_expire(struct dentry *dentry, struct vfsmount *mnt, unsigned long timeout, unsigned int how) should_expire() argument
420 autofs_expire_indirect(struct super_block *sb, struct vfsmount *mnt, struct autofs_sb_info *sbi, unsigned int how) autofs_expire_indirect() argument
575 autofs_do_expire_multi(struct super_block *sb, struct vfsmount *mnt, struct autofs_sb_info *sbi, unsigned int how) autofs_do_expire_multi() argument
614 unsigned int how = 0; autofs_expire_multi() local
[all...]
/kernel/linux/linux-6.6/drivers/accessibility/speakup/
H A Dvarhandlers.c182 int spk_set_num_var(int input, struct st_var_header *var, int how) in spk_set_num_var() argument
284 int spk_set_mask_bits(const char *input, const int which, const int how) in spk_set_mask_bits() argument
/kernel/linux/linux-6.6/fs/autofs/
H A Dexpire.c11 autofs_can_expire(struct dentry *dentry, unsigned long timeout, unsigned int how) autofs_can_expire() argument
29 autofs_mount_busy(struct vfsmount *mnt, struct dentry *dentry, unsigned int how) autofs_mount_busy() argument
150 autofs_direct_busy(struct vfsmount *mnt, struct dentry *top, unsigned long timeout, unsigned int how) autofs_direct_busy() argument
182 autofs_tree_busy(struct vfsmount *mnt, struct dentry *top, unsigned long timeout, unsigned int how) autofs_tree_busy() argument
241 autofs_check_leaves(struct vfsmount *mnt, struct dentry *parent, unsigned long timeout, unsigned int how) autofs_check_leaves() argument
274 autofs_expire_direct(struct super_block *sb, struct vfsmount *mnt, struct autofs_sb_info *sbi, unsigned int how) autofs_expire_direct() argument
321 should_expire(struct dentry *dentry, struct vfsmount *mnt, unsigned long timeout, unsigned int how) should_expire() argument
420 autofs_expire_indirect(struct super_block *sb, struct vfsmount *mnt, struct autofs_sb_info *sbi, unsigned int how) autofs_expire_indirect() argument
575 autofs_do_expire_multi(struct super_block *sb, struct vfsmount *mnt, struct autofs_sb_info *sbi, unsigned int how) autofs_do_expire_multi() argument
614 unsigned int how = 0; autofs_expire_multi() local
[all...]
/kernel/linux/linux-6.6/io_uring/
H A Dopenclose.c24 struct open_how how; member
93 struct open_how __user *how; in io_openat2_prep() local
[all...]
/kernel/liteos_m/components/signal/
H A Dlos_signal.c267 UINT32 LOS_SignalMask(INT32 how, const sigset_t *set, sigset_t *oldSet) in LOS_SignalMask() argument
/kernel/linux/linux-5.10/arch/alpha/kernel/
H A Dprocess.c77 struct halt_info *how = (struct halt_info *)generic_ptr; in common_shutdown_1() local
/kernel/linux/linux-6.6/arch/alpha/kernel/
H A Dprocess.c78 struct halt_info *how = generic_ptr; in common_shutdown_1() local
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_symbol.c222 symlist_add(symlist_t *symlist, symbol_t *symbol, int how) in symlist_add() argument
/kernel/linux/linux-5.10/tools/perf/util/
H A Dordered-events.c266 static int __ordered_events__flush(struct ordered_events *oe, enum oe_flush how, in __ordered_events__flush() argument
339 int ordered_events__flush(struct ordered_events *oe, enum oe_flush how) in ordered_events__flush() argument
/kernel/linux/linux-5.10/fs/nfs/
H A Dread.c207 nfs_initiate_read(struct nfs_pgio_header *hdr, struct rpc_message *msg, const struct nfs_rpc_ops *rpc_ops, struct rpc_task_setup *task_setup_data, int how) nfs_initiate_read() argument

Completed in 11 milliseconds

123456