Searched refs:process (Results 126 - 150 of 230) sorted by relevance

12345678910

/linux-master/arch/arc/kernel/
H A Dentry-compact.S208 ; User process needs to be killed with SIGBUS, but first need to get
/linux-master/drivers/s390/cio/
H A Dvfio_ccw_drv.c236 * vfio_ccw_sch_event - process subchannel event
238 * @process: non-zero if function is called in process context
243 * be called again in process context.
245 static int vfio_ccw_sch_event(struct subchannel *sch, int process) argument
H A Ddevice.c1428 * io_subchannel_sch_event - process subchannel event
1430 * @process: non-zero if function is called in process context
1435 * function should be called again in process context.
1437 static int io_subchannel_sch_event(struct subchannel *sch, int process) argument
1454 CIO_MSG_EVENT(2, "event: sch 0.%x.%04x, process=%d, action=%d\n",
1455 sch->schid.ssid, sch->schid.sch_no, process,
1499 /* All other actions require process context. */
1500 if (!process)
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dvpe_v6_1.c390 .process = vpe_v6_1_process_trap_irq,
H A Djpeg_v3_0.c601 .process = jpeg_v3_0_process_interrupt,
H A Djpeg_v5_0_0.c557 .process = jpeg_v5_0_0_process_interrupt,
H A Dvce_v2_0.c667 .process = vce_v2_0_process_interrupt,
H A Damdgpu_irq.c478 r = src->funcs->process(adev, src, &entry);
H A Dgmc_v10_0.c167 " in process %s pid %d thread %s pid %d\n",
186 .process = gmc_v10_0_process_interrupt,
191 .process = amdgpu_umc_process_ecc_irq,
H A Dgmc_v11_0.c138 " in process %s pid %d thread %s pid %d)\n",
156 .process = gmc_v11_0_process_interrupt,
161 .process = amdgpu_umc_process_ecc_irq,
H A Dsdma_v2_4.c1160 .process = sdma_v2_4_process_trap_irq,
1164 .process = sdma_v2_4_process_illegal_inst_irq,
H A Dcik_sdma.c1274 .process = cik_sdma_process_trap_irq,
1278 .process = cik_sdma_process_illegal_inst_irq,
H A Djpeg_v1_0.c589 .process = jpeg_v1_0_process_interrupt,
H A Dnbio_v4_3.c572 * to bif ring. since bif ring is not enabled, just leave process callback
580 .process = nbio_v4_3_process_err_event_athub_irq,
H A Dvega10_ih.c466 .process = vega10_ih_self_irq,
H A Dvega20_ih.c518 .process = vega20_ih_self_irq,
H A Duvd_v5_0.c913 .process = uvd_v5_0_process_interrupt,
/linux-master/arch/powerpc/kernel/
H A DMakefile69 process.o systbl.o idle.o \
/linux-master/arch/s390/kernel/
H A Dentry.S296 # a new process exits the kernel with ret_from_fork
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
H A Di2c_.fuc30 process(PROC_I2C_, #i2c_init, #i2c_recv)
306 // $r14 - sender process name
/linux-master/tools/perf/util/
H A Dheader.c2409 * Since the kernel build-id is the first entry, process the
2903 pr_err("Failed to process auxtrace index\n");
3409 .process = process_##func, \
3419 .process = process_##func \
3813 int (*process)(struct perf_file_section *section,
3840 err = process(sec++, header, feat, fd, data);
4061 if (!feat_ops[feat].process)
4064 return feat_ops[feat].process(&fdd, data);
4241 * information. Just warn user and process it as much as it can.
4345 if (!feat_ops[feat].process)
[all...]
/linux-master/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_pci.c479 * This function will process both the upstream and downstream mailboxes.
487 /* process upstream mailbox and update device state */
490 /* process downstream mailboxes */
790 /* We have no more items to process */
802 hw->mbx.ops.process(hw, &hw->mbx);
1206 mbx->ops.process(hw, mbx);
1387 s32 err = mbx->ops.process(hw, mbx);
/linux-master/arch/m68k/fpsp040/
H A Dget_op.S45 | Next consider if in the process of normalizing the un-
/linux-master/drivers/crypto/marvell/cesa/
H A Dcesa.h473 * @process: process a request chunk result (should return 0 if the
482 int (*process)(struct crypto_async_request *req, u32 status); member in struct:mv_cesa_req_ops
H A Dcesa.c83 res = ctx->ops->process(req, status);

Completed in 562 milliseconds

12345678910