Home
last modified time | relevance | path

Searched defs:token (Results 26 – 50 of 382) sorted by relevance

12345678910>>...16

/Linux-v6.6/arch/powerpc/platforms/pseries/
Dpapr-sysparm.c53 const s32 token = rtas_function_token(RTAS_FN_IBM_GET_SYSTEM_PARAMETER); in papr_sysparm_get() local
105 const s32 token = rtas_function_token(RTAS_FN_IBM_SET_SYSTEM_PARAMETER); in papr_sysparm_set() local
/Linux-v6.6/arch/x86/kernel/
Dkvm.c86 u32 token; member
96 u32 token) in _find_apf_task()
110 static bool kvm_async_pf_queue_task(u32 token, struct kvm_task_sleep_node *n) in kvm_async_pf_queue_task()
141 void kvm_async_pf_task_wait_schedule(u32 token) in kvm_async_pf_task_wait_schedule()
190 void kvm_async_pf_task_wake(u32 token) in kvm_async_pf_task_wake()
256 noinstr bool __kvm_handle_async_pf(struct pt_regs *regs, u32 token) in __kvm_handle_async_pf()
292 u32 token; in DEFINE_IDTENTRY_SYSVEC() local
/Linux-v6.6/tools/perf/util/
Dexpr.l14 static double __value(YYSTYPE *yylval, char *str, int token) in __value()
72 static int str(yyscan_t scanner, int token, int runtime) in str()
/Linux-v6.6/tools/testing/selftests/bpf/progs/
Dmptcp_sock.c10 __u32 token = 0; variable
16 __u32 token; member
/Linux-v6.6/include/linux/
Dirqbypass.h47 void *token; member
73 void *token; member
Dpm_opp.h377 static inline void dev_pm_opp_clear_config(int token) {} in dev_pm_opp_clear_config()
533 static inline void dev_pm_opp_put_regulators(int token) in dev_pm_opp_put_regulators()
561 static inline void dev_pm_opp_put_supported_hw(int token) in dev_pm_opp_put_supported_hw()
589 static inline void dev_pm_opp_put_clkname(int token) in dev_pm_opp_put_clkname()
615 static inline void dev_pm_opp_put_config_regulators(int token) in dev_pm_opp_put_config_regulators()
633 static inline void dev_pm_opp_detach_genpd(int token) in dev_pm_opp_detach_genpd()
660 static inline void dev_pm_opp_put_prop_name(int token) in dev_pm_opp_put_prop_name()
/Linux-v6.6/drivers/xen/xenbus/
Dxenbus_probe_backend.c184 const char *path, const char *token) in frontend_will_handle()
190 const char *path, const char *token) in frontend_changed()
213 const char *path, const char *token) in backend_changed()
Dxenbus_xs.c658 static int xs_watch(const char *path, const char *token) in xs_watch()
671 static int xs_unwatch(const char *path, const char *token) in xs_unwatch()
684 static struct xenbus_watch *find_watch(const char *token) in find_watch()
767 char token[sizeof(watch) * 2 + 1]; in register_xenbus_watch() local
798 char token[sizeof(watch) * 2 + 1]; in unregister_xenbus_watch() local
850 char token[sizeof(watch) * 2 + 1]; in xs_resume() local
Dxenbus_dev_frontend.c230 char *token; member
241 const char *token) in alloc_watch_adapter()
268 const char *token) in watch_fired()
499 char *path, *token; in xenbus_write_watch() local
/Linux-v6.6/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_hwrm.c372 struct bnxt_hwrm_wait_token *token; in __hwrm_acquire_token() local
393 __hwrm_release_token(struct bnxt *bp, struct bnxt_hwrm_wait_token *token) in __hwrm_release_token()
407 struct bnxt_hwrm_wait_token *token; in hwrm_update_token() local
464 struct bnxt_hwrm_wait_token *token = NULL; in __hwrm_send() local
/Linux-v6.6/arch/powerpc/platforms/powernv/
Dopal-psr.c30 int psr, ret, token; in psr_show() local
80 int psr, ret, token; in psr_store() local
Dopal-powercap.c37 int ret, token; in powercap_show() local
89 int ret, token; in powercap_store() local
Dopal-sysparam.c33 int token; in opal_get_sys_param() local
68 int ret, token; in opal_set_sys_param() local
/Linux-v6.6/mm/
Dworkingset.c234 unsigned long token; in lru_gen_eviction() local
263 unsigned long *token, bool *workingset) in lru_gen_test_recent()
284 unsigned long token; in lru_gen_refault() local
334 unsigned long *token, bool *workingset) in lru_gen_test_recent()
/Linux-v6.6/scripts/
Dasn1_compiler.c300 struct token { struct
309 static struct token *token_list; argument
319 const struct token *token = _key; in directive_compare() local
732 const struct token *token = _key; in type_finder() local
/Linux-v6.6/net/rxrpc/
Dsecurity.c71 struct rxrpc_key_token *token; in rxrpc_init_client_call_security() local
100 struct rxrpc_key_token *token; in rxrpc_init_client_conn_security() local
Drxkad.c101 struct rxrpc_key_token *token) in rxkad_init_connection_security()
187 struct rxrpc_key_token *token; in rxkad_prime_packet_security() local
295 const struct rxrpc_key_token *token; in rxkad_secure_packet_encrypt() local
473 const struct rxrpc_key_token *token; in rxkad_verify_packet_2() local
788 const struct rxrpc_key_token *token; in rxkad_respond_to_challenge() local
/Linux-v6.6/fs/hfsplus/
Doptions.c76 int token; in hfsplus_parse_options_remount() local
104 int tmp, token; in hfsplus_parse_options() local
/Linux-v6.6/drivers/usb/host/
Duhci-hcd.h238 #define uhci_expected_length(token) ((((token) >> TD_TOKEN_EXPLEN_SHIFT) + \ argument
240 #define uhci_toggle(token) (((token) >> TD_TOKEN_TOGGLE_SHIFT) & 1) argument
241 #define uhci_endpoint(token) (((token) >> 15) & 0xf) argument
242 #define uhci_devaddr(token) (((token) >> TD_TOKEN_DEVADDR_SHIFT) & 0x7f) argument
243 #define uhci_devep(token) (((token) >> TD_TOKEN_DEVADDR_SHIFT) & 0x7ff) argument
244 #define uhci_packetid(token) ((token) & TD_TOKEN_PID_MASK) argument
245 #define uhci_packetout(token) (uhci_packetid(token) != USB_PID_IN) argument
246 #define uhci_packetin(token) (uhci_packetid(token) == USB_PID_IN) argument
262 __hc32 token; member
/Linux-v6.6/security/apparmor/
Dtask.c120 int aa_set_current_hat(struct aa_label *label, u64 token) in aa_set_current_hat()
160 int aa_restore_previous_label(u64 token) in aa_restore_previous_label()
/Linux-v6.6/drivers/mtd/devices/
Dphram.c181 static int parse_num64(uint64_t *num64, char *token) in parse_num64()
214 static int parse_name(char **pname, const char *token) in parse_name()
262 char *token[4]; in phram_setup() local
/Linux-v6.6/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Duconn.c34 nvkm_uconn_uevent_aux(struct nvkm_object *object, u64 token, u32 bits) in nvkm_uconn_uevent_aux()
51 nvkm_uconn_uevent_gpio(struct nvkm_object *object, u64 token, u32 bits) in nvkm_uconn_uevent_gpio()
/Linux-v6.6/arch/x86/include/asm/
Dkvm_para.h133 static __always_inline bool kvm_handle_async_pf(struct pt_regs *regs, u32 token) in kvm_handle_async_pf()
173 static __always_inline bool kvm_handle_async_pf(struct pt_regs *regs, u32 token) in kvm_handle_async_pf()
/Linux-v6.6/arch/powerpc/include/asm/
Dsimple_spinlock.h51 unsigned long tmp, token; in __arch_spin_trylock() local
185 long tmp, token; in __arch_write_trylock() local
/Linux-v6.6/drivers/rtc/
Drtc-opal.c118 int rc, token; in opal_get_tpo_time() local
173 int token, rc; in opal_set_tpo_time() local

12345678910>>...16