search for: next_block

Displaying 8 results from an estimated 8 matches for "next_block".

2013 Apr 17
2
[LLVMdev] Any value in pre-simplifying the DAG?
...just to store a flow variable and end blocks with a "switch" branch. It appears the optimizers do a fine job of unwinding the nonsense, reducing the conditions, and even expanding the trailing paths. For example, I terminate my blocks with a logical switch like this: switch return_path, next_block cleanup, except_block break, loop_block return, return_block rethrow, except_block In most cases I'd say only 1-2 of the cases are actually possible (return_path cannot be the other values). Is there any value in me attempting to produce a cleaner DAG to pass to the optimizer, or would...
2013 Apr 18
0
[LLVMdev] Any value in pre-simplifying the DAG?
...> and end blocks with a "switch" branch. It appears the optimizers do a > fine job of unwinding the nonsense, reducing the conditions, and even > expanding the trailing paths. > > For example, I terminate my blocks with a logical switch like this: > switch return_path, next_block > cleanup, except_block > break, loop_block > return, return_block > rethrow, except_block > > In most cases I'd say only 1-2 of the cases are actually possible > (return_path cannot be the other values). Is there any value in me > attempting to produce a cleaner...
1999 Oct 05
0
smbclient tar restore problem (linkflag) from tape-drive
...* Skip to the next block first, so we can get the file, FIXME, should * be in get_file ... * The 'finfo.size != 0' fix is from Bob Boehmer <boehmer@worldnet.att.net> * Fixes bug where file size in tarfile is zero. */ if ((finfo.size != 0) && next_block(tarbuf, &buffer_p, tbufsiz) <=0) { DEBUG(0, ("Short file, bailing out...\n")); return; } if (!get_file(finfo)) { DEBUG(0, ("Abandoning restore\n")); return; } break; case '5': if (!get_dir(finfo)) { DEBUG(0, ("Abandoni...
2009 Jul 13
0
[ANNOUNCE] libXi 1.2.99.2
...current valuator state in XIQueryDevice. Protect button label copying against 64-bit Atom madness. Axis and button labels should be called labels, not names. Require inputproto 1.9.99.12 man: add some missing XI2 refpages Add typedefs for focus in/out events. Add next_block() call to advance pointers over memory. Use cookie events for XI2 events. Split copy_classes and size_classes to avoid memory leak Change floats to doubles in DeviceEvents and EnterEvents. Add effective modifiers/group to events - require inputproto 1.9.99.13 Remove XI...
2012 Dec 18
0
[PATCH] [RFC] Btrfs: Subpagesize blocksize (WIP).
...rk.func = finish_ordered_fn; - ordered_extent->work.flags = 0; - - if (btrfs_is_free_space_inode(inode)) - workers = &root->fs_info->endio_freespace_worker; - else - workers = &root->fs_info->endio_write_workers; - btrfs_queue_worker(workers, &ordered_extent->work); +next_block: + if (btrfs_dec_test_ordered_pending(inode, &ordered_extent, start, + io_size, uptodate)) { + ordered_extent->work.func = finish_ordered_fn; + ordered_extent->work.flags = 0; + + if (btrfs_is_free_space_inode(inode)) + workers = &root->fs_info->endio_freespace_work...
2009 Jan 30
8
[PATCH 0/7] ocfs2: Directory indexing support
The following patches implement indexed directory support in Ocfs2, mostly according to the design doc I wrote up a while ago: http://oss.oracle.com/osswiki/OCFS2/DesignDocs/IndexedDirectories The patches have been rebased on top of 2.6.29-rc2. It should be trivial to put them into merge_window. Things are what I'd call complete now. I'd like to get these into the merge_window branch
1999 Oct 05
0
SAMBA digest 2259
...get the > file, FIXME, should > * be in get_file ... > * The 'finfo.size != 0' fix is from Bob Boehmer > <boehmer@worldnet.att.net> > * Fixes bug where file size in tarfile is zero. > */ > > if ((finfo.size != 0) && next_block(tarbuf, &buffer_p, > tbufsiz) <=0) { > DEBUG(0, ("Short file, bailing out...\n")); > return; > } > if (!get_file(finfo)) { > DEBUG(0, ("Abandoning restore\n")); > return; > > } > break; > > case '5...
2009 Mar 17
33
[git patches] Ocfs2 updates for 2.6.30
Hi, The following patches comprise the bulk of Ocfs2 updates for the 2.6.30 merge window. Aside from larger, more involved fixes, we're adding the following features, which I will describe in the order their patches are mailed. Sunil's exported some more state to our debugfs files, and consolidated some other aspects of our debugfs infrastructure. This will further aid us in debugging