Home
last modified time | relevance | path

Searched defs:lle (Results 1 – 19 of 19) sorted by relevance

/trueos/sys/net/
HDif_llatbl.h87 #define LLE_WLOCK(lle) rw_wlock(&(lle)->lle_lock) argument
88 #define LLE_RLOCK(lle) rw_rlock(&(lle)->lle_lock) argument
89 #define LLE_WUNLOCK(lle) rw_wunlock(&(lle)->lle_lock) argument
90 #define LLE_RUNLOCK(lle) rw_runlock(&(lle)->lle_lock) argument
91 #define LLE_DOWNGRADE(lle) rw_downgrade(&(lle)->lle_lock) argument
92 #define LLE_TRY_UPGRADE(lle) rw_try_upgrade(&(lle)->lle_lock) argument
93 #define LLE_LOCK_INIT(lle) rw_init_flags(&(lle)->lle_lock, "lle", RW_DUPOK) argument
94 #define LLE_LOCK_DESTROY(lle) rw_destroy(&(lle)->lle_lock) argument
95 #define LLE_WLOCK_ASSERT(lle) rw_assert(&(lle)->lle_lock, RA_WLOCKED) argument
97 #define LLE_IS_VALID(lle) (((lle) != NULL) && ((lle) != (void *)-1)) argument
[all …]
HDif_llatbl.c104 llentry_free(struct llentry *lle) in llentry_free()
169 struct llentry *lle, *next; in lltable_free() local
272 struct llentry *lle; in lla_rt_output() local
388 struct llentry *lle; in llatbl_lle_show() local
459 struct llentry *lle; in llatbl_llt_show() local
HDif_fddisubr.c121 struct llentry *lle; in fddi_output() local
HDif_iso88025subr.c245 struct llentry *lle; in iso88025_output() local
HDif_fwsubr.c92 struct llentry *lle; in firewire_output() local
HDif_arcsubr.c113 struct llentry *lle; in arc_output() local
HDif_ethersubr.c175 struct llentry *lle = NULL; in ether_output() local
HDflowtable.c507 struct llentry *lle; in flowtable_insert() local
/trueos/sys/netinet/
HDif_ether.c169 struct llentry *lle = (struct llentry *)arg; in arptimer() local
323 const struct sockaddr *dst, u_char *desten, struct llentry **lle) in arpresolve()
823 struct llentry *lle = NULL; in in_arpinput() local
925 struct llentry *lle; in arp_ifinit() local
HDin.c1241 in_lltable_free(struct lltable *llt, struct llentry *lle) in in_lltable_free()
1251 struct in_llentry *lle; in in_lltable_new() local
1280 struct llentry *lle, *next; in in_lltable_prefix_free() local
1389 struct llentry *lle; in in_lltable_lookup() local
1468 #define SIN(lle) ((struct sockaddr_in *) L3_ADDR(lle)) in in_lltable_dump() argument
1470 struct llentry *lle; in in_lltable_dump() local
HDtoecore.c386 toe_lle_event(void *arg __unused, struct llentry *lle, int evt) in toe_lle_event()
456 struct llentry *lle; in toe_nd6_resolve() local
520 struct llentry *lle; in toe_l2_resolve() local
/trueos/sys/ofed/include/net/
HDnetevent.h46 _handle_arp_update_event(void *arg, struct llentry *lle, int evt __unused) in _handle_arp_update_event()
/trueos/sys/kern/
HDsubr_witness.c1062 struct lock_list_entry *lock_list, *lle; in witness_checkorder() local
1402 struct lock_list_entry **lock_list, *lle; in witness_lock() local
1552 struct lock_list_entry **lock_list, *lle; in witness_unlock() local
1661 struct lock_list_entry *lle; in witness_thread_exit() local
1693 struct lock_list_entry *lock_list, *lle; in witness_warn() local
2106 struct lock_list_entry *lle; in witness_lock_list_get() local
2125 witness_lock_list_free(struct lock_list_entry *lle) in witness_lock_list_free()
2137 struct lock_list_entry *lle; in find_instance() local
2193 struct lock_list_entry *lle; in witness_list_locks() local
/trueos/sys/netinet6/
HDin6.c2504 in6_lltable_free(struct lltable *llt, struct llentry *lle) in in6_lltable_free()
2514 struct in6_llentry *lle; in in6_lltable_new() local
2535 struct llentry *lle, *next; in in6_lltable_prefix_free() local
2605 struct llentry *lle; in in6_lltable_lookup() local
2680 struct llentry *lle; in in6_lltable_dump() local
HDnd6.c1002 struct llentry *lle; in nd6_is_addr_neighbor() local
1963 struct llentry *lle = NULL; in nd6_output_lle() local
2169 const struct sockaddr *dst, u_char *desten, struct llentry **lle) in nd6_storelladdr()
HDip6_input.c415 struct llentry *lle = NULL; in ip6_input() local
/trueos/contrib/gcc/
HDlambda-code.c1118 lambda_linear_expression lle = NULL; in gcc_tree_to_linear_expression() local
1141 LLE_COEFFICIENTS (lle)[i] = 1; in gcc_tree_to_linear_expression() local
1154 LLE_INVARIANT_COEFFICIENTS (lle)[i] = 1; in gcc_tree_to_linear_expression() local
1611 lle_to_gcc_expression (lambda_linear_expression lle, in lle_to_gcc_expression()
1648 if (LLE_COEFFICIENTS (lle)[i] != 0) in lle_to_gcc_expression() local
1655 if (LLE_COEFFICIENTS (lle)[i] == 1) in lle_to_gcc_expression() local
1690 if (LLE_INVARIANT_COEFFICIENTS (lle)[i] != 0) in lle_to_gcc_expression() local
/trueos/sys/ofed/drivers/infiniband/core/
HDaddr.c351 struct llentry *lle; in addr_resolve() local
/trueos/sys/ofed/drivers/infiniband/ulp/ipoib/
HDipoib_main.c1259 struct llentry *lle = NULL; in ipoib_output() local