Home
last modified time | relevance | path

Searched defs:type (Results 6251 - 6275 of 12664) sorted by relevance

1...<<251252253254255256257258259260>>...507

/kernel/linux/linux-5.10/fs/crypto/
H A Dkeyring.c629 get_keyring_key(u32 key_id, u32 type, struct fscrypt_master_key_secret *secret) get_keyring_key() argument
[all...]
/kernel/linux/linux-5.10/fs/f2fs/
H A Ddir.c439 enum page_type type = f2fs_has_inline_dentry(dir) ? NODE : DATA; in f2fs_set_link() local
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dndctl.h67 __u16 type; member
81 __u16 type; member
H A Dvirtio_scsi.h77 __virtio32 type; member
89 __virtio32 type; member
/kernel/linux/linux-5.10/mm/
H A Dslab_common.c750 new_kmalloc_cache(int idx, enum kmalloc_cache_type type, slab_flags_t flags) in new_kmalloc_cache() argument
769 enum kmalloc_cache_type type; in create_kmalloc_caches() local
[all...]
/kernel/linux/linux-5.10/lib/
H A Dkobject.c1043 enum kobj_ns_type type = ops->type; in kobj_ns_type_register() local
1068 kobj_ns_type_registered(enum kobj_ns_type type) kobj_ns_type_registered() argument
1095 kobj_ns_current_may_mount(enum kobj_ns_type type) kobj_ns_current_may_mount() argument
1108 kobj_ns_grab_current(enum kobj_ns_type type) kobj_ns_grab_current() argument
1122 kobj_ns_netlink(enum kobj_ns_type type, struct sock *sk) kobj_ns_netlink() argument
1135 kobj_ns_initial(enum kobj_ns_type type) kobj_ns_initial() argument
1148 kobj_ns_drop(enum kobj_ns_type type, void *ns) kobj_ns_drop() argument
[all...]
/kernel/linux/linux-5.10/kernel/irq/
H A Dirqdesc.c212 IRQ_ATTR_RO(type); variable
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_probe.c101 static const struct fetch_type *find_fetch_type(const char *type) in find_fetch_type() argument
354 parse_probe_arg(char *arg, const struct fetch_type *type, struct fetch_insn **pcode, struct fetch_insn *end, unsigned int flags, int offs) parse_probe_arg() argument
[all...]
H A Dtrace_syscalls.c775 syscall_enter_register(struct trace_event_call *event, enum trace_reg type, void *data) syscall_enter_register() argument
803 syscall_exit_register(struct trace_event_call *event, enum trace_reg type, void *data) syscall_exit_register() argument
[all...]
/kernel/linux/linux-5.10/include/xen/interface/
H A Dphysdev.h140 int type; member
231 int type; member
/kernel/linux/linux-5.10/kernel/debug/kdb/
H A Dkdb_support.c307 char *kdb_strdup(const char *str, gfp_t type) in kdb_strdup() argument
/kernel/linux/linux-5.10/kernel/
H A Dptrace.c892 find_regset(const struct user_regset_view *view, unsigned int type) in find_regset() argument
906 static int ptrace_regset(struct task_struct *task, int req, unsigned int type, in ptrace_regset() argument
H A Dauditfilter.c1123 audit_rule_change(int type, int seq, void *data, size_t datasz) audit_rule_change() argument
[all...]
H A Dkallsyms.c509 char type; member
705 char type; in s_show() local
516 arch_get_kallsym(unsigned int symnum, unsigned long *value, char *type, char *name) arch_get_kallsym() argument
[all...]
H A Dsmp.c411 int type = CSD_TYPE(csd); in flush_smp_call_function_queue() local
/kernel/linux/linux-5.10/kernel/sched/
H A Dcpufreq_schedutil.c200 schedutil_cpu_util(int cpu, unsigned long util_cfs, unsigned long max, enum schedutil_type type, struct task_struct *p) schedutil_cpu_util() argument
/kernel/linux/linux-5.10/kernel/bpf/
H A Dinode.c32 static void *bpf_any_get(void *raw, enum bpf_type type) in bpf_any_get() argument
52 static void bpf_any_put(void *raw, enum bpf_type type) in bpf_any_put() argument
70 static void *bpf_fd_probe_obj(u32 ufd, enum bpf_type *type) in bpf_fd_probe_obj() argument
130 static int bpf_inode_type(const struct inode *inode, enum bpf_type *type) in bpf_inode_type() argument
437 bpf_obj_do_pin(const char __user *pathname, void *raw, enum bpf_type type) bpf_obj_do_pin() argument
482 enum bpf_type type; bpf_obj_pin_user() local
497 bpf_obj_do_get(const char __user *pathname, enum bpf_type *type, int flags) bpf_obj_do_get() argument
531 enum bpf_type type = BPF_TYPE_UNSPEC; bpf_obj_get_user() local
558 __get_prog_inode(struct inode *inode, enum bpf_prog_type type) __get_prog_inode() argument
585 bpf_prog_get_type_path(const char *name, enum bpf_prog_type type) bpf_prog_get_type_path() argument
614 enum bpf_type type; bpf_free_inode() local
[all...]
/kernel/linux/linux-5.10/kernel/time/
H A Dalarmtimer.c245 int i, ret, type; in alarmtimer_suspend() local
326 __alarm_init(struct alarm *alarm, enum alarmtimer_type type, in __alarm_init() argument
342 alarm_init(struct alarm *alarm, enum alarmtimer_type type, enum alarmtimer_restart (*function)(struct alarm *, ktime_t)) alarm_init() argument
507 alarmtimer_freezerset(ktime_t absexp, enum alarmtimer_type type) alarmtimer_freezerset() argument
727 enum alarmtimer_type type; alarm_timer_create() local
764 alarmtimer_do_nsleep(struct alarm *alarm, ktime_t absexp, enum alarmtimer_type type) alarmtimer_do_nsleep() argument
804 alarm_init_on_stack(struct alarm *alarm, enum alarmtimer_type type, enum alarmtimer_restart (*function)(struct alarm *, ktime_t)) alarm_init_on_stack() argument
820 enum alarmtimer_type type = restart->nanosleep.clockid; alarm_timer_nsleep_restart() local
841 enum alarmtimer_type type = clock2alarm(which_clock); alarm_timer_nsleep() local
[all...]
/kernel/linux/linux-5.10/kernel/kcsan/
H A Dcore.c217 is_atomic(const volatile void *ptr, size_t size, int type, struct kcsan_ctx *ctx) in is_atomic() argument
254 should_watch(const volatile void *ptr, size_t size, int type, struct kcsan_ctx *ctx) in should_watch() argument
307 static void delay_access(int type) in delay_access() argument
347 kcsan_found_watchpoint(const volatile void *ptr, size_t size, int type, atomic_long_t *watchpoint, long encoded_watchpoint) kcsan_found_watchpoint() argument
402 kcsan_setup_watchpoint(const volatile void *ptr, size_t size, int type) kcsan_setup_watchpoint() argument
595 check_access(const volatile void *ptr, size_t size, int type) check_access() argument
742 kcsan_begin_scoped_access(const volatile void *ptr, size_t size, int type, struct kcsan_scoped_access *sa) kcsan_begin_scoped_access() argument
790 __kcsan_check_access(const volatile void *ptr, size_t size, int type) __kcsan_check_access() argument
[all...]
/kernel/linux/linux-5.10/kernel/sched/rtg/
H A Drtg_ctrl.c157 static inline bool is_rt_type(int type) in is_rt_type() argument
242 static inline bool is_valid_type(int type) in is_valid_type() argument
255 int type = -1; in parse_rtg_attr() local
579 int type = proc_info->type; init_frame_thread_info() local
673 int type; do_clear_or_destroy_grp() local
[all...]
/kernel/linux/linux-5.10/fs/pstore/
H A Dplatform.c119 const char *pstore_type_to_name(enum pstore_type_id type) in pstore_type_to_name() argument
/kernel/linux/linux-5.10/fs/
H A Dsuper.c200 static struct super_block *alloc_super(struct file_system_type *type, int flags, in alloc_super() argument
577 struct super_block *sget(struct file_system_type *type, in sget() argument
717 iterate_supers_type(struct file_system_type *type, void (*f)(struct super_block *, void *), void *arg) iterate_supers_type() argument
[all...]
/kernel/linux/linux-5.10/fs/udf/
H A Dnamei.c1294 int type = FILEID_UDF_WITHOUT_PARENT; in udf_encode_fh() local
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_refcount.c1132 xfs_refcount_finish_one( struct xfs_trans *tp, enum xfs_refcount_intent_type type, xfs_fsblock_t startblock, xfs_extlen_t blockcount, xfs_fsblock_t *new_fsb, xfs_extlen_t *new_len, struct xfs_btree_cur **pcur) xfs_refcount_finish_one() argument
1231 __xfs_refcount_add( struct xfs_trans *tp, enum xfs_refcount_intent_type type, xfs_fsblock_t startblock, xfs_extlen_t blockcount) __xfs_refcount_add() argument
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_dquot.c179 xfs_qm_init_dquot_blk( struct xfs_trans *tp, struct xfs_mount *mp, xfs_dqid_t id, xfs_dqtype_t type, struct xfs_buf *bp) xfs_qm_init_dquot_blk() argument
448 xfs_dquot_alloc( struct xfs_mount *mp, xfs_dqid_t id, xfs_dqtype_t type) xfs_dquot_alloc() argument
669 xfs_qm_dqread( struct xfs_mount *mp, xfs_dqid_t id, xfs_dqtype_t type, bool can_alloc, struct xfs_dquot **dqpp) xfs_qm_dqread() argument
718 xfs_dq_get_next_id( struct xfs_mount *mp, xfs_dqtype_t type, xfs_dqid_t *id) xfs_dq_get_next_id() argument
842 xfs_qm_dqget_checks( struct xfs_mount *mp, xfs_dqtype_t type) xfs_qm_dqget_checks() argument
873 xfs_qm_dqget( struct xfs_mount *mp, xfs_dqid_t id, xfs_dqtype_t type, bool can_alloc, struct xfs_dquot **O_dqpp) xfs_qm_dqget() argument
923 xfs_qm_dqget_uncached( struct xfs_mount *mp, xfs_dqid_t id, xfs_dqtype_t type, struct xfs_dquot **dqpp) xfs_qm_dqget_uncached() argument
940 xfs_qm_id_for_quotatype( struct xfs_inode *ip, xfs_dqtype_t type) xfs_qm_id_for_quotatype() argument
962 xfs_qm_dqget_inode( struct xfs_inode *ip, xfs_dqtype_t type, bool can_alloc, struct xfs_dquot **O_dqpp) xfs_qm_dqget_inode() argument
1047 xfs_qm_dqget_next( struct xfs_mount *mp, xfs_dqid_t id, xfs_dqtype_t type, struct xfs_dquot **dqpp) xfs_qm_dqget_next() argument
1197 xfs_dqtype_t type = xfs_dquot_type(dqp); xfs_qm_dqflush_check() local
1398 xfs_qm_dqiterate( struct xfs_mount *mp, xfs_dqtype_t type, xfs_qm_dqiterate_fn iter_fn, void *priv) xfs_qm_dqiterate() argument
[all...]

Completed in 32 milliseconds

1...<<251252253254255256257258259260>>...507