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 t_RPAR(self, tok) global() argument
151 t_LPAR(self, tok) global() argument
156 t_ID(self, tok) global() argument
175 t_error(self, tok) global() argument
[all...]
/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() argument
343 static void switch_ns_to_tx(struct nstoken **tok) in switch_ns_to_tx() argument
356 struct nstoken *tok = NULL; in test_xdp_metadata() local
[all...]
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
[all...]
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() argument
2583 static void cleanup_test_env(struct nstoken *tok) in cleanup_test_env() argument
2591 struct nstoken *tok = NULL; in test_sock_addr() local
[all...]
/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() argument
290 int tgt, int act, int tok, u64 offset, size_t size, int width) in reconfigure_bar() argument
307 static int matching_bar(struct nfp_bar *bar, u32 tgt, u32 act, u32 tok, in matching_bar() argument
368 u32 tgt, u32 act, u32 tok, u64 offset, size_t size, int width) in find_matching_bar() argument
385 int tgt, int act, int tok, in find_unused_bar_noblock() argument
418 find_unused_bar_and_lock(struct nfp6000_pcie * nfp,int tgt,int act,int tok,u64 offset,size_t size,int width) find_unused_bar_and_lock() argument
448 nfp_wait_for_bar(struct nfp6000_pcie * nfp,int * barnum,u32 tgt,u32 act,u32 tok,u64 offset,size_t size,int width) nfp_wait_for_bar() argument
458 nfp_alloc_bar(struct nfp6000_pcie * nfp,u32 tgt,u32 act,u32 tok,u64 offset,size_t size,int width,int nonblocking) nfp_alloc_bar() argument
[all...]
/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
[all...]
/linux/fs/resctrl/
H A Dctrlmondata.c290 static int rdtgroup_parse_resource(char *resname, char *tok, in rdtgroup_parse_resource() argument
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; parse_lock_addr() local
2493 char *s, *tmp, *tok; parse_cgroup_filter() local
2566 char *s, *tmp, *tok; parse_lock_delay() local
[all...]
H A Dbuiltin-kmem.c1677 static int slab_sort_dimension__add(const char *tok, struct list_head *list) in slab_sort_dimension__add() argument
1697 static int page_sort_dimension__add(const char *tok, struct list_head *list) in page_sort_dimension__add() argument
1719 char *tok; in setup_slab_sorting() local
1745 char *tok; in setup_page_sorting() local
[all...]
/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() argument
157 static inline u32 dbgp_pid_read_update(u32 x, u32 tok) in dbgp_pid_read_update() argument
/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
[all...]
/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