| /linux/tools/perf/util/ |
| H A D | unwind-libunwind.c | 15 int unwind__prepare_access(struct maps *maps, struct map *map, bool *initialized) in unwind__prepare_access() argument 29 if (initialized) in unwind__prepare_access() 30 *initialized = true; in unwind__prepare_access() 61 if (initialized) in unwind__prepare_access() 62 *initialized = err ? false : true; in unwind__prepare_access()
|
| H A D | unwind.h | 46 int unwind__prepare_access(struct maps *maps, struct map *map, bool *initialized); 52 bool *initialized __maybe_unused) in unwind__prepare_access() 74 bool *initialized __maybe_unused) in unwind__prepare_access()
|
| /linux/fs/cramfs/ |
| H A D | uncompress.c | 28 static int initialized; variable 61 if (!initialized++) { in cramfs_uncompress_init() 64 initialized = 0; in cramfs_uncompress_init() 76 if (!--initialized) { in cramfs_uncompress_exit()
|
| /linux/security/integrity/ima/ |
| H A D | ima_efi.c | 36 static bool initialized; in arch_ima_get_secureboot() local 38 if (!initialized && efi_enabled(EFI_BOOT)) { in arch_ima_get_secureboot() 43 initialized = true; in arch_ima_get_secureboot()
|
| /linux/security/integrity/platform_certs/ |
| H A D | machine_keyring.c | 66 static bool initialized; in trust_moklist() local 69 if (!initialized) { in trust_moklist() 70 initialized = true; in trust_moklist()
|
| /linux/arch/mips/loongson2ef/lemote-2f/ |
| H A D | pm.c | 80 static int initialized; variable 123 if (initialized == 0) { in wakeup_loongson() 126 initialized = 1; in wakeup_loongson()
|
| /linux/samples/mei/ |
| H A D | mei-amt-version.c | 94 bool initialized; member 108 cl->initialized = false; in mei_deinit() 127 me->initialized = true; in mei_init() 299 bool initialized; member 307 acmd->initialized = mei_init(&acmd->mei_cl, &MEI_IAMTHIF, 0, verbose); in amt_host_if_init() 308 return acmd->initialized; in amt_host_if_init() 314 acmd->initialized = false; in amt_host_if_deinit()
|
| /linux/drivers/usb/typec/ucsi/ |
| H A D | displayport.c | 26 bool initialized; member 60 if (!dp->override && dp->initialized) { in ucsi_displayport_enter() 210 if (!dp->override && dp->initialized) { in ucsi_displayport_vdm() 248 if (dp->initialized) in ucsi_displayport_vdm() 251 dp->initialized = true; in ucsi_displayport_vdm() 306 dp->initialized = false; in ucsi_displayport_remove_partner()
|
| /linux/tools/testing/selftests/vfio/lib/ |
| H A D | vfio_pci_driver.c | 39 VFIO_ASSERT_EQ(driver->initialized, op != driver->ops->init); in vfio_check_driver_op() 57 driver->initialized = true; in vfio_pci_driver_init() 67 driver->initialized = false; in vfio_pci_driver_remove()
|
| /linux/tools/perf/arch/arm64/util/ |
| H A D | perf_regs.c | 67 static int initialized; in sdt_init_op_regex() local 70 if (initialized) in sdt_init_op_regex() 81 initialized = 1; in sdt_init_op_regex()
|
| /linux/tools/perf/arch/arm/annotate/ |
| H A D | instructions.c | 36 if (arch->initialized) in arm__annotate_init() 52 arch->initialized = true; in arm__annotate_init()
|
| /linux/drivers/s390/cio/ |
| H A D | vfio_ccw_cp.c | 719 if (cp->initialized) in cp_init() 741 cp->initialized = true; in cp_init() 762 if (!cp->initialized) in cp_free() 765 cp->initialized = false; in cp_free() 820 if (!cp->initialized) in cp_prefetch() 861 if (!cp->initialized) in cp_get_orb() 908 if (!cp->initialized) in cp_update_scsw() 953 if (!cp->initialized) in cp_iova_pinned()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_fence.c | 435 ring->fence_drv.initialized = true; in amdgpu_fence_driver_start_ring() 465 ring->fence_drv.initialized = false; in amdgpu_fence_driver_init_ring() 548 if (!ring || !ring->fence_drv.initialized) in amdgpu_fence_driver_hw_fini() 578 if (!ring || !ring->fence_drv.initialized || !ring->fence_drv.irq_src) in amdgpu_fence_driver_isr_toggle() 595 if (!ring || !ring->fence_drv.initialized) in amdgpu_fence_driver_sw_fini() 611 ring->fence_drv.initialized = false; in amdgpu_fence_driver_sw_fini() 634 if (!ring || !ring->fence_drv.initialized) in amdgpu_fence_driver_hw_init() 873 if (!ring || !ring->fence_drv.initialized) in amdgpu_debugfs_fence_info_show()
|
| /linux/Documentation/virt/kvm/devices/ |
| H A D | vcpu.rst | 51 -ENODEV PMUv3 not supported or GIC not initialized 54 -EBUSY PMUv3 already initialized 70 -ENODEV PMUv3 not supported or GIC not initialized 73 -EBUSY PMUv3 already initialized or a VCPU has already run 116 -EBUSY PMUv3 already initialized, a VCPU has already run or 120 -ENODEV PMUv3 not supported or GIC not initialized 149 -EBUSY PMUv3 already initialized, a VCPU has already run or 152 -ENODEV PMUv3 not supported or GIC not initialized
|
| /linux/drivers/video/fbdev/matrox/ |
| H A D | i2c-matroxfb.c | 119 b->initialized = !err; in i2c_bus_reg() 124 if (b->initialized) { in i2c_bit_bus_del() 126 b->initialized = 0; in i2c_bit_bus_del()
|
| /linux/drivers/w1/ |
| H A D | w1_int.c | 44 dev->initialized = 0; in w1_alloc_dev() 133 dev->initialized = 1; in w1_add_master_device() 224 if (!dev->initialized) in w1_remove_master_device()
|
| /linux/drivers/crypto/ccp/ |
| H A D | sp-dev.c | 257 static bool initialized; in sp_mod_init() local 260 if (initialized) in sp_mod_init() 271 initialized = true; in sp_mod_init()
|
| /linux/arch/microblaze/kernel/ |
| H A D | timer.c | 249 static int initialized; in xilinx_timer_init() local 258 if (initialized) in xilinx_timer_init() 261 initialized = 1; in xilinx_timer_init()
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | radeon_fence.c | 793 rdev->fence_drv[ring].initialized = true; in radeon_fence_driver_start_ring() 819 rdev->fence_drv[ring].initialized = false; in radeon_fence_driver_init_ring() 861 if (!rdev->fence_drv[ring].initialized) in radeon_fence_driver_fini() 871 rdev->fence_drv[ring].initialized = false; in radeon_fence_driver_fini() 887 if (rdev->fence_drv[ring].initialized) { in radeon_fence_driver_force_completion() 904 if (!rdev->fence_drv[i].initialized) in radeon_debugfs_fence_info_show() 916 if (i != j && rdev->fence_drv[j].initialized) in radeon_debugfs_fence_info_show()
|
| /linux/Documentation/userspace-api/media/mediactl/ |
| H A D | media-request-ioc-reinit.rst | 38 be re-initialized and it is ready to be used again. 40 A request can only be re-initialized if it either has not been queued
|
| /linux/Documentation/RCU/ |
| H A D | NMI-RCU.rst | 71 data that is to be used by the callback must be initialized up -before- 74 initialized values:: 110 initialized some data that is to be used by the new NMI 114 to the new NMI handler, but the old pre-initialized
|
| /linux/tools/perf/arch/arm64/annotate/ |
| H A D | instructions.c | 95 if (arch->initialized) in arm64__annotate_init() 112 arch->initialized = true; in arm64__annotate_init()
|
| /linux/drivers/media/dvb-frontends/ |
| H A D | or51211.c | 51 u8 initialized:1; member 358 if (!state->initialized) { in or51211_init() 474 state->initialized = 1; in or51211_init() 511 state->initialized = 0; in or51211_attach()
|
| /linux/Documentation/filesystems/ |
| H A D | autofs-mount-control.rst | 216 This structure can be initialized before setting specific fields by using 250 implementation. It requires an initialized struct autofs_dev_ioctl as an 260 by loaded module. This call requires an initialized struct autofs_dev_ioctl 271 path. The open call requires an initialized struct autofs_dev_ioctl with 275 shown in /proc/mounts. The close call requires an initialized struct 287 Both of these calls require an initialized struct autofs_dev_ioctl 305 The call requires an initialized struct autofs_dev_ioctl with the 320 The call requires an initialized struct autofs_dev_ioctl with the 329 The call requires an initialized struct autofs_dev_ioctl with the 339 The call requires an initialized struct autofs_dev_ioctl with the path [all …]
|
| /linux/Documentation/core-api/ |
| H A D | debug-objects.rst | 74 whether the object can be initialized. Initializing is not allowed for 97 whether the object can be initialized. Initializing is not allowed for 130 allow the legitimate activation of statically allocated and initialized 191 This function is called to assert that an object has been initialized. 247 The activation of statically initialized objects is a special case. When 251 this is a legitimate case of a statically initialized object or not. In 301 The handling of statically initialized objects is a special case. The 303 initialized object or not. In this case only debug_object_init()
|