Home
last modified time | relevance | path

Searched refs:id (Results 1 – 7 of 7) sorted by relevance

/kernel/
Drtmutex-tester.c58 int i, id, ret = -EINVAL; in handle_op() local
97 id = td->opdata; in handle_op()
98 if (id < 0 || id >= MAX_RT_TEST_MUTEXES) in handle_op()
101 td->mutexes[id] = 1; in handle_op()
103 rt_mutex_lock(&mutexes[id]); in handle_op()
105 td->mutexes[id] = 4; in handle_op()
110 id = td->opdata; in handle_op()
111 if (id < 0 || id >= MAX_RT_TEST_MUTEXES) in handle_op()
114 td->mutexes[id] = 1; in handle_op()
116 ret = rt_mutex_lock_interruptible(&mutexes[id], 0); in handle_op()
[all …]
Dkgdb.c515 static char *pack_threadid(char *pkt, unsigned char *id) in pack_threadid() argument
521 pkt = pack_hex_byte(pkt, *id++); in pack_threadid()
526 static void int_to_threadref(unsigned char *id, int value) in int_to_threadref() argument
531 scan = (unsigned char *)id; in int_to_threadref()
Dlockdep.c1759 unsigned int i, id; in check_chain_key() local
1772 id = hlock->class_idx - 1; in check_chain_key()
1773 if (DEBUG_LOCKS_WARN_ON(id >= MAX_LOCKDEP_KEYS)) in check_chain_key()
1779 chain_key = iterate_chain_key(chain_key, id); in check_chain_key()
2528 unsigned int depth, id; in __lock_acquire() local
2609 id = class - lock_classes; in __lock_acquire()
2610 if (DEBUG_LOCKS_WARN_ON(id >= MAX_LOCKDEP_KEYS)) in __lock_acquire()
2625 chain_key = iterate_chain_key(chain_key, id); in __lock_acquire()
Dtaskstats.c43 .id = GENL_ID_GENERATE,
/kernel/trace/
Dtrace.h238 #define IF_ASSIGN(var, entry, etype, id) \ argument
241 WARN_ON(id && (entry)->type != id); \
/kernel/time/
Dclocksource.c493 .id = 0,
Dtimekeeping.c376 .id = 0,