Home
last modified time | relevance | path

Searched refs:ft (Results 1 – 25 of 65) sorted by relevance

123

/xnu-12377.81.4/bsd/skywalk/nexus/netif/
H A Dnx_netif_flow.c256 netif_flow_list_lookup(struct netif_flowtable *ft, struct __kern_packet *pkt, in netif_flow_list_lookup() argument
259 struct netif_list_flowtable *__single lft = ft->ft_internal; in netif_flow_list_lookup()
260 struct netif_flowtable_ops *fops = ft->ft_ops; in netif_flow_list_lookup()
288 netif_flow_list_insert(struct netif_flowtable *ft, struct netif_flow *f) in netif_flow_list_insert() argument
290 struct netif_list_flowtable *__single lft = ft->ft_internal; in netif_flow_list_insert()
295 ft->ft_ops->nfo_match(&nf->nf_desc, &f->nf_desc)) { in netif_flow_list_insert()
307 netif_flow_list_remove(struct netif_flowtable *ft, struct netif_flow *f) in netif_flow_list_remove() argument
309 struct netif_list_flowtable *__single lft = ft->ft_internal; in netif_flow_list_remove()
317 struct netif_flowtable *ft; in netif_flow_list_table_alloc() local
320 ft = skn_alloc_type(flowtable, struct netif_flowtable, in netif_flow_list_table_alloc()
[all …]
/xnu-12377.81.4/libkern/firehose/
H A Dchunk_private.h167 firehose_tracepoint_t ft = (firehose_tracepoint_t) in firehose_chunk_tracepoint_begin() local
173 os_atomic_std(atomic_store_explicit)(&ft->ft_atomic_stamp_and_length, stamp, in firehose_chunk_tracepoint_begin()
176 ft->ft_thread = thread_id; in firehose_chunk_tracepoint_begin()
177 return ft; in firehose_chunk_tracepoint_begin()
183 firehose_tracepoint_t ft, firehose_tracepoint_id_u ftid) in firehose_chunk_tracepoint_end() argument
187 os_atomic_std(atomic_store_explicit)(&ft->ft_id.ftid_atomic_value, in firehose_chunk_tracepoint_end()
/xnu-12377.81.4/libkern/os/
H A Dlog.c948 firehose_tracepoint_t ft = __firehose_buffer_tracepoint_reserve(lp->lp_timestamp, in firehose_trace_start() local
951 if (fastpath(ft)) { in firehose_trace_start()
953 return ft; in firehose_trace_start()
979 firehose_trace_finish(firehose_tracepoint_t ft, firehose_tracepoint_id_u ftid) in firehose_trace_finish() argument
982 __firehose_buffer_tracepoint_flush(ft, ftid); in firehose_trace_finish()
984 firehose_chunk_tracepoint_end(&firehose_boot_chunk, ft, ftid); in firehose_trace_finish()
990 firehose_tracepoint_t ft, uint8_t *ft_priv_data) in firehose_trace_save_payload() argument
993 uint8_t *ft_data = ft->ft_data; in firehose_trace_save_payload()
1005 firehose_chunk_t fc = firehose_chunk_for_address(ft); in firehose_trace_save_payload()
1044 firehose_tracepoint_t ft = firehose_trace_start(lp, &ft_priv_data); in firehose_trace() local
[all …]
/xnu-12377.81.4/tools/cocci/
H A Dzalloc-data.cocci28 // vim:ft=diff:
H A Dzalloc-zero.cocci80 // vim:ft=diff:
H A Dzalloc-nofail.cocci87 // vim:ft=diff:
H A Dc11_atomic_builtin_rewrite.cocci162 // vim:ft=diff:
H A Dos_atomic_normalize.cocci94 // vim:ft=diff:
H A Dhw_atomic_rewrite.cocci96 // vim:ft=diff:
/xnu-12377.81.4/makedefs/
H A DMakeInc.color55 # vim: set ft=make:
/xnu-12377.81.4/osfmk/mach/
H A Dmach_test_upcall.defs43 /* vim: set ft=c : */
H A Dhost_notify_reply.defs43 /* vim: set ft=c : */
H A Dktrace_background.defs49 /* vim: set ft=c : */
H A Dledger.defs48 /* vim: set ft=c : */
H A Dsysdiagnose_notification.defs54 /* vim: set ft=c : */
H A Darcade_upcall.defs49 /* vim: set ft=c : */
H A Drestartable.defs51 /* vim: set ft=c : */
H A Dmach_eventlink.defs61 /* vim: set ft=c : */
H A Dclock_reply.defs56 /* vim: set ft=c : */
H A Dmach_notify.defs38 /* vim: set ft=c : */
H A Dclock_priv.defs60 /* vim: set ft=c : */
H A Dtask_access.defs67 /* vim: set ft=c : */
H A Dclock_types.defs69 /* vim: set ft=c : */
/xnu-12377.81.4/osfmk/UserNotification/
H A DUNDReply.defs47 /* vim: set ft=c : */
H A DUNDTypes.defs68 /* vim: set ft=c : */

123