Home
last modified time | relevance | path

Searched defs:tok (Results 1 – 25 of 65) sorted by relevance

123

/linux/scripts/
H A Dspdxcheck.py16 def __init__(self, tok, txt): argument
130 def validate(self, tok): argument
146 def t_RPAR(self, tok): argument
151 def t_LPAR(self, tok): argument
156 def t_ID(self, tok): argument
175 def t_error(self, tok): argument
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_metadata.c337 static void switch_ns_to_rx(struct nstoken **tok) in switch_ns_to_rx()
343 static void switch_ns_to_tx(struct nstoken **tok) in switch_ns_to_tx()
356 struct nstoken *tok = NULL; in test_xdp_metadata() local
H A Dxdp_dev_bound_only.c27 struct nstoken *tok = NULL; in test_xdp_dev_bound_only_offdev() local
H A Dxdp_flowtable.c67 struct nstoken *tok = NULL; in test_xdp_flowtable() local
H A Dassign_reuse.c176 struct nstoken *tok = NULL; in test_assign_reuse() local
H A Dsock_addr.c2554 static int setup_test_env(struct nstoken **tok) in setup_test_env()
2583 static void cleanup_test_env(struct nstoken *tok) in cleanup_test_env()
2591 struct nstoken *tok = NULL; in test_sock_addr() local
/linux/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp6000_pcie.c196 int tgt, int act, int tok, u64 offset, size_t size, int width) in compute_bar()
290 int tgt, int act, int tok, u64 offset, size_t size, int width) in reconfigure_bar()
307 static int matching_bar(struct nfp_bar *bar, u32 tgt, u32 act, u32 tok, in matching_bar()
368 u32 tgt, u32 act, u32 tok, u64 offset, size_t size, int width) in find_matching_bar()
385 int tgt, int act, int tok, in find_unused_bar_noblock()
418 int tgt, int act, int tok, in find_unused_bar_and_lock()
448 u32 tgt, u32 act, u32 tok, u64 offset, size_t size, int width) in nfp_wait_for_bar()
458 u32 tgt, u32 act, u32 tok, in nfp_alloc_bar()
/linux/drivers/isdn/mISDN/
H A Ddsp_hwec.c54 char *dup, *tok, *name, *val; in dsp_hwec_enable() local
/linux/drivers/gpu/drm/i915/
H A Di915_mitigations.c33 char *str, *sep, *tok; in mitigations_set() local
/linux/fs/resctrl/
H A Dctrlmondata.c290 static int rdtgroup_parse_resource(char *resname, char *tok, in rdtgroup_parse_resource()
309 char *tok, *resname; in rdtgroup_schemata_write() local
/linux/tools/perf/arch/s390/annotate/
H A Dinstructions.c7 char *endptr, *tok, *name; in s390_call__parse() local
/linux/include/linux/usb/
H A Dehci-dbgp.h39 #define DBGP_PID_SET(data, tok) (((data)<<8)|(tok)) argument
/linux/tools/perf/util/
H A Dlock-contention.c28 char *s, *tmp, *tok; in parse_call_stack() local
/linux/tools/sched_ext/
H A Dscx_flatcg.c56 char *line, *cur = NULL, *tok; in read_cpu_util() local
/linux/drivers/dma-buf/
H A Dselftest.c49 char *filter, *sep, *tok; in apply_subtest_filter() local
/linux/tools/perf/
H A Dbuiltin-lock.c348 char *tok, *tmp, *orig; in setup_output_field() local
2282 char *s, *tmp, *tok; in parse_lock_type() local
2401 char *s, *tmp, *tok; in parse_lock_addr() local
2493 char *s, *tmp, *tok; in parse_cgroup_filter() local
2566 char *s, *tmp, *tok; in parse_lock_delay() local
H A Dbuiltin-kmem.c1677 static int slab_sort_dimension__add(const char *tok, struct list_head *list) in slab_sort_dimension__add()
1697 static int page_sort_dimension__add(const char *tok, struct list_head *list) in page_sort_dimension__add()
1719 char *tok; in setup_slab_sorting() local
1745 char *tok; in setup_page_sorting() local
/linux/include/linux/
H A Dism.h54 u64 tok; member
/linux/include/soc/fsl/
H A Ddpaa2-global.h26 u8 tok; member
/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h324 #define QTD_LENGTH(tok) (((tok)>>16) & 0x7fff) argument
326 #define QTD_CERR(tok) (((tok)>>10) & 0x3) argument
327 #define QTD_PID(tok) (((tok)>>8) & 0x3) argument
549 #define FOTG210_ITD_LENGTH(tok) (((tok)>>16) & 0x0fff) argument
/linux/net/core/
H A Dutils.c188 const char *s, *tok = NULL; in in6_pton() local
/linux/drivers/usb/early/
H A Dehci-dbgp.c150 static inline u32 dbgp_pid_write_update(u32 x, u32 tok) in dbgp_pid_write_update()
157 static inline u32 dbgp_pid_read_update(u32 x, u32 tok) in dbgp_pid_read_update()
/linux/tools/testing/selftests/net/mptcp/
H A Dpm_nl_ctl.c806 char *tok, *str; in add_addr() local
1394 char *tok, *str; in set_flags() local
/linux/tools/testing/selftests/net/
H A Dso_txtime.c393 char *arg, *tok; in parse_io() local
/linux/net/rxrpc/
H A Dkey.c734 u32 cnlen, toksize, ntoks, tok, zero; in rxrpc_read() local

123