Searched defs:process (Results 1 - 11 of 11) sorted by relevance

/drivers/staging/tidspbridge/include/dspbridge/
H A Dchnlpriv.h66 u32 process; /* Process owning this channel. */ member in struct:chnl_info
H A D_chnl_sm.h145 u32 process; /* Process which created this channel */ member in struct:chnl_object
/drivers/net/wan/
H A Ddlci.c112 int process, header; local
123 process = 0;
159 process = 1;
165 process = 1;
183 if (process)
/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_txrx.c717 bool process = false; local
729 process = true;
734 if (process) {
/drivers/crypto/
H A Dmv_cesa.c47 * @sg_src_left: bytes left in src to process (scatter list)
49 * @crypt_len: length of current hw crypt/hash process
50 * @hw_nbytes: total bytes to process in hw for this request
52 * @sg_dst_left: bytes left dst to process in this scatter list
64 void (*process) (int is_first); member in struct:req_progress
470 /* process next scatter list entry */
472 cpg->p.process(0);
508 p->process = mv_process_current_q;
543 p->process = mv_process_hash_current;
/drivers/s390/cio/
H A Ddevice.c1423 * io_subchannel_sch_event - process subchannel event
1425 * @process: non-zero if function is called in process context
1430 * function should be called again in process context.
1432 static int io_subchannel_sch_event(struct subchannel *sch, int process) argument
1449 CIO_MSG_EVENT(2, "event: sch 0.%x.%04x, process=%d, action=%d\n",
1450 sch->schid.ssid, sch->schid.sch_no, process,
1499 /* All other actions require process context. */
1500 if (!process)
/drivers/mtd/onenand/
H A Donenand_base.c3392 unsigned int density, process, numbufs; local
3394 /* Lock scheme depends on density and process */
3396 process = this->version_id >> ONENAND_VERSION_PROCESS_SHIFT;
3430 if (process)
3436 if (!process)
/drivers/staging/tidspbridge/rmgr/
H A Dproc.c81 u32 process; /* Process owning this Processor */ member in struct:proc_object
313 /* Store TGID instead of process handle */
314 p_proc_object->process = current->tgid;
/drivers/video/omap/
H A Dhwa742.c312 int process = 1; local
316 process = 0;
320 if (process)
/drivers/block/drbd/
H A Ddrbd_receiver.c1605 * returns 0 if we may process the packet,
3240 dev_err(DEV, "Disk attach process on the peer node was aborted.\n");
3490 it does not matter if the process it in 32 bit chunks or 64 bit
3493 we would need to process it from the highest address to the lowest,
4495 int (*process)(struct drbd_conf *mdev, struct p_header80 *h); member in struct:asender_cmd
4521 if (cmd > P_MAX_CMD || asender_tbl[cmd].process == NULL)
4647 if (!cmd->process(mdev, h))
/drivers/gpu/drm/radeon/
H A Dradeon.h160 * Mutex which allows recursive locking from the same process.
181 /* Another process locked the mutex, take it */
185 /* Otherwise the mutex was already locked by this process */
1180 int (*process)(struct radeon_device *rdev); member in struct:radeon_asic::__anon650
1743 #define radeon_irq_process(rdev) (rdev)->asic->irq.process((rdev))

Completed in 460 milliseconds