Home
last modified time | relevance | path

Searched refs:ntrans (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/spi/
H A Dspi.h1206 static inline struct spi_message *spi_message_alloc(unsigned ntrans, gfp_t flags) in spi_message_alloc() argument
1210 m = kzalloc(struct_size(m, t, ntrans), flags); in spi_message_alloc()
1215 for (i = 0; i < ntrans; i++) in spi_message_alloc()
/openbmc/openbmc/poky/bitbake/lib/ply/
H A Dyacc.py2283 def compute_read_sets(self,C, ntrans, nullable): argument
2286 F = digraph(ntrans,R,FP)
2305 def compute_follow_sets(self,ntrans,readsets,inclsets): argument
2308 F = digraph(ntrans,R,FP)
/openbmc/linux/include/trace/events/
H A Dsunrpc.h1121 __field(int, ntrans)
1136 __entry->ntrans = rqst->rq_ntrans;
1145 " xid=0x%08x %sv%d %s ntrans=%d timeout=%lu",
1148 __entry->ntrans, __entry->timeout