Displaying 10 results from an estimated 10 matches for "get_request".
Did you mean:
ast_request
2006 Jan 06
2
3ware disk failure -> hang
...0x2b/0x2d
Jan 6 01:04:10 $SERVER kernel: [<c0221f7f>] generic_unplug_device+0x15/0x21
Jan 6 01:04:10 $SERVER kernel: [<c022288d>] blk_execute_rq+0x88/0xb0
Jan 6 01:04:10 $SERVER kernel: [<c022096e>] elv_set_request+0xa/0x17
Jan 6 01:04:10 $SERVER kernel: [<c022251f>] get_request+0x1de/0x1e8
Jan 6 01:04:10 $SERVER kernel: [<c01a97c3>] task_has_capability+0x4a/0x52
Jan 6 01:04:10 $SERVER kernel: [<c0225cd5>] sg_scsi_ioctl+0x2bf/0x3c1
Jan 6 01:04:10 $SERVER kernel: [<c02261aa>] scsi_cmd_ioctl+0x3d3/0x475
Jan 6 01:04:10 $SERVER kernel: [<c014d41b&g...
2018 Dec 12
5
CentOS 7.6 external USB dmesg issue
...1052>] ? ktime_get_ts64+0x52/0xf0
[ 1085.193735] [<ffffffffa9b672ed>] io_schedule_timeout+0xad/0x130
[ 1085.193740] [<ffffffffa94c2886>] ? prepare_to_wait_exclusive+0x56/0x90
[ 1085.193744] [<ffffffffa9b67388>] io_schedule+0x18/0x20
[ 1085.193750] [<ffffffffa9743de3>] get_request+0x243/0x7d0
[ 1085.193756] [<ffffffffa977c401>] ? __radix_tree_create+0x11/0x360
[ 1085.193761] [<ffffffffa94c2d00>] ? wake_up_atomic_t+0x30/0x30
[ 1085.193767] [<ffffffffa9746cae>] blk_queue_bio+0xfe/0x400
[ 1085.193772] [<ffffffffa9744ef7>] generic_make_request+0x147/0...
2007 Nov 10
3
ring.h notification hold-off question
...gt;req_event) < \
(RING_IDX)(__new - __old)); \
} while (0)
questions are regarding wrapping the ring indexes.
a) to make sure: ring idx integer-wraps do happen, right?
asking because the only mask operations i can find are those
in the GET_REQUEST/RESPONSE macros.
b) if __old were UINT_MAX, then the consumer side might/would
set req_event to 0 after catching up right? (req_cons(== req_prod)+1)
now assume __new == __old + 2 then we had
req_event [0] < __new [1] < __old [INT_MAX]
i.e.
__new - req_event [1] > __new - _...
2012 Apr 24
1
[PATCH] [resend] xen-access: Check return values and clean up on errors during init
...- xenaccess->mem_event.xce_handle = NULL;
-
- /* Close connection to Xen */
- rc = xc_interface_close(xenaccess->xc_handle);
- if ( rc != 0 )
- {
- ERROR("Error closing connection to xen");
- }
- xenaccess->xc_handle = NULL;
-
- return 0;
-}
-
int get_request(mem_event_t *mem_event, mem_event_request_t *req)
{
mem_event_back_ring_t *back_ring;
@@ -530,16 +541,39 @@ int main(int argc, char *argv[])
sigaction(SIGALRM, &act, NULL);
/* Set whether the access listener is required */
- xc_domain_set_access_required(xch, domain_id, req...
2008 Jun 21
12
Bfu xVM to build 92 problems
Bfu 91 to 92 looks good
Proceed with xVM upgrade . After running:-
# sunos.hg/bin/build-all nondebug
bash-3.2# cd packages-nondebug
bash-3.2# pwd
/usr/tmp/packages-nondebug
bash-3.2# ls -l
total 20
drwxr-xr-x 4 root root 512 Jun 21 08:57 SUNWlibvirt
drwxr-xr-x 4 root root 512 Jun 21 08:57 SUNWlibvirtr
drwxr-xr-x 4 root root 512 Jun 21 08:57 SUNWurlgrabber
2009 Sep 10
24
[Bug 23847] New: kernel BUG when using nouveau
...fq_cic_lookup+0x61/0xce
[ 288.525313] [<c0225a24>] warn_slowpath_null+0xd/0x10
[ 288.525321] [<c03ada74>] cfq_cic_lookup+0x61/0xce
[ 288.525330] [<c03adc27>] cfq_may_queue+0x1e/0xab
[ 288.525338] [<c039d892>] elv_may_queue+0x14/0x1b
[ 288.525348] [<c03a291f>] get_request+0x24/0x253
[ 288.525356] [<c03a300e>] get_request_wait+0x18/0x12f
[ 288.525366] [<c0239077>] ? hrtimer_wakeup+0x0/0x1c
[ 288.525375] [<c0236d61>] ? remove_wait_queue+0x31/0x36
[ 288.525383] [<c03a315c>] blk_get_request+0x37/0x58
[ 288.525394] [<c0428cd1>] scs...
2012 Nov 20
52
[PATCH RFC] stubdom: Change vTPM shared page ABI
...)
{
tpmcmd->domid = domid;
+ tpmcmd->locality = -1;
tpmcmd->handle = handle;
memcpy(tpmcmd->uuid, uuid, sizeof(tpmcmd->uuid));
tpmcmd->req = NULL;
@@ -884,12 +890,12 @@ inline void init_tpmcmd(tpmcmd_t* tpmcmd, domid_t domid, unsigned int handle, un
tpmcmd_t* get_request(tpmif_t* tpmif) {
tpmcmd_t* cmd;
- tpmif_tx_request_t* tx;
- int offset;
- int tocopy;
- int i;
- uint32_t domid;
+ vtpm_shared_page_t* shr;
+ unsigned int offset;
int flags;
+#ifdef TPMBACK_PRINT_DEBUG
+int i;
+#endif
local_irq_save(flags);
@@ -899,35 +905,22 @@ tpmcm...
2012 Apr 20
1
[PATCH] multiqueue: a hodge podge of things
...equest(ctx, sync ^ 1);
}
/*
* Determine if elevator data should be initialized when allocating the
* request associated with @bio.
*/
static bool blk_rq_should_init_elevator(struct bio *bio)
{
if (!bio)
@@ -766,82 +770,49 @@ static bool blk_rq_should_init_elevator(struct bio *bio)
* get_request - get a free request
* @q: request_queue to allocate request from
* @rw_flags: RW and SYNC flags
* @bio: bio to allocate request for (can be %NULL)
* @gfp_mask: allocation mask
*
* Get a free request from @q. This function may fail under memory
* pressure or if @q is dead.
*
- * Mu...
2012 Apr 20
1
[PATCH] multiqueue: a hodge podge of things
...equest(ctx, sync ^ 1);
}
/*
* Determine if elevator data should be initialized when allocating the
* request associated with @bio.
*/
static bool blk_rq_should_init_elevator(struct bio *bio)
{
if (!bio)
@@ -766,82 +770,49 @@ static bool blk_rq_should_init_elevator(struct bio *bio)
* get_request - get a free request
* @q: request_queue to allocate request from
* @rw_flags: RW and SYNC flags
* @bio: bio to allocate request for (can be %NULL)
* @gfp_mask: allocation mask
*
* Get a free request from @q. This function may fail under memory
* pressure or if @q is dead.
*
- * Mu...
2010 Mar 02
3
2.6.33 high cpu usage
With the ATI bug I was hitting earlier fixed, only my btrfs partition
continues to show high cpu usage for some operations.
Rsync, git pull, git checkout and svn up are typicall operations which
trigger the high cpu usage.
As an example, this perf report is from using git checkout to change to
a new branch; the change needed to checkout 208 files out of about 1600
total files. du(1) reports