Home
last modified time | relevance | path

Searched refs:str_item (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/kernel/trace/
A Dtrace_events_inject.c173 u32 *str_item; in trace_alloc_entry() local
179 str_item = (u32 *)(entry + field->offset); in trace_alloc_entry()
180 *str_item = str_loc; /* string length is 0. */ in trace_alloc_entry()
225 u32 *str_item; in parse_entry() local
236 str_item = (u32 *)(entry + field->offset); in parse_entry()
239 *str_item = (str_len << 16) | str_loc; in parse_entry()
A Dtrace_events_filter.c810 u32 str_item = *(u32 *)(event + pred->offset); in filter_pred_strloc() local
811 int str_loc = str_item & 0xffff; in filter_pred_strloc()
812 int str_len = str_item >> 16; in filter_pred_strloc()
833 u32 str_item = *item; in filter_pred_strrelloc() local
834 int str_loc = str_item & 0xffff; in filter_pred_strrelloc()
835 int str_len = str_item >> 16; in filter_pred_strrelloc()
A Dtrace_events_hist.c244 u32 str_item = *(u32 *)(event + hist_field->field->offset); in hist_field_dynstring() local
245 int str_loc = str_item & 0xffff; in hist_field_dynstring()
258 u32 str_item = *item; in hist_field_reldynstring() local
259 int str_loc = str_item & 0xffff; in hist_field_reldynstring()
4287 u32 str_item = *(u32 *)(event + hist_field->field->offset); in hist_field_stack() local
4288 int str_loc = str_item & 0xffff; in hist_field_stack()
/linux-6.3-rc2/include/linux/usb/
A Dgadget.h832 #define to_gadget_string(str_item)\ argument
833 container_of(str_item, struct gadget_string, item)

Completed in 38 milliseconds