search for: request_count

Displaying 7 results from an estimated 7 matches for "request_count".

2015 Jun 02
2
Issues with OS/2 and Samba 4
...: union nbt_netlogon_request(case 0) logon0: struct NETLOGON_LOGON_REQUEST computer_name : 'TS-20107' user_name : 'TS' mailslot_name : '\MAILSLOT\TEMP\NETLOGON' request_count : 0x00 (0) lmnt_token : 0x0001 (1) lm20_token : 0xffff (65535) When looking at the current source the respective LOGON_REQUEST is missing from the switch at https://git.samba.org/?p=samba.git;a=blob;f=source4/nbt_server/dgra...
2012 Jan 05
3
[PATCH 0 of 2] xenpaging:speed up page-in
The following two patches are about how to speed up in xenpaging when page in pages. On suse11-64 with 4G memory,if we page out 2G pages,it will cost about 15.5 seconds, but take 2088 seconds to finish paging in.If page-in costs too much time,it will cause unmesurable problems when vm or dom0 access the paged_out page,such as BSOD,crash. What鈥檚 more,the dom0 is always in high I/O pressure.
2015 Jun 08
1
Issues with OS/2 and Samba 4
...on_request(case 0) >> logon0: struct NETLOGON_LOGON_REQUEST >> computer_name : 'TS-20107' >> user_name : 'TS' >> mailslot_name : '\MAILSLOT\TEMP\NETLOGON' >> request_count : 0x00 (0) >> lmnt_token : 0x0001 (1) >> lm20_token : 0xffff (65535) Our smb.conf looks like this: > # Global parameters > [global] > workgroup = GEBECODOM > realm = GEBECODOM.GEBECO.DE > netbios name = SAMBA...
2015 Jun 02
0
Issues with OS/2 and Samba 4
...etlogon_request(case 0) > logon0: struct NETLOGON_LOGON_REQUEST > computer_name : 'TS-20107' > user_name : 'TS' > mailslot_name : '\MAILSLOT\TEMP\NETLOGON' > request_count : 0x00 (0) > lmnt_token : 0x0001 (1) > lm20_token : 0xffff (65535) > > When looking at the current source the respective LOGON_REQUEST is > missing from the switch at > https://git.samba.org/?p=samba.git;a=blob;f=...
2018 Oct 16
2
high cpu load with share_conflict on browsing and opening files
...compat : NULL flags : 0x00 (0) 0: SMBXSRV_OPEN_NEED_REPLAY_CACHE 0: SMBXSRV_OPEN_HAVE_REPLAY_CACHE create_action : 0x00000000 (0) request_count : 0x0000000000000000 (0) pre_request_count : 0x0000000000000000 (0) [2018/10/12 12:05:09.532936, 5, pid=3350, effective(1017, 1003), real(1017, 0)] ../source3/smbd/files.c:128(file_new) allocated file structure fnum 3674679751 (4 used) [2018/10/12 12:05:09.532...
2012 Apr 20
1
[PATCH] multiqueue: a hodge podge of things
...d_flags & REQ_FAILFAST_MASK) != ff) blk_rq_set_mixed_merge(req); bio->bi_next = req->bio; req->bio = bio; /* * may not be valid. if the low level driver said @@ -1274,28 +1247,28 @@ static bool attempt_plug_merge(struct request_queue *q, struct bio *bio, goto out; *request_count = 0; list_for_each_entry_reverse(rq, &plug->list, queuelist) { int el_ret; if (rq->q == q) (*request_count)++; - if (rq->q != q || !blk_rq_merge_ok(rq, bio)) + if (rq->queue_ctx->queue != q || !blk_rq_merge_ok(rq, bio)) continue; el_ret = blk_try_merg...
2012 Apr 20
1
[PATCH] multiqueue: a hodge podge of things
...d_flags & REQ_FAILFAST_MASK) != ff) blk_rq_set_mixed_merge(req); bio->bi_next = req->bio; req->bio = bio; /* * may not be valid. if the low level driver said @@ -1274,28 +1247,28 @@ static bool attempt_plug_merge(struct request_queue *q, struct bio *bio, goto out; *request_count = 0; list_for_each_entry_reverse(rq, &plug->list, queuelist) { int el_ret; if (rq->q == q) (*request_count)++; - if (rq->q != q || !blk_rq_merge_ok(rq, bio)) + if (rq->queue_ctx->queue != q || !blk_rq_merge_ok(rq, bio)) continue; el_ret = blk_try_merg...