Searched refs:sp_val (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/fw/cfe/ |
H A D | cfe_api_int.h | 70 u64 sp_val; /* starting SP value */ member
|
H A D | cfe_api.c | 80 xiocb.plist.xiocb_cpuctl.sp_val = sp; in cfe_cpu_start()
|
/kernel/linux/linux-6.6/arch/mips/fw/cfe/ |
H A D | cfe_api_int.h | 70 u64 sp_val; /* starting SP value */ member
|
H A D | cfe_api.c | 85 xiocb.plist.xiocb_cpuctl.sp_val = sp; in cfe_cpu_start()
|
/kernel/linux/linux-5.10/net/dccp/ |
H A D | feat.c | 721 * @sp_val: SP value followed by optional preference list 722 * @sp_len: length of @sp_val in bytes 725 u8 mandatory, u8 const *sp_val, u8 sp_len) in __feat_register_sp() 730 !dccp_feat_sp_list_ok(feat, sp_val, sp_len)) in __feat_register_sp() 734 if (feat == DCCPF_CCID && !ccid_support_check(sp_val, sp_len)) in __feat_register_sp() 737 if (dccp_feat_clone_sp_val(&fval, sp_val, sp_len)) in __feat_register_sp() 724 __feat_register_sp(struct list_head *fn, u8 feat, u8 is_local, u8 mandatory, u8 const *sp_val, u8 sp_len) __feat_register_sp() argument
|
/kernel/linux/linux-6.6/net/dccp/ |
H A D | feat.c | 721 * @sp_val: SP value followed by optional preference list 722 * @sp_len: length of @sp_val in bytes 725 u8 mandatory, u8 const *sp_val, u8 sp_len) in __feat_register_sp() 730 !dccp_feat_sp_list_ok(feat, sp_val, sp_len)) in __feat_register_sp() 734 if (feat == DCCPF_CCID && !ccid_support_check(sp_val, sp_len)) in __feat_register_sp() 737 if (dccp_feat_clone_sp_val(&fval, sp_val, sp_len)) in __feat_register_sp() 724 __feat_register_sp(struct list_head *fn, u8 feat, u8 is_local, u8 mandatory, u8 const *sp_val, u8 sp_len) __feat_register_sp() argument
|
Completed in 7 milliseconds