Lines Matching full:flexible
407 * flex_array_size() - Calculate size of a flexible array member
410 * @member: Name of the flexible array member.
413 * Calculates size of a flexible array of @count number of @member
424 * struct_size() - Calculate size of structure with trailing flexible array.
440 * struct_size_t() - Calculate size of structure with trailing flexible array
501 * flexible array member, when it does not have a __counted_by annotation.
509 * flexible array member.
520 * flexible array member.
529 * flexible array member.
551 * flexible array member annotated by __counted_by().
552 * @FAM: Instance of flexible array member within a given struct.
563 * given flexible array member can represent
576 * __set_flex_counter() - Set the counter associated with the given flexible
578 * @FAM: Instance of flexible array member within a given struct.