Home
last modified time | relevance | path

Searched defs:o (Results 1 – 6 of 6) sorted by relevance

/lib/
Dtextsearch.c115 struct ts_ops *o; in lookup_ts_algo() local
146 struct ts_ops *o; in textsearch_register() local
181 struct ts_ops *o; in textsearch_unregister() local
Ddebugobjects.c605 struct debug_obj *obj, o; in __debug_object_init() local
683 struct debug_obj o = { .object = addr, .state = ODEBUG_STATE_NOTAVAILABLE, .descr = descr }; in debug_object_activate() local
738 struct debug_obj o = { .object = addr, .state = ODEBUG_STATE_NOTAVAILABLE, .descr = descr }; in debug_object_deactivate() local
781 struct debug_obj *obj, o; in debug_object_destroy() local
828 struct debug_obj *obj, o; in debug_object_free() local
870 struct debug_obj o = { .object = addr, .state = ODEBUG_STATE_NOTAVAILABLE, .descr = descr }; in debug_object_assert_init() local
909 struct debug_obj o = { .object = addr, .state = ODEBUG_STATE_NOTAVAILABLE, .descr = descr }; in debug_object_active_state() local
946 struct debug_obj *obj, o; in __debug_check_no_obj_freed() local
Datomic64.c148 s64 generic_atomic64_cmpxchg(atomic64_t *v, s64 o, s64 n) in generic_atomic64_cmpxchg()
Dlocking-selftest.c59 static struct ww_mutex o, o2, o3; variable
/lib/842/
D842_compress.c109 #define get_input_data(p, o, b) \ argument
170 u64 o; in add_bits() local
D842_decompress.c226 static int do_op(struct sw842_param *p, u8 o) in do_op()