Home
last modified time | relevance | path

Searched refs:after (Results 1 – 25 of 88) sorted by relevance

1234

/drivers/misc/lkdtm/
A Dfortify.c75 int after[10]; in lkdtm_FORTIFY_MEM_OBJECT() local
84 memset(after, 0, sizeof(after)); in lkdtm_FORTIFY_MEM_OBJECT()
86 fortify_scratch_space = after[5]; in lkdtm_FORTIFY_MEM_OBJECT()
/drivers/gpu/drm/xe/
A DKconfig.profile6 Configures the default max job timeout after which job will
12 Configures the default min job timeout after which job will
38 Configures the default max preempt timeout after which context
45 Configures the default min preempt timeout after which context
/drivers/net/ethernet/intel/igc/
A Digc_diag.c86 u32 value, before, after; in igc_reg_test() local
98 after = rd32(IGC_STATUS) & toggle; in igc_reg_test()
99 if (value != after) { in igc_reg_test()
102 after, value); in igc_reg_test()
/drivers/soc/fsl/qbman/
A Dqman_ccsr.c625 u32 before, after; in __qman_liodn_fixup() local
637 after = (before & (~LIO_CFG_LIODN_MASK)) | liodn_offset; in __qman_liodn_fixup()
639 qm_ccsr_out(REG_REV3_QCSP_LIO_CFG(idx), after); in __qman_liodn_fixup()
641 qm_ccsr_out(REG_QCSP_LIO_CFG(idx), after); in __qman_liodn_fixup()
648 u32 before, after; in qman_set_sdest() local
654 after = (before & (~IO_CFG_SDEST_MASK)) | (cpu_idx << 16); in qman_set_sdest()
655 qm_ccsr_out(REG_REV3_QCSP_IO_CFG(idx), after); in qman_set_sdest()
658 after = (before & (~IO_CFG_SDEST_MASK)) | (cpu_idx << 16); in qman_set_sdest()
659 qm_ccsr_out(REG_QCSP_IO_CFG(idx), after); in qman_set_sdest()
/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_vm.c2012 after = kzalloc(sizeof(*after), GFP_KERNEL); in amdgpu_vm_bo_clear_mappings()
2013 if (!after) { in amdgpu_vm_bo_clear_mappings()
2017 INIT_LIST_HEAD(&after->list); in amdgpu_vm_bo_clear_mappings()
2034 after->start = eaddr + 1; in amdgpu_vm_bo_clear_mappings()
2035 after->last = tmp->last; in amdgpu_vm_bo_clear_mappings()
2036 after->offset = tmp->offset; in amdgpu_vm_bo_clear_mappings()
2037 after->offset += (after->start - tmp->start) << PAGE_SHIFT; in amdgpu_vm_bo_clear_mappings()
2038 after->flags = tmp->flags; in amdgpu_vm_bo_clear_mappings()
2039 after->bo_va = tmp->bo_va; in amdgpu_vm_bo_clear_mappings()
2088 !after->bo_va->base.moved) in amdgpu_vm_bo_clear_mappings()
[all …]
/drivers/gpu/drm/i915/
A Di915_sw_fence.h73 struct i915_sw_fence *after,
76 struct i915_sw_fence *after,
/drivers/gpu/drm/i915/gt/uc/
A Dintel_guc_fw.c158 ktime_t before, after, delta; in guc_wait_ucode() local
200 after = ktime_get(); in guc_wait_ucode()
201 delta = ktime_sub(after, before); in guc_wait_ucode()
A Dintel_huc.c455 ktime_t before, after, delta; in intel_huc_wait_for_auth_complete() local
484 after = ktime_get(); in intel_huc_wait_for_auth_complete()
485 delta = ktime_sub(after, before); in intel_huc_wait_for_auth_complete()
/drivers/pinctrl/
A Dpinctrl-ep93xx.c1275 u32 before, after, expected; in ep93xx_pmx_set_mux() local
1305 regmap_read(pmx->map, EP93XX_SYSCON_DEVCFG, &after); in ep93xx_pmx_set_mux()
1308 before, after, PADS_MASK); in ep93xx_pmx_set_mux()
1312 after &= PADS_MASK; in ep93xx_pmx_set_mux()
1318 tmp = expected ^ after; in ep93xx_pmx_set_mux()
1327 before, after, expected); in ep93xx_pmx_set_mux()
A Dpinctrl-gemini.c2197 u32 before, after, expected; in gemini_pmx_set_mux() local
2221 regmap_read(pmx->map, GLOBAL_MISC_CTRL, &after); in gemini_pmx_set_mux()
2225 after &= PADS_MASK; in gemini_pmx_set_mux()
2236 if (after & BIT(i)) { in gemini_pmx_set_mux()
2244 before, after, expected); in gemini_pmx_set_mux()
2258 if (!(after & BIT(i))) { in gemini_pmx_set_mux()
2266 before, after, expected); in gemini_pmx_set_mux()
/drivers/staging/gpib/lpvo_usb_gpib/
A Dlpvo_usb_gpib.c238 struct timespec64 before, after; in send_command() local
257 ktime_get_real_ts64 (&after); in send_command()
259 DIA_LOG(1, "Sent %d - done %d us.\n", leng, usec_diff(&after, &before)); in send_command()
305 struct timespec64 before, after; in one_char() local
314 ktime_get_real_ts64 (&after); in one_char()
317 b->nchar, usec_diff(&after, &before)); in one_char()
750 struct timespec64 before, after; in usb_gpib_read() local
777 ktime_get_real_ts64 (&after); in usb_gpib_read()
781 usec_diff(&after, &before)); in usb_gpib_read()
/drivers/gpu/drm/i915/gvt/
A Dtrace.h135 TP_PROTO(int id, char *action, void *spt, int before, int after),
137 TP_ARGS(id, action, spt, before, after),
146 id, action, spt, before, after);
/drivers/scsi/
A D53c700.scr300 ; We return here after a reselection
351 ; we return here after a reselection
364 ; we return here after a reselection
391 ; we return here after a reselection
/drivers/mtd/spi-nor/
A DKconfig46 Some SPI flashes have volatile block protection bits, ie. after a
65 protected or will be automatically software write protected after
/drivers/infiniband/ulp/rtrs/
A DREADME52 buffer after it returns back from the block layer and RNBD server.
92 5. Session becomes connected after all paths to be established are connected
108 *after all connections are established:
151 the message and finished IO after update rkey for the rbuffer, then post
194 the message and finished IO after update rkey for the rbuffer, then post
/drivers/video/fbdev/omap2/omapfb/dss/
A DKconfig103 bool "Sleep 20ms after VENC reset"
106 There is a 20ms sleep after VENC reset which seemed to fix the
/drivers/gpu/drm/ci/
A Dgitlab-ci.yml178 # Never run immediately after merging, as we just ran everything
186 # Build everything after someone bypassed the CI
206 # Never run immediately after merging, as we just ran everything
215 # Build everything after someone bypassed the CI
/drivers/base/
A DKconfig51 bool "Automount devtmpfs at /dev, after the kernel mounted the rootfs"
55 devtmpfs filesystem at /dev, directly after the kernel has
60 after the rootfs is mounted.
240 sync_state() calls after deferred_probe_timeout has expired or by
/drivers/staging/sm750fb/
A DTODO10 - This driver will be removed from staging after the drm driver is ready
/drivers/infiniband/hw/mthca/
A DKconfig17 debug_level module parameter (which can also be set after
/drivers/gpu/drm/ci/xfails/
A Dvirtio_gpu-none-skips.txt1 # Hits a "refcount_t: underflow; use-after-free" in virtio_gpu_fence_event_process
/drivers/gpu/drm/omapdrm/
A DKconfig127 bool "Sleep 20ms after VENC reset"
130 There is a 20ms sleep after VENC reset which seemed to fix the
/drivers/zorro/
A DKconfig12 15KB, but it gets freed after the system boots up, so it doesn't
/drivers/watchdog/
A DKconfig16 on-line as fast as possible after a lock-up. There's both a watchdog
402 and if it does, it reboots your system after a certain amount of
1235 the machine after its expiration. The expiration time can be
1261 freeze, and if it does, it reboots your computer after a certain
1402 that will reboot the machine after its second expiration. The
1445 freeze, and if it does, it reboots your computer after a certain
1525 watchdog timer that will reboot the machine after its second
1712 reboots your computer after a certain amount of time.
1830 watchdog timer that will reboot the machine after a 60 second
1848 will reboot the machine after a 100 seconds timer expired.
[all …]
/drivers/misc/
A Dkgdbts.c840 char after[BREAK_INSTR_SIZE]; in run_plant_and_detach_test() local
850 copy_from_kernel_nofault(after, (char *)kgdbts_break_test, in run_plant_and_detach_test()
852 if (memcmp(before, after, BREAK_INSTR_SIZE)) { in run_plant_and_detach_test()

Completed in 57 milliseconds

1234