next_type        2257 drivers/usb/gadget/function/f_fs.c static int __ffs_do_os_desc_header(enum ffs_os_desc_type *next_type,
next_type        2270 drivers/usb/gadget/function/f_fs.c 		*next_type = FFS_OS_DESC_EXT_COMPAT;
next_type        2273 drivers/usb/gadget/function/f_fs.c 		*next_type = FFS_OS_DESC_EXT_PROP;
next_type        2489 fs/btrfs/tree-log.c 				goto next_type;
next_type        2509 fs/btrfs/tree-log.c next_type:
next_type         965 kernel/bpf/btf.c 				     const struct btf_type *next_type)
next_type         970 kernel/bpf/btf.c 		return !btf_type_needs_resolve(next_type);
next_type         975 kernel/bpf/btf.c 		return !btf_type_is_modifier(next_type) &&
next_type         976 kernel/bpf/btf.c 			!btf_type_is_ptr(next_type);
next_type         981 kernel/bpf/btf.c 		return !btf_type_is_modifier(next_type) &&
next_type         982 kernel/bpf/btf.c 			!btf_type_is_array(next_type) &&
next_type         983 kernel/bpf/btf.c 			!btf_type_is_struct(next_type);
next_type        1609 kernel/bpf/btf.c 	const struct btf_type *next_type;
next_type        1613 kernel/bpf/btf.c 	next_type = btf_type_by_id(btf, next_type_id);
next_type        1614 kernel/bpf/btf.c 	if (!next_type || btf_type_is_resolve_source_only(next_type)) {
next_type        1619 kernel/bpf/btf.c 	if (!env_type_is_resolve_sink(env, next_type) &&
next_type        1621 kernel/bpf/btf.c 		return env_stack_push(env, next_type, next_type_id);
next_type        1631 kernel/bpf/btf.c 			next_type = btf_type_id_resolve(btf, &next_type_id);
next_type        1634 kernel/bpf/btf.c 		if (!btf_type_is_void(next_type) &&
next_type        1635 kernel/bpf/btf.c 		    !btf_type_is_fwd(next_type) &&
next_type        1636 kernel/bpf/btf.c 		    !btf_type_is_func_proto(next_type)) {
next_type        1650 kernel/bpf/btf.c 	const struct btf_type *next_type;
next_type        1655 kernel/bpf/btf.c 	next_type = btf_type_by_id(btf, next_type_id);
next_type        1656 kernel/bpf/btf.c 	if (!next_type || btf_type_is_resolve_source_only(next_type)) {
next_type        1661 kernel/bpf/btf.c 	if (!env_type_is_resolve_sink(env, next_type) &&
next_type        1663 kernel/bpf/btf.c 		return env_stack_push(env, next_type, next_type_id);
next_type        1665 kernel/bpf/btf.c 	if (btf_type_is_modifier(next_type)) {
next_type        1696 kernel/bpf/btf.c 	const struct btf_type *next_type;
next_type        1701 kernel/bpf/btf.c 	next_type = btf_type_by_id(btf, next_type_id);
next_type        1702 kernel/bpf/btf.c 	if (!next_type || btf_type_is_resolve_source_only(next_type)) {
next_type        1707 kernel/bpf/btf.c 	if (!env_type_is_resolve_sink(env, next_type) &&
next_type        1709 kernel/bpf/btf.c 		return env_stack_push(env, next_type, next_type_id);
next_type        1719 kernel/bpf/btf.c 	if (btf_type_is_modifier(next_type)) {
next_type        1735 kernel/bpf/btf.c 			next_type = btf_type_id_resolve(btf, &next_type_id);
next_type        1737 kernel/bpf/btf.c 		if (!btf_type_is_void(next_type) &&
next_type        1738 kernel/bpf/btf.c 		    !btf_type_is_fwd(next_type) &&
next_type        1739 kernel/bpf/btf.c 		    !btf_type_is_func_proto(next_type)) {
next_type         184 tools/lib/bpf/btf.c 	void *next_type = nohdr_data + hdr->type_off;
next_type         187 tools/lib/bpf/btf.c 	while (next_type < end_type) {
next_type         188 tools/lib/bpf/btf.c 		struct btf_type *t = next_type;
next_type         195 tools/lib/bpf/btf.c 		next_type += type_size;