__counted_by_ptr
u32 *cmd __counted_by_ptr(cmdcnt);
const u32 *txd __counted_by_ptr(txcnt);
u32 *rxd __counted_by_ptr(rxcnt);
const struct iio_chan_spec *channels __counted_by_ptr(num_channels);
const struct iio_chan_spec *manual_channels __counted_by_ptr(num_channels);
const struct iio_chan_spec *channels __counted_by_ptr(num_channels);
char *buf __counted_by_ptr(len);
struct lkdtm_extra *extra __counted_by_ptr(nr_extra);
char *corename __counted_by_ptr(size);
void *buffer __counted_by_ptr(bufsize);
struct blk_mq_hw_ctx * __rcu *queue_hw_ctx __counted_by_ptr(nr_hw_queues);
u16 *aliases __counted_by_ptr(num_aliases);
unsigned int *llc_counts __counted_by_ptr(llc_max);
#ifndef __counted_by_ptr
char **array __counted_by_ptr(n);
#ifndef __counted_by_ptr