Home
last modified time | relevance | path

Searched refs:type_len_ts (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/tools/lib/traceevent/
H A Dkbuffer-parse.c229 unsigned int type_len_ts) in type4host()
232 return (type_len_ts >> 29) & 3; in type4host()
234 return type_len_ts & 3; in type4host()
238 unsigned int type_len_ts) in len4host()
241 return (type_len_ts >> 27) & 7; in len4host()
243 return (type_len_ts >> 2) & 7; in len4host()
247 unsigned int type_len_ts) in type_len4host()
250 return (type_len_ts >> 27) & ((1 << 5) - 1); in type_len4host()
252 return type_len_ts & ((1 << 5) - 1); in type_len4host()
256 unsigned int type_len_ts) in ts4host()
228 type4host(struct kbuffer *kbuf, unsigned int type_len_ts) type4host() argument
237 len4host(struct kbuffer *kbuf, unsigned int type_len_ts) len4host() argument
246 type_len4host(struct kbuffer *kbuf, unsigned int type_len_ts) type_len4host() argument
255 ts4host(struct kbuffer *kbuf, unsigned int type_len_ts) ts4host() argument
278 unsigned int type_len_ts; old_update_pointers() local
349 unsigned int type_len_ts; translate_data() local
573 unsigned int type_len_ts; kbuffer_ptr_delta() local
[all...]

Completed in 2 milliseconds