Home
last modified time | relevance | path

Searched defs:top (Results 1 – 25 of 57) sorted by relevance

123

/f-stack/tools/top/
H A Dtop.c12 int cpu_status(struct ff_top_args *top) in cpu_status()
54 struct ff_top_args top, otop; in main() local
/f-stack/freebsd/kern/
H A Dsubr_smp.c637 struct cpu_group *top; in smp_topo() local
713 struct cpu_group *top; in smp_topo_none() local
763 struct cpu_group *top; in smp_topo_1level() local
782 struct cpu_group *top; in smp_topo_2level() local
808 smp_topo_find(struct cpu_group *top, int cpu) in smp_topo_find()
1164 topo_next_node(struct topo_node *top, struct topo_node *node) in topo_next_node()
1186 topo_next_nonchild_node(struct topo_node *top, struct topo_node *node) in topo_next_nonchild_node()
H A Dsubr_turnstile.c180 propagate_unlock_ts(struct turnstile *top, struct turnstile *ts) in propagate_unlock_ts()
188 propagate_unlock_td(struct turnstile *top, struct thread *td) in propagate_unlock_td()
203 struct turnstile *ts, *top; in propagate_priority() local
H A Duipc_mbuf.c497 struct mbuf *top; in m_copym() local
568 struct mbuf *top, *n, *o; in m_copypacket() local
676 struct mbuf **p, *top = NULL; in m_dup() local
1063 struct mbuf *top = NULL, **mp = ⊤ in m_devget() local
H A Duipc_ktls.c1489 ktls_frame(struct mbuf *top, struct ktls_session *tls, int *enq_cnt, in ktls_frame()
1659 struct mbuf *m, *n, *top; in ktls_detach_record() local
1984 ktls_encrypt(struct mbuf *top) in ktls_encrypt()
/f-stack/dpdk/drivers/net/bnxt/tf_core/
H A Dstack.h17 int top; /**< maximum value in stack */ member
/f-stack/tools/libxo/xohtml/external/
H A Djquery.qtip.js707 position = { left: 0, top: 0 }, property
719 position = { left: target[0], top: target[1] }; property
741 top: event.pageY - position.top + (offset && offset.top || 0) property
773 top: (viewport || target).scrollTop(), property
839 else { position.adjusted = { left: 0, top: 0 }; } property
1060 top: '' property
2306 top: translate[1] - (translate[2] * Number(precedance === Y)), property
2391 shift = { left: FALSE, top: FALSE, x: 0, y: 0 }, property
2556 adjusted = { left: 0, top: 0 }, property
2572 offset: viewport.offset() || { left: 0, top: 0 } property
[all …]
/f-stack/freebsd/crypto/aesni/
H A Daesni_wrap.c115 struct blocks8 *top; in aesni_encrypt_ecb() local
155 struct blocks8 *top; in aesni_decrypt_ecb() local
216 struct blocks8 *top; in aesni_encrypt_icm() local
333 __m128i *top; in aesni_crypt_xts_block8() local
/f-stack/tools/
H A DREADME.md114 # top chapter
/f-stack/dpdk/drivers/raw/ifpga/base/
H A Difpga_fme_dperf.c251 u8 top = GET_FIELD(PROP_TOP, prop->prop_id); in fme_global_dperf_get_prop() local
285 u8 top = GET_FIELD(PROP_TOP, prop->prop_id); in fme_global_dperf_set_prop() local
H A Difpga_fme_error.c318 u8 top = GET_FIELD(PROP_TOP, prop->prop_id); in fme_global_error_get_prop() local
370 u8 top = GET_FIELD(PROP_TOP, prop->prop_id); in fme_global_error_set_prop() local
H A Difpga_fme_iperf.c632 u8 top = GET_FIELD(PROP_TOP, prop->prop_id); in fme_global_iperf_get_prop() local
696 u8 top = GET_FIELD(PROP_TOP, prop->prop_id); in fme_global_iperf_set_prop() local
/f-stack/freebsd/libkern/
H A Dmcount.c69 struct tostruct *top, *prevtop; in _MCOUNT_DECL() local
/f-stack/freebsd/net/
H A Dradix.c280 struct radix_node *saved_t, *top = t; in rn_match() local
427 struct radix_node *top = head->rnh_treetop; in rn_insert() local
600 struct radix_node *saved_tt, *top = head->rnh_treetop; in rn_addroute() local
756 struct radix_node *dupedkey, *saved_tt, *top; in rn_delete() local
/f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_debugfs.c165 static int vchiq_debugfs_create_log_entries(struct dentry *top) in vchiq_debugfs_create_log_entries()
276 struct dentry *top, *use_count, *trace; in vchiq_debugfs_add_instance() local
/f-stack/app/micro_thread/
H A Dheap.h267 HeapEntry* top = _list[1]; // 0 reserved. in HeapPop() local
/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_vdev.c488 nvlist_t **top; in get_replication() local
1448 nvlist_t *nvroot, *nv, **top, **spares, **l2cache; in construct_spec() local
1778 nvlist_t **top; in num_normal_vdevs() local
/f-stack/dpdk/lib/librte_stack/
H A Drte_stack.h41 struct rte_stack_lf_elem *top; /**< Stack top */ member
/f-stack/freebsd/contrib/octeon-sdk/cvmx-malloc/
H A Darena.c44 #define top(ar_ptr) ((ar_ptr)->top) macro
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlstate.h51 StkId top; /* top for this function */ member
103 StkId top; /* first free slot in the stack */ member
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlvm.c297 StkId top = L->top; in luaV_concat() local
510 StkId top = L->top - 1; /* top when 'call_binTM' was called */ in luaV_finishOp() local
H A Dlstate.h72 StkId top; /* top for this function */ member
158 StkId top; /* first free slot in the stack */ member
H A Dlauxlib.c62 int top = lua_gettop(L); in pushglobalfuncname() local
113 int top = lua_gettop(L); in luaL_traceback() local
/f-stack/freebsd/net80211/
H A Dieee80211_rssadapt.c224 int i, top, thridx; in bucket() local
/f-stack/freebsd/netinet/
H A Dtcp_output.c1919 struct mbuf *top; in tcp_m_copym() local

123