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

/drivers/staging/android/
H A Dbinder_trace.h111 __field(int, debug_id)
120 __entry->debug_id = t->debug_id;
121 __entry->target_node = target_node ? target_node->debug_id : 0;
129 __entry->debug_id, __entry->target_node,
139 __field(int, debug_id)
142 __entry->debug_id = t->debug_id;
144 TP_printk("transaction=%d", __entry->debug_id)
153 __field(int, debug_id)
[all...]
H A Dbinder.c177 int debug_id; member in struct:binder_transaction_log_entry
224 int debug_id; member in struct:binder_node
257 int debug_id; member in struct:binder_ref
276 unsigned debug_id:29; member in struct:binder_buffer
353 int debug_id; member in struct:binder_transaction
909 node->debug_id = ++binder_last_id;
918 proc->pid, current->pid, node->debug_id,
933 node->debug_id);
949 node->debug_id);
986 node->debug_id);
1242 int debug_id = buffer->debug_id; local
[all...]
/drivers/isdn/hisax/
H A Disdnl3.c76 VHiSax_putstatus(st->l1.hardware, st->l3.debug_id, fmt, args);
344 strcpy(st->l3.debug_id, "L3DC ");
413 strcpy(st->l3.debug_id, "L3BC ");
H A Dhisax.h270 char debug_id[16]; member in struct:Layer2
284 char debug_id[8]; member in struct:Layer3
1262 void setstack_isdnl2(struct PStack *st, char *debug_id);
H A Disdnl2.c1770 VHiSax_putstatus(st->l1.hardware, st->l2.debug_id, fmt, args);
1775 setstack_isdnl2(struct PStack *st, char *debug_id) argument
1795 strcpy(st->l2.debug_id, debug_id);

Completed in 246 milliseconds