Home
last modified time | relevance | path

Searched refs:scalars (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dverifier_linked_scalars.c11 __naked void scalars(void) in scalars() function
/linux-6.15/tools/net/ynl/pyynl/
H A Dynl_gen_c.py641 elif self.attr['type'] in scalars:
652 if self.attr['type'] in scalars:
674 if self.attr['type'] in scalars:
702 elif self.attr['sub-type'] in scalars:
709 if self.attr['sub-type'] in scalars:
901 if elem['type'] in scalars:
1475 scalars = {'u8', 'u16', 'u32', 'u64', 's8', 's16', 's32', 's64', 'uint', 'sint'} variable
1719 elif aspec['sub-type'] in scalars:
1784 elif aspec.sub_type in scalars:
1807 elif aspec.type in scalars:
/linux-6.15/include/uapi/drm/
H A Dradeon_drm.h198 } scalars; member
/linux-6.15/Documentation/netlink/
H A Dgenetlink-legacy.yaml127 description: List of struct members. Only scalars and strings members allowed.
H A Dnetlink-raw.yaml119 description: List of struct members. Only scalars and strings members allowed.
/linux-6.15/Documentation/bpf/
H A Dverifier.rst279 versa) and adjust_scalar_min_max_vals() for operations on two scalars.