| /kernel/linux/linux-5.10/drivers/crypto/qat/qat_dh895xccvf/ |
| H A D | adf_dh895xccvf_hw_data.c | 14 static u32 get_accel_mask(struct adf_hw_device_data *self) in get_accel_mask() argument 19 static u32 get_ae_mask(struct adf_hw_device_data *self) in get_ae_mask() argument 24 static u32 get_num_accels(struct adf_hw_device_data *self) in get_num_accels() argument 29 static u32 get_num_aes(struct adf_hw_device_data *self) in get_num_aes() argument 34 static u32 get_misc_bar_id(struct adf_hw_device_data *self) in get_misc_bar_id() argument 39 static u32 get_etr_bar_id(struct adf_hw_device_data *self) in get_etr_bar_id() argument 44 static enum dev_sku_info get_sku(struct adf_hw_device_data *self) in get_sku() argument
|
| /kernel/linux/linux-6.6/arch/arm/kernel/ |
| H A D | xscale-cp0.c | 33 static int dsp_do(struct notifier_block *self, unsigned long cmd, void *t) in dsp_do() argument 58 static int iwmmxt_do(struct notifier_block *self, unsigned long cmd, void *t) in iwmmxt_do() argument
|
| /kernel/linux/linux-5.10/net/tipc/ |
| H A D | bcast.h | 58 u32 self; member
|
| /kernel/linux/linux-6.6/net/tipc/ |
| H A D | bcast.h | 58 u32 self; member
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
| H A D | cgrp_kfunc_success.c | 141 struct cgroup *self, *ancestor1, *invalid; in BPF_PROG() local
|
| /third_party/ffmpeg/libavdevice/ |
| H A D | timefilter.c | 54 TimeFilter *self = av_mallocz(sizeof(TimeFilter)); in ff_timefilter_new() local 66 void ff_timefilter_destroy(TimeFilter *self) in ff_timefilter_destroy() argument 71 void ff_timefilter_reset(TimeFilter *self) in ff_timefilter_reset() argument 76 ff_timefilter_update(TimeFilter *self, double system_time, double period) ff_timefilter_update() argument 92 ff_timefilter_eval(TimeFilter *self, double delta) ff_timefilter_eval() argument [all...] |
| /third_party/FreeBSD/sys/dev/usb/controller/ |
| H A D | ehci_pci.c | 70 ehci_pci_match(device_t self) in ehci_pci_match() argument 76 ehci_pci_probe(device_t self) in ehci_pci_probe() argument 89 ehci_pci_attach(device_t self) in ehci_pci_attach() argument 186 ehci_pci_detach(device_t self) ehci_pci_detach() argument 213 ehci_pci_take_controller(device_t self) ehci_pci_take_controller() argument [all...] |
| /third_party/musl/src/thread/ |
| H A D | pthread_cancel.c | 11 pthread_t self = __pthread_self(); in __cancel() local 26 pthread_t self; in __syscall_cp_c() local 51 pthread_t self in cancel_handler() local 85 pthread_t self = __pthread_self(); __testcancel() local [all...] |
| H A D | pthread_key_create.c | 35 pthread_t self = __pthread_self(); in __pthread_key_create() local 61 pthread_t self = __pthread_self(), td=self; in __pthread_key_delete() local 81 pthread_t self = __pthread_self(); in __pthread_tsd_run_dtors() local 102 pthread_t self = __pthread_self(); __pthread_tsd_run_dtors_ex1() local [all...] |
| H A D | pthread_mutex_timedlock.c | 26 pthread_t self = __pthread_self(); in pthread_mutex_timedlock_pi() local
|
| H A D | synccall.c | 49 pthread_t self = __pthread_self(), td; in __synccall() local
|
| /third_party/musl/porting/liteos_a/user/src/thread/ |
| H A D | pthread_cancel.c | 10 pthread_t self = __pthread_self(); in __cancel() local 25 pthread_t self; in __syscall_cp_c() local 50 pthread_t self in cancel_handler() local 60 pthread_t self = __pthread_self(); __testcancel() local [all...] |
| /third_party/musl/porting/linux/user/src/ldso/ |
| H A D | dlerror.c | 16 pthread_t self = __pthread_self(); in dlerror() local 32 pthread_t self = __pthread_self(); in __dl_thread_cleanup() local 57 pthread_t self = __pthread_self(); in __dl_vseterr() local [all...] |
| /third_party/musl/porting/linux/user/src/linux/ |
| H A D | clone.c | 36 pthread_t self = __pthread_self(); in __start_child() local 67 pthread_t self = __pthread_self(); clone() local [all...] |
| /third_party/musl/src/linux/linux/ |
| H A D | clone.c | 51 pthread_t self = __pthread_self(); in __start_child() local 82 pthread_t self = __pthread_self(); clone() local [all...] |
| /third_party/musl/src/linux/liteos_a/ |
| H A D | clone.c | 38 pthread_t self = __pthread_self(); in __start_child() local
|
| /third_party/musl/porting/linux/user/src/thread/ |
| H A D | pthread_mutex_timedlock.c | 41 pthread_t self = __pthread_self(); in pthread_mutex_timedlock_pi() local
|
| H A D | pthread_cancel.c | 11 pthread_t self = __pthread_self(); in __cancel() local 26 pthread_t self; in __syscall_cp_c() local 51 pthread_t self in cancel_handler() local 73 pthread_t self = __pthread_self(); __testcancel() local [all...] |
| /third_party/musl/porting/liteos_a/user/src/linux/ |
| H A D | clone.c | 23 pthread_t self = __pthread_self(); in __start_child() local
|
| /third_party/ltp/testcases/kernel/syscalls/mprotect/ |
| H A D | mprotect01.c | 123 static void setup1(struct test_case *self) in setup1() argument 128 static void setup2(struct test_case *self) in setup2() argument 139 setup3(struct test_case *self) setup3() argument [all...] |
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedpolicy/ |
| H A D | common.h | 47 pthread_t self; in thread_func() local
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/ |
| H A D | 2-2.c | 39 pthread_t self = pthread_self(); in thr_func() local
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/ |
| H A D | 2-1.c | 49 pthread_t self = pthread_self(); in thr_func() local
|
| H A D | 2-2.c | 39 pthread_t self = pthread_self(); in thr_func() local [all...] |
| /third_party/python/Include/cpython/ |
| H A D | bytesobject.h | 44 PyBytesObject *self = _PyBytes_CAST(op); in PyBytes_GET_SIZE() local
|