Searched refs:__k (Results 1 – 7 of 7) sorted by relevance
292 struct task_struct *__k \294 if (!IS_ERR(__k)) { \295 get_task_struct(__k); \296 wake_up_process(__k); \298 __k; \
52 struct task_struct *__k \54 if (!IS_ERR(__k)) \55 wake_up_process(__k); \56 __k; \
230 int __j, __k, __count; \248 for (__j = __k = 0; __j < (L)->size; __j++) { \250 __pvec[__k++] = aa_get_profile(P); \
203 #define XFER_FIND(__ht, __k) \ argument205 typeof(__k) k_ = __k; \
125 #define KEY_FIND(__ht, __obj, __k) \ argument127 typeof(__k) k_ = __k; \
291 const u32 *__k = (const u32 *)data; \296 jhash2(__k, __l, initval) & jhash_mask(htable_bits); \
111 Default FILTER is "!__k???tab_* & !__crc_*" for --vars, and "!_*"
Completed in 21 milliseconds