Home
last modified time | relevance | path

Searched defs:shortcut (Results 1 – 7 of 7) sorted by relevance

/linux/lib/
H A Dassoc_array.c25 const struct assoc_array_shortcut *shortcut; in assoc_array_subtree_iterate() local
158 struct assoc_array_shortcut *shortcut; member
175 struct assoc_array_shortcut *shortcut; in assoc_array_walk() local
346 struct assoc_array_shortcut *shortcut; in assoc_array_destroy_subtree() local
479 struct assoc_array_shortcut *shortcut, *new_s0; in assoc_array_insert_into_terminal_node() local
796 struct assoc_array_shortcut *shortcut, *new_s0, *new_s1; in assoc_array_insert_mid_shortcut() local
1347 struct assoc_array_shortcut *shortcut; in assoc_array_apply_edit() local
1458 struct assoc_array_shortcut *shortcut, *new_s; in assoc_array_gc() local
/linux/arch/x86/kernel/apic/
H A Dlocal.h29 static inline unsigned int __prepare_ICR(unsigned int shortcut, int vector, in __prepare_ICR()
H A Dipi.c152 static void __default_send_IPI_shortcut(unsigned int shortcut, int vector) in __default_send_IPI_shortcut()
/linux/net/atm/
H A Dmpoa_caches.h28 struct atm_vcc *shortcut; member
59 struct atm_vcc *shortcut; member
/linux/security/keys/
H A Dkeyring.c672 struct assoc_array_shortcut *shortcut; in search_nested_keyrings() local
/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Dmain.h412 __be32 shortcut; member
/linux/tools/perf/scripts/python/
H A Dexported-sql-viewer.py4237 def CreateAction(label, tip, callback, parent=None, shortcut=None): argument