This disclosure relates to information storage and, more particularly, to object storage devices that include probabilistic data structures to handle interrogations regarding whether or not objects might be stored in an object store.
Many computing systems generate or receive data that may be desirable to store persistently. These computing systems often utilize a storage device, such as a hard disk drive (“HDD”), for data storage and retrieval. In some cases, a HDD can include a circular recording disk made from a magnetic material onto (and/or into) which data can be recorded as patterns of magnetic polarity. In other cases, a storage device can include integrated circuit solid-state memory assemblies onto (and/or into) which data can be recorded.
In various cases, storage devices may be file system storage devices (which manage data as a file hierarchy) or block storage devices (which manage data as blocks of a storage media). However, in other cases storage devices may be object storage devices where objects may be stored in an unstructured fashion in an object store and are accessed utilizing a unique identifier referred to as a “key,” abstracting interaction with objects in the object store from the physical storage media used to store the object store.
Reference will now be made to representative embodiments illustrated in the accompanying figures. It should be understood that the following descriptions are not intended to limit the disclosure to one preferred embodiment. To the contrary, each is intended to cover alternatives, modifications, and equivalents as may be included within the spirit and scope of the described embodiments as defined by the appended claims.
The use of the same or similar reference numerals in different drawings indicates similar, related, or identical items where appropriate.
Some embodiments described herein relate to systems and methods for utilizing probabilistic data structures to handle interrogations regarding whether or not objects might be stored in an object store of an object storage device. A controller of an object storage device may process interrogations utilizing a probabilistic data structure stored in a memory having data related to the presence of data in the object store. The controller may receive an interrogation, utilize the probabilistic data structure to determine whether or not the object is possibly stored in the object store, and respond accordingly based on the determination.
The controller may be able to determine from the probabilistic data structure that either the object is definitely not stored in the object store or may possibly be stored in the object store. In cases where the controller is able to determine from the probabilistic data structure that the object is not stored, the controller may be able to process the interrogation without having to access the object store. Evaluation of the probabilistic data structure may be faster than accessing of the object store and therefore use of the probabilistic data structure may reduce the time that the controller consumes in processing the interrogation.
If the controller is not able to determine that the object is not stored in the object store using the probabilistic data structure, the controller may then access the object store to determine whether or not the object is actually stored. Though this case may not reduce the time used by the controller to process interrogations, the overall time used by the controller in processing interrogations may be less than if the controller always accessed the object store as not every interrogation request requires access of the object store for processing. In systems involving interrogations sent to controllers of multiple object storage devices, the total time involved for processing all the interrogations may be improved over systems where every object store is accessed as only the system may not be required to wait for each object storage device to access the object store.
Although particular embodiments are discussed herein, it should be appreciated that the various embodiments, as well as functionality, operation, components, and capabilities thereof may be combined with other elements as necessary. Any physical, functional, or operational discussion of any element or feature is not intended to be limited solely to a particular embodiment to the exclusion of others.
The computing device 102 may send commands 103 to the object storage device 105. The commands may be any number of commands including, but not necessarily limited to, write commands, erase commands, and read commands. The object storage device may include control circuitry 107 (such as a controller, an electrical circuit, an integrated circuit, instructions executed by a processor, and so on), a memory 108, and a storage media 109 (such as a circular recording disk made from a magnetic material onto and/or into which data can be recorded as patterns of magnetic polarity, integrated circuit solid-state memory assemblies onto and/or into which data can be recorded, phase change memory, magnetoresistive memory, and so on) that may persistently store an object store. The memory may store a command queue 111. The control circuitry may receive the commands, store the commands in the command queue (though some commands may be executed without being stored in the command queue), and execute commands stored in the command queue (such as in a first-in-first-out order, pipelining configurations where various portions of commands are acted upon in various orders to reduce time used for executing the commands, and so on). The control circuitry may transmit one or more responses 104 to the computing device (such as in response to receiving a command, as part of executing a received command, and so on). For one example, if the computing device sends a read command for an object stored in the object store, the object storage device may send a response including the requested object.
The commands 103 may involve one or more interrogations regarding whether or not an object is stored in the object store 110. For example, a read request for an object may involve determination of whether the object is in the object store to be read. By way of another example, a write request for an object may involve determining of whether the object is already stored in the object store to obviate writing the object to the object store, overwriting the object where it is stored, and so on. By way of still another example, some commands may only attempt to determine whether or not an object is stored in the object store.
The control circuitry 107 may process or handle commands involving interrogations in a variety of ways. In some cases, the commands may be placed into the command queue 111 and the interrogation processed when reached in the queue (whether as part of executing the associated command, part of a prefetching or other pipelining technique, and so on). In other cases, the command may be of a type to which the control circuitry is configured to handle without placing the command in the command queue. Various configurations are possible without departing from the scope of the present disclosure.
When processing an interrogation regarding an object, the control circuitry 107 may evaluate a probabilistic data structure 112 (such as a Bloom filter, a quotient filter, an approximate membership query data structure, or other probabilistic data structure used to track whether an item is definitely not part of a set or may be part of a set) stored in the memory 108 using a key (which may be based on a name of the object, be based on data included in the object, be a unique identifier assigned to the object, and so on) associated with the object to determine if the object is not stored in the object store 110 or may be stored in the object store. The probabilistic data structure may be probabilistic in that it has data related to the presence of data in the object store that can either definitely confirm that the object is not in the object store or indicate that the object is possibly stored. The data may be unable to be used to definitely confirm that the object is stored in the object store as portions of the data may correspond to multiple different objects. As such, a particular portion may indicate that any number of a specific set of objects may be stored in the object store but may not definitely indicate that any particular object of that specific set is definitely stored. However, that particular portion may indicate that a particular object of the set is definitely not stored, if the particular portion indicates that none of the specific set of objects are stored.
Upon determining that an object associated with an interrogation request is definitely not stored in the object store 110 using the probabilistic data structure 112, the control circuitry 107 may respond to the interrogation accordingly. In some cases, responding to the interrogation may include transmitting one or more indications to the computing device 102 (such as one or more indications that the object is definitely not stored, one or more indications that the object may be stored, and so on). However, in other cases responding to the interrogation may not transmit to the computing device. Instead, in such cases responding to the interrogation may involve performing further processing (such as processing of a related command) based on the determination that the object is not stored. For example, responding to an interrogation related to a write request for an object upon determining that the object is definitely not stored may involve allocating space in the object store for the object and/or storing the object in the object store (such as in the allocated space).
Upon determining that an object associated with an interrogation request may be stored in the object store 110 using the probabilistic data structure 112, the control circuitry 107 may access the object store to determine if the object is definitely stored in the object store. The control circuitry may then respond to the interrogation request accordingly upon the access determining whether or not the object is definitely stored in the object store.
Again, in some cases, responding to the interrogation may include transmitting one or more indications to the computing device 102. However, in other cases responding to the interrogation may involve performing further processing based on the access determining that the object is definitely stored or not. For example, responding to an interrogation related to a write request for an object upon the access determining that the object is definitely not stored may involve allocating space in the object store 110 for the object and/or storing the object in the object store. By way of another example, responding to an interrogation related to a read request for an object upon the access determining that the object is definitely stored may involve providing the object to the computing device, caching the object in the memory 108 and/or otherwise copying the object to the memory, and/or other operations. By way of still another example, responding to an interrogation related to a write request for an object upon the access determining that the object is definitely stored may involve overwriting the currently stored version of the object in the object store, aborting the write operation as the object is already stored, and/or other operations.
By way of an example implementation regarding the probabilistic data structure 112, a Bloom filter configured to include data related to the presence of data in the object store 110 may be implemented as an array (and/or other data structure) of bit values. When no objects have been stored in the object store, the values of the array may all be set to zero. However, when an object is stored in the object store the key associated with the object may be passed through a hashing function to generate a hash value corresponding to one of the positions in the array, the value stored at which may then be set to one to represent that the object was stored in the object store. As the keys for multiple objects may hash to set a position of the array to one (causing a collision in the array if those multiple objects are stored, resulting in an existing one value staying as a one value), determining that position has a one value indicates that one or more of those multiple objects may be stored but does not definitely indicate that a specific one of those multiple objects definitely is stored. However, determining that position has a zero value indicates that none of those multiple objects are stored. As such, the Bloom filter can be used to determine that an object is definitely stored in the object store or may be stored in the object store. Although the examples in this disclosure use zero and one values, other indicators may be used in lieu of the zero and one values to represent the status and result of the hash functions.
By way of example,
As illustrated in
By way of example,
Returning to
For example, if the object A 201 of
Thus, at various times during operation in various implementations the control circuitry 107 may determine to replace the probabilistic data structure 112. Upon such a determination, the control circuitry may create a new probabilistic data structure in the memory 108. The control circuitry may analyze the object store 110 to determine objects stored and modify the new probabilistic data structure to indicate such storage. Upon completion of modifying the new probabilistic data structure to account for all objects stored in the object store, the control circuitry may begin using the new probabilistic data structure instead of the probabilistic data structure 112. The control circuitry may then deallocate the probabilistic data structure 112, delete the probabilistic data structure 112, clear the values of the probabilistic data structure 112 (such as by setting the array values of a Bloom filter to all zeros) such that the probabilistic data structure 112 can later be reused, and/or perform other such operations.
However, the control circuitry 107 may store new objects in the object store 110 prior to completion of modifying the new probabilistic data structure. If the control circuitry updates the probabilistic data structure 112 but not the new probabilistic data structure to account for the newly stored object, then the new probabilistic data structure will not accurately indicate objects stored in the object store upon completion. However, if the control circuitry updates the new probabilistic data structure but not the probabilistic data structure 112 to account for the newly stored object, then the probabilistic data structure 112 will not accurately indicate objects stored in the object store prior to completion of the new probabilistic data structure. As such, the control circuitry may update both the probabilistic data structure 112 and the new probabilistic data structure when new objects are stored prior to completion of the new probabilistic data structure.
The control circuitry 107 may determine to replace the probabilistic data structure 112 upon the occurrence of a variety of different conditions. For example, the control circuitry may track the number of times that the probabilistic data structure results in a false positive (an indication that an object may be stored in the object store 110 that is proven incorrect upon access of the object store to locate the object) and the control circuitry may determine to replace the probabilistic data structure if the number of false positives exceeds a threshold (such as ten thousand). By way of another example, the control circuitry may track the amount of time that the probabilistic data structure is used and determine to replace the probabilistic data structure if that time exceeds a threshold (such as one month, a number of clock cycles corresponding to two weeks, a number of data requests, and/or another period of time) under the assumption that the probabilistic data structure will be sufficiently inaccurate after that threshold period of time to justify replacement. By way of still another example, the control circuitry may track the number of object delete requests that are received and determine to replace the probabilistic data structure if that number exceeds a threshold (such as fifty thousand object deletion requests) under the assumption that the probabilistic data structure will be sufficiently inaccurate after that threshold number of deletions to justify replacement.
Although
For example, in various implementations the memory 108 may store first and second probabilistic data structures where the first probabilistic data structure is smaller than the second probabilistic data structure (and/or includes fewer values in its lookup set than the second probabilistic data structure). As the first probabilistic data structure is smaller than the second, use of the first may be faster than use of the second. In some implementations of this example, the control circuitry may select to use the first probabilistic data structure as opposed to the second under the assumption that the quicker determination of definitely not stored will outweigh an increased amount of time spent accessing the object store 110 in the case of determining possibly stored. In other implementations of this example, the control circuitry may select to use the second probabilistic data structure as opposed to the first under the assumption that the quicker determination of definitely not stored will not outweigh an increased amount of time spent accessing the object store 110 in the case of determining possibly stored. In still other implementations of this example, the probabilistic data structure used by the control circuitry may be specified in the interrogation.
However, as the first is smaller than the second, more objects may correlate to the same portions of the first probabilistic data structure than the second and thus use of the first may result in more false positives. As such, in some implementations of this example the control circuitry 107 may first utilize the first probabilistic data structure and then utilize the second if use of the first indicates that an object may be stored in the object store 110. In this way, the control circuitry obtains the time benefit of using the first probabilistic data structure when possible and then resorts to the higher time cost of using the second probabilistic data structure but still avoids the even higher time cost of accessing the object store when that is possible.
By way of another example, the storage media 109 may store multiple object stores 110 and the memory 108 may store a separate probabilistic data structure 112 for each of the different object stores. In this example, the control circuitry 107 may select to use the probabilistic data structure that corresponds to the respective object store. In cases of this example where multiple object stores may be checked for an object, the control circuitry may use each of the probabilistic data structures that correspond to each of the object stores in order to determine whether or not the object may be stored in the respective object store.
In various implementations, the control circuitry 107 may utilize the probabilistic data structure 112 as part of a power management system for the object storage device 105. For example, the object storage device may include a number of power states. Such multiple power states may include a state such as a normal operating state where access mechanisms associated with accessing the storage media 109 are active and a low power state where power is not provided to the access mechanisms (e.g., the disk in an HDD may be spun down). When the object storage device is such a low power state and an interrogation regarding an object is received, power may be provided to the access mechanisms (and/or the object storage device may be transitioned from such a low power state to a higher power state such as the above described normal operating state) when use of the probabilistic data structure indicates that the object may be stored in the object store 110. By way of contrast, when use of the probabilistic data structure indicates that the object is definitely not stored, power may not be provided to the access mechanisms. In this way, power consumption by the access mechanisms may be reduced or eliminated when possible.
In other examples of such an implementation, the object storage device 105 may operate in a power state where power is not provided to such access mechanisms until an interrogation regarding an object is received and subsequent evaluation of the probabilistic data structure 112 indicates that the object may be stored in the object store 110.
Although the example method 400 is illustrated and described as including particular operations performed in a particular order, it is understood that this is an example. In various implementations, various orders of the same, similar, and/or different operations may be performed without departing from the scope of the present disclosure. For example, in some implementations the method may include an additional operation of accessing the object store to determine whether or not the object is stored if the controller determines by using the probabilistic data structure that the object is might be stored.
At block 503, after the controller determines an interrogation request is received, the controller may evaluate a probabilistic data structure using a key for the object. The flow may then proceed to block 504 where the controller may determine whether or not evaluation of the probabilistic data structure indicates that the object is definitely not stored in the object store or may possibly be stored in the object store. If the evaluation indicates that the object is definitely not stored, the flow may proceed to block 505. Otherwise, the flow may proceed to block 510.
At block 505, after determining the object is definitely not stored, the controller may respond that the object is not stored. Such a response may or may not include transmitting a response to the originator of the interrogation. The flow may then proceed to block 506.
At block 506, the controller may determine whether or not the interrogation is associated with a write request. If so, the flow may proceed to block 507. Otherwise, the flow may return to block 501 where the controller continues to operate.
At block 507, after the controller determines the interrogation is associated with a write request, the controller may allocate space for the object in the object store. The flow may then proceed to block 508 where the controller may update the probabilistic data structure based upon the storage of the object in the object store. The flow may then proceed to block 509 where the controller may store the object in the object store (such as in the space allocated at block 507). The flow may then return to block 501 where the controller continues to operate.
At block 510, after the evaluation indicates that the object may be stored, the controller may access the object store to attempt to locate the object. The flow may then proceed to block 511 where the controller may determine whether the access of the object store indicates the object is definitely stored or not. If the access determines the object is stored in the object store, the flow may proceed to block 512. Otherwise, the flow may proceed to block 505.
At block 512, after the access determines that the object is definitely stored in the object store, the controller may determine whether or not the interrogation is associated with a read request. If so, the flow may proceed to block 513. Otherwise, the flow may proceed to block 515.
At block 513, after the controller determines the interrogation is associated with a read request, the controller may optionally cache the object in memory and/or otherwise copy the object to memory. Regardless of whether or not the controller caches the object in memory and/or otherwise copies the object to memory, the flow may proceed to block 514 where the controller may provide the object to the originator of the interrogation. The flow may then return to block 501 where the controller continues to operate.
At block 515, after the controller determines the interrogation is not associated with a read request, the controller may determine whether or not the interrogation is associated with a write request. If not, the flow may return to block 501 where the controller continues to operate. Otherwise, the flow may proceed to block 516 where the controller may store or overwrite the object to the object store. The flow may then return to block 501 where the controller continues to operate.
Although the example method 500 is illustrated and described as including particular operations performed in a particular order, it is understood that this is an example. In various implementations, various orders of the same, similar, and/or different operations may be performed without departing from the scope of the present disclosure. For example, although the method is illustrated and described as including particular operations for handling interrogations associated with read and write requests, it is understood that other requests are possible and various implementations may include particular operations for handling interrogations associated with other types of requests.
At block 603, after the controller determines to replace the probabilistic data structure, the controller may create a new probabilistic data structure. In implementations where the probabilistic data structure is a Bloom filter or other data structure where bit values of one indicate the possible presence of objects in the object store, the new probabilistic data structure may be created with all zero values. The flow may then proceed to block 604.
At block 604, the controller may analyze the object store. The flow may then proceed to block 605 where the controller modifies the new probabilistic data structure for an object found in the object store while analyzing for which the new probabilistic data structure was not previously modified. The flow may then proceed to block 606 where the controller may determine whether or not the new probabilistic data structure has been modified for all objects in the object store. If so, the flow may proceed to block 607. Otherwise, the flow may proceed to block 609.
At block 607, after the controller determines the new probabilistic data structure has been modified for all objects in the object store, the flow may proceed to block 607 where the controller may use the new probabilistic data structure instead of the old probabilistic data structure. The flow may then proceed to block 608 where the controller may deallocate memory assigned to the old probabilistic data structure. The flow may then return to block 601 where the controller continues to operate.
At block 609, after the controller determines the new probabilistic data structure has not been modified for all objects in the object store, the controller may determine whether or not a request to store a new object in the object store is received while the new probabilistic data structure is being modified. If not, the flow returns to block 604 where the controller may continue analyzing the object store to determine whether the object store includes additional objects for which the new probabilistic data structure has not yet been modified. Otherwise, the flow may proceed to block 610.
At block 610, after the controller determines that a request to store a new object in the object store is received while the new probabilistic data structure is being modified, the controller may store the new object in the object store. The flow may then proceed to block 611 where the controller may modify the new probabilistic data structure and the old probabilistic data structure to indicate that the new object is stored in the object store. The flow may then return to block 604 where the controller may continue analyzing the object store to determine whether the object store includes additional objects for which the new probabilistic data structure has not yet been modified.
Although the example method 600 is illustrated and described as including particular operations performed in a particular order, it is understood that this is an example. In various implementations, various orders of the same, similar, and/or different operations may be performed without departing from the scope of the present disclosure. For example, although the method is illustrated and described as performing operations 603-611 in a linear and sequential fashion, it is understood that this is an example. In various implementations, various operations of the operations 603-611 may be performed in a simultaneous or substantially simultaneous fashion without departing from the scope of the present disclosure.
At block 803, after the controller determines an interrogation request is received, the controller may evaluate a first probabilistic data structure using a key for the object. The flow may then proceed to block 804 where the controller may determine whether or not evaluation of the first probabilistic data structure indicates that the object is definitely not stored in the object store or may possibly be stored in the object store. If the evaluation indicates that the object is definitely not stored, the flow may proceed to block 810. Otherwise, the flow may proceed to block 805.
At block 810, after determining the object is definitely not stored, the controller may respond that the object is not stored. Such a response may or may not include transmitting a response to the originator of the interrogation. Such a response may also involve one or more operations for handling a command associated with the interrogation and the particular operations may depend on the type of associated command. The flow may then return to block 801 where the controller continues to operate.
At block 805, after evaluation of the first probabilistic data structure indicates that the object might possibly be stored in the object store, the controller may evaluate a second probabilistic data structure using a key for the object. Evaluation of the first probabilistic data structure may be faster than evaluation of the second probabilistic data structure, such as where the first probabilistic data structure is smaller than the second probabilistic data structure or includes fewer values in a lookup set than the second probabilistic data structure. The flow may then proceed to block 806 where the controller may determine whether or not evaluation of the second probabilistic data structure indicates that the object is definitely not stored in the object store or may possibly be stored in the object store. If the evaluation indicates that the object is definitely not stored, the flow may proceed to block 810. Otherwise, the flow may proceed to block 807.
At block 807, after evaluation of the second probabilistic data structure indicates that the object may be stored, the controller may access the object store to attempt to locate the object. The flow may then proceed to block 808 where the controller may determine whether the access of the object store indicates the object is definitely stored or not. If the access determines the object is stored in the object store, the flow may proceed to block 809. Otherwise, the flow may proceed to block 810.
At block 809, after the access determines that the object is definitely stored in the object store, the controller may respond that the object is stored. Such a response may or may not include transmitting a response to the originator of the interrogation. Such a response may also involve one or more operations for handling a command associated with the interrogation and the particular operations may depend on the type of associated command. The flow may then return to block 801 where the controller continues to operate.
Although the example method 800 is illustrated and described as including particular operations performed in a particular order, it is understood that this is an example. In various implementations, various orders of the same, similar, and/or different operations may be performed without departing from the scope of the present disclosure. For example, the method is illustrated and described as utilizing two probabilistic data structures. However, in various implementations any number of different probabilistic data structures may be utilized without departing from the scope of the present disclosure.
In the present disclosure, the methods disclosed may be implemented as sets of instructions or software readable by a device. Further, it is understood that the specific order or hierarchy of steps in the methods disclosed are examples of sample approaches. In other embodiments, the specific order or hierarchy of steps in the method can be rearranged while remaining within the disclosed subject matter. The accompanying method claims present elements of the various steps in a sample order, and are not necessarily meant to be limited to the specific order or hierarchy presented.
The described disclosure may be provided as a computer program product, or software, that may include a non-transitory machine-readable medium having stored thereon instructions, which may be used to program a computer system (or other electronic devices) to perform a process according to the present disclosure. A non-transitory machine-readable medium includes any mechanism for storing information in a form (e.g., software, processing application) readable by a machine (e.g., a computer). The non-transitory machine-readable medium may take the form of, but is not limited to, a magnetic storage medium (e.g., floppy diskette, video cassette, and so on); optical storage medium (e.g., CD-ROM); magneto-optical storage medium; read only memory (ROM); random access memory (RAM); erasable programmable memory (e.g., EPROM and EEPROM); flash memory; and so on.
The foregoing description, for purposes of explanation, used specific nomenclature to provide a thorough understanding of the described embodiments. However, it will be apparent to one skilled in the art that the specific details are not required in order to practice the described embodiments. Thus, the foregoing descriptions of the specific embodiments described herein are presented for purposes of illustration and description. They are not meant to be exhaustive or to limit the embodiments to the precise forms disclosed. It will be apparent to one of ordinary skill in the art that many modifications and variations are possible in view of the above teachings. In particular, any features described with respect to one embodiment may also be used in some embodiments, where compatible. Likewise, the features of the different embodiments may be exchanged, substituted, or omitted where compatible and appropriate.
Many embodiments of the foregoing disclosure may include or may be described in relation to various methods of operation, use, manufacture, and so on. Notably, the operations of methods presented herein are meant only to be exemplary and, accordingly, are not necessarily exhaustive. For example an alternate operation order, or fewer or additional steps may be required or desired for particular embodiments.
Number | Name | Date | Kind |
---|---|---|---|
6018789 | Sokolov et al. | Jan 2000 | A |
6065095 | Sokolov et al. | May 2000 | A |
6078452 | Kittilson et al. | Jun 2000 | A |
6081447 | Lofgren et al. | Jun 2000 | A |
6092149 | Hicken et al. | Jul 2000 | A |
6092150 | Sokolov et al. | Jul 2000 | A |
6094707 | Sokolov et al. | Jul 2000 | A |
6105104 | Guttmann et al. | Aug 2000 | A |
6111717 | Cloke et al. | Aug 2000 | A |
6145052 | Howe et al. | Nov 2000 | A |
6175893 | D'Souza et al. | Jan 2001 | B1 |
6178056 | Cloke et al. | Jan 2001 | B1 |
6191909 | Cloke et al. | Feb 2001 | B1 |
6195218 | Guttmann et al. | Feb 2001 | B1 |
6205494 | Williams | Mar 2001 | B1 |
6208477 | Cloke et al. | Mar 2001 | B1 |
6223303 | Billings et al. | Apr 2001 | B1 |
6230233 | Lofgren et al. | May 2001 | B1 |
6246346 | Cloke et al. | Jun 2001 | B1 |
6249393 | Billings et al. | Jun 2001 | B1 |
6256695 | Williams | Jul 2001 | B1 |
6262857 | Hull et al. | Jul 2001 | B1 |
6263459 | Schibilla | Jul 2001 | B1 |
6272694 | Weaver et al. | Aug 2001 | B1 |
6278568 | Cloke et al. | Aug 2001 | B1 |
6279089 | Schibilla et al. | Aug 2001 | B1 |
6289484 | Rothberg et al. | Sep 2001 | B1 |
6292912 | Cloke et al. | Sep 2001 | B1 |
6310740 | Dunbar et al. | Oct 2001 | B1 |
6317850 | Rothberg | Nov 2001 | B1 |
6327106 | Rothberg | Dec 2001 | B1 |
6337778 | Gagne | Jan 2002 | B1 |
6369969 | Christiansen et al. | Apr 2002 | B1 |
6384999 | Schibilla | May 2002 | B1 |
6388833 | Golowka et al. | May 2002 | B1 |
6405342 | Lee | Jun 2002 | B1 |
6408357 | Hanmann et al. | Jun 2002 | B1 |
6408406 | Parris | Jun 2002 | B1 |
6411452 | Cloke | Jun 2002 | B1 |
6411458 | Billings et al. | Jun 2002 | B1 |
6412083 | Rothberg et al. | Jun 2002 | B1 |
6415349 | Hull et al. | Jul 2002 | B1 |
6425128 | Krapf et al. | Jul 2002 | B1 |
6441981 | Cloke et al. | Aug 2002 | B1 |
6442328 | Elliott et al. | Aug 2002 | B1 |
6445524 | Nazarian et al. | Sep 2002 | B1 |
6449767 | Krapf et al. | Sep 2002 | B1 |
6453115 | Boyle | Sep 2002 | B1 |
6470420 | Hospodor | Oct 2002 | B1 |
6480020 | Jung et al. | Nov 2002 | B1 |
6480349 | Kim et al. | Nov 2002 | B1 |
6480932 | Vallis et al. | Nov 2002 | B1 |
6483986 | Krapf | Nov 2002 | B1 |
6487032 | Cloke et al. | Nov 2002 | B1 |
6490635 | Holmes | Dec 2002 | B1 |
6493173 | Kim et al. | Dec 2002 | B1 |
6499083 | Hamlin | Dec 2002 | B1 |
6519104 | Cloke et al. | Feb 2003 | B1 |
6525892 | Dunbar et al. | Feb 2003 | B1 |
6545830 | Briggs et al. | Apr 2003 | B1 |
6546489 | Frank, Jr. et al. | Apr 2003 | B1 |
6550021 | Dalphy et al. | Apr 2003 | B1 |
6552880 | Dunbar et al. | Apr 2003 | B1 |
6553457 | Wilkins et al. | Apr 2003 | B1 |
6578106 | Price | Jun 2003 | B1 |
6580573 | Hull et al. | Jun 2003 | B1 |
6594183 | Lofgren et al. | Jul 2003 | B1 |
6600620 | Krounbi et al. | Jul 2003 | B1 |
6601137 | Castro et al. | Jul 2003 | B1 |
6603622 | Christiansen et al. | Aug 2003 | B1 |
6603625 | Hospodor et al. | Aug 2003 | B1 |
6604220 | Lee | Aug 2003 | B1 |
6606682 | Dang et al. | Aug 2003 | B1 |
6606714 | Thelin | Aug 2003 | B1 |
6606717 | Yu et al. | Aug 2003 | B1 |
6611393 | Nguyen et al. | Aug 2003 | B1 |
6615312 | Hamlin et al. | Sep 2003 | B1 |
6639748 | Christiansen et al. | Oct 2003 | B1 |
6647481 | Luu et al. | Nov 2003 | B1 |
6654193 | Thelin | Nov 2003 | B1 |
6657810 | Kupferman | Dec 2003 | B1 |
6661591 | Rothberg | Dec 2003 | B1 |
6665772 | Hamlin | Dec 2003 | B1 |
6687073 | Kupferman | Feb 2004 | B1 |
6687078 | Kim | Feb 2004 | B1 |
6687850 | Rothberg | Feb 2004 | B1 |
6690523 | Nguyen et al. | Feb 2004 | B1 |
6690882 | Hanmann et al. | Feb 2004 | B1 |
6691198 | Hamlin | Feb 2004 | B1 |
6691213 | Luu et al. | Feb 2004 | B1 |
6691255 | Rothberg et al. | Feb 2004 | B1 |
6693760 | Krounbi et al. | Feb 2004 | B1 |
6694477 | Lee | Feb 2004 | B1 |
6697914 | Hospodor et al. | Feb 2004 | B1 |
6704153 | Rothberg et al. | Mar 2004 | B1 |
6708251 | Boyle et al. | Mar 2004 | B1 |
6710951 | Cloke | Mar 2004 | B1 |
6711628 | Thelin | Mar 2004 | B1 |
6711635 | Wang | Mar 2004 | B1 |
6711660 | Milne et al. | Mar 2004 | B1 |
6715044 | Lofgren et al. | Mar 2004 | B2 |
6724982 | Hamlin | Apr 2004 | B1 |
6725329 | Ng et al. | Apr 2004 | B1 |
6735650 | Rothberg | May 2004 | B1 |
6735693 | Hamlin | May 2004 | B1 |
6744772 | Eneboe et al. | Jun 2004 | B1 |
6745283 | Dang | Jun 2004 | B1 |
6751402 | Elliott et al. | Jun 2004 | B1 |
6757481 | Nazarian et al. | Jun 2004 | B1 |
6772281 | Hamlin | Aug 2004 | B2 |
6781826 | Goldstone et al. | Aug 2004 | B1 |
6782449 | Codilian et al. | Aug 2004 | B1 |
6791779 | Singh et al. | Sep 2004 | B1 |
6792486 | Hanan et al. | Sep 2004 | B1 |
6799274 | Hamlin | Sep 2004 | B1 |
6811427 | Garrett et al. | Nov 2004 | B2 |
6826003 | Subrahmanyam | Nov 2004 | B1 |
6826614 | Hanmann et al. | Nov 2004 | B1 |
6832041 | Boyle | Dec 2004 | B1 |
6832929 | Garrett et al. | Dec 2004 | B2 |
6845405 | Thelin | Jan 2005 | B1 |
6845427 | Atai-Azimi | Jan 2005 | B1 |
6850443 | Lofgren et al. | Feb 2005 | B2 |
6851055 | Boyle et al. | Feb 2005 | B1 |
6851063 | Boyle et al. | Feb 2005 | B1 |
6853731 | Boyle et al. | Feb 2005 | B1 |
6854022 | Thelin | Feb 2005 | B1 |
6862660 | Wilkins et al. | Mar 2005 | B1 |
6880043 | Castro et al. | Apr 2005 | B1 |
6882486 | Kupferman | Apr 2005 | B1 |
6884085 | Goldstone | Apr 2005 | B1 |
6888831 | Hospodor et al. | May 2005 | B1 |
6892217 | Hanmann et al. | May 2005 | B1 |
6892249 | Codilian et al. | May 2005 | B1 |
6892313 | Codilian et al. | May 2005 | B1 |
6895455 | Rothberg | May 2005 | B1 |
6895500 | Rothberg | May 2005 | B1 |
6898730 | Hanan | May 2005 | B1 |
6910099 | Wang et al. | Jun 2005 | B1 |
6928470 | Hamlin | Aug 2005 | B1 |
6931439 | Hanmann et al. | Aug 2005 | B1 |
6934104 | Kupferman | Aug 2005 | B1 |
6934713 | Schwartz et al. | Aug 2005 | B2 |
6940873 | Boyle et al. | Sep 2005 | B2 |
6943978 | Lee | Sep 2005 | B1 |
6948165 | Luu et al. | Sep 2005 | B1 |
6950267 | Liu et al. | Sep 2005 | B1 |
6954733 | Ellis et al. | Oct 2005 | B1 |
6961814 | Thelin et al. | Nov 2005 | B1 |
6965489 | Lee et al. | Nov 2005 | B1 |
6965563 | Hospodor et al. | Nov 2005 | B1 |
6965966 | Rothberg et al. | Nov 2005 | B1 |
6967799 | Lee | Nov 2005 | B1 |
6968422 | Codilian et al. | Nov 2005 | B1 |
6968450 | Rothberg et al. | Nov 2005 | B1 |
6973495 | Milne et al. | Dec 2005 | B1 |
6973570 | Hamlin | Dec 2005 | B1 |
6976190 | Goldstone | Dec 2005 | B1 |
6983316 | Milne | Jan 2006 | B1 |
6986007 | Procyk et al. | Jan 2006 | B1 |
6986154 | Price et al. | Jan 2006 | B1 |
6995933 | Codilian et al. | Feb 2006 | B1 |
6996501 | Rothberg | Feb 2006 | B1 |
6996669 | Dang et al. | Feb 2006 | B1 |
7002926 | Eneboe et al. | Feb 2006 | B1 |
7003674 | Hamlin | Feb 2006 | B1 |
7006316 | Sargenti, Jr. et al. | Feb 2006 | B1 |
7009820 | Hogg | Mar 2006 | B1 |
7023639 | Kupferman | Apr 2006 | B1 |
7024491 | Hanmann et al. | Apr 2006 | B1 |
7024549 | Luu et al. | Apr 2006 | B1 |
7024614 | Thelin et al. | Apr 2006 | B1 |
7027716 | Boyle et al. | Apr 2006 | B1 |
7028174 | Atai-Azimi et al. | Apr 2006 | B1 |
7031902 | Catiller | Apr 2006 | B1 |
7046465 | Kupferman | May 2006 | B1 |
7046488 | Hogg | May 2006 | B1 |
7050252 | Vallis | May 2006 | B1 |
7054937 | Milne et al. | May 2006 | B1 |
7055000 | Severtson | May 2006 | B1 |
7055167 | Masters | May 2006 | B1 |
7057836 | Kupferman | Jun 2006 | B1 |
7062398 | Rothberg | Jun 2006 | B1 |
7075746 | Kupferman | Jul 2006 | B1 |
7076604 | Thelin | Jul 2006 | B1 |
7082494 | Thelin et al. | Jul 2006 | B1 |
7088538 | Codilian et al. | Aug 2006 | B1 |
7088545 | Singh et al. | Aug 2006 | B1 |
7092186 | Hogg | Aug 2006 | B1 |
7095577 | Codilian et al. | Aug 2006 | B1 |
7099095 | Subrahmanyam et al. | Aug 2006 | B1 |
7106537 | Bennett | Sep 2006 | B1 |
7106947 | Boyle et al. | Sep 2006 | B2 |
7110202 | Vasquez | Sep 2006 | B1 |
7111116 | Boyle et al. | Sep 2006 | B1 |
7114029 | Thelin | Sep 2006 | B1 |
7120737 | Thelin | Oct 2006 | B1 |
7120806 | Codilian et al. | Oct 2006 | B1 |
7126776 | Warren, Jr. et al. | Oct 2006 | B1 |
7129763 | Bennett et al. | Oct 2006 | B1 |
7133600 | Boyle | Nov 2006 | B1 |
7136244 | Rothberg | Nov 2006 | B1 |
7146094 | Boyle | Dec 2006 | B1 |
7149046 | Coker et al. | Dec 2006 | B1 |
7150036 | Milne et al. | Dec 2006 | B1 |
7155616 | Hamlin | Dec 2006 | B1 |
7171108 | Masters et al. | Jan 2007 | B1 |
7171110 | Wilshire | Jan 2007 | B1 |
7194576 | Boyle | Mar 2007 | B1 |
7200698 | Rothberg | Apr 2007 | B1 |
7205805 | Bennett | Apr 2007 | B1 |
7206497 | Boyle et al. | Apr 2007 | B1 |
7215496 | Kupferman et al. | May 2007 | B1 |
7215771 | Hamlin | May 2007 | B1 |
7237054 | Cain et al. | Jun 2007 | B1 |
7240161 | Boyle | Jul 2007 | B1 |
7249365 | Price et al. | Jul 2007 | B1 |
7263709 | Krapf | Aug 2007 | B1 |
7274639 | Codilian et al. | Sep 2007 | B1 |
7274659 | Hospodor | Sep 2007 | B2 |
7275116 | Hanmann et al. | Sep 2007 | B1 |
7280302 | Masiewicz | Oct 2007 | B1 |
7292774 | Masters et al. | Nov 2007 | B1 |
7292775 | Boyle et al. | Nov 2007 | B1 |
7296284 | Price et al. | Nov 2007 | B1 |
7302501 | Cain et al. | Nov 2007 | B1 |
7302579 | Cain et al. | Nov 2007 | B1 |
7318088 | Mann | Jan 2008 | B1 |
7319806 | Willner et al. | Jan 2008 | B1 |
7325244 | Boyle et al. | Jan 2008 | B2 |
7330323 | Singh et al. | Feb 2008 | B1 |
7346790 | Klein | Mar 2008 | B1 |
7366641 | Masiewicz et al. | Apr 2008 | B1 |
7369340 | Dang et al. | May 2008 | B1 |
7369343 | Yeo et al. | May 2008 | B1 |
7372650 | Kupferman | May 2008 | B1 |
7380147 | Sun | May 2008 | B1 |
7392340 | Dang et al. | Jun 2008 | B1 |
7404013 | Masiewicz | Jul 2008 | B1 |
7406545 | Rothberg et al. | Jul 2008 | B1 |
7415571 | Hanan | Aug 2008 | B1 |
7424498 | Patterson | Sep 2008 | B1 |
7436610 | Thelin | Oct 2008 | B1 |
7437502 | Coker | Oct 2008 | B1 |
7440214 | Ell et al. | Oct 2008 | B1 |
7451344 | Rothberg | Nov 2008 | B1 |
7471483 | Ferris et al. | Dec 2008 | B1 |
7471486 | Coker et al. | Dec 2008 | B1 |
7486060 | Bennett | Feb 2009 | B1 |
7496493 | Stevens | Feb 2009 | B1 |
7518819 | Yu et al. | Apr 2009 | B1 |
7526184 | Parkinen et al. | Apr 2009 | B1 |
7539924 | Vasquez et al. | May 2009 | B1 |
7543117 | Hanan | Jun 2009 | B1 |
7551383 | Kupferman | Jun 2009 | B1 |
7562282 | Rothberg | Jul 2009 | B1 |
7577973 | Kapner, III et al. | Aug 2009 | B1 |
7596797 | Kapner, III et al. | Sep 2009 | B1 |
7599139 | Bombet et al. | Oct 2009 | B1 |
7619841 | Kupferman | Nov 2009 | B1 |
7647544 | Masiewicz | Jan 2010 | B1 |
7649704 | Bombet et al. | Jan 2010 | B1 |
7653927 | Kapner, III et al. | Jan 2010 | B1 |
7656603 | Feb 2010 | B1 | |
7656763 | Jin et al. | Feb 2010 | B1 |
7657149 | Boyle | Feb 2010 | B2 |
7672072 | Boyle et al. | Mar 2010 | B1 |
7673075 | Masiewicz | Mar 2010 | B1 |
7688540 | Mei et al. | Mar 2010 | B1 |
7707166 | Patterson | Apr 2010 | B1 |
7724461 | McFadyen et al. | May 2010 | B1 |
7725584 | Hanmann et al. | May 2010 | B1 |
7730295 | Lee | Jun 2010 | B1 |
7760458 | Trinh | Jul 2010 | B1 |
7768776 | Szeremeta et al. | Aug 2010 | B1 |
7783682 | Patterson | Aug 2010 | B1 |
7804657 | Hogg et al. | Sep 2010 | B1 |
7813954 | Price et al. | Oct 2010 | B1 |
7827320 | Stevens | Nov 2010 | B1 |
7839588 | Dang et al. | Nov 2010 | B1 |
7843660 | Yeo | Nov 2010 | B1 |
7852596 | Boyle et al. | Dec 2010 | B2 |
7859782 | Lee | Dec 2010 | B1 |
7872822 | Rothberg | Jan 2011 | B1 |
7898756 | Wang | Mar 2011 | B1 |
7898762 | Guo et al. | Mar 2011 | B1 |
7900037 | Fallone et al. | Mar 2011 | B1 |
7907364 | Boyle et al. | Mar 2011 | B2 |
7929234 | Boyle et al. | Apr 2011 | B1 |
7933087 | Tsai et al. | Apr 2011 | B1 |
7933090 | Jung et al. | Apr 2011 | B1 |
7934030 | Sargenti, Jr. et al. | Apr 2011 | B1 |
7940491 | Szeremeta et al. | May 2011 | B2 |
7944639 | Wang | May 2011 | B1 |
7945727 | Rothberg et al. | May 2011 | B2 |
7949564 | Hughes et al. | May 2011 | B1 |
7974029 | Tsai et al. | Jul 2011 | B2 |
7974039 | Xu et al. | Jul 2011 | B1 |
7982993 | Tsai et al. | Jul 2011 | B1 |
7984200 | Bombet et al. | Jul 2011 | B1 |
7990648 | Wang | Aug 2011 | B1 |
7992179 | Kapner, III et al. | Aug 2011 | B1 |
8004785 | Tsai et al. | Aug 2011 | B1 |
8006027 | Stevens et al. | Aug 2011 | B1 |
8014094 | Jin | Sep 2011 | B1 |
8014977 | Masiewicz et al. | Sep 2011 | B1 |
8019914 | Vasquez et al. | Sep 2011 | B1 |
8040625 | Boyle et al. | Oct 2011 | B1 |
8078943 | Lee | Dec 2011 | B1 |
8079045 | Krapf et al. | Dec 2011 | B2 |
8082433 | Fallone et al. | Dec 2011 | B1 |
8085487 | Jung et al. | Dec 2011 | B1 |
8089719 | Dakroub | Jan 2012 | B1 |
8090902 | Bennett et al. | Jan 2012 | B1 |
8090906 | Blaha et al. | Jan 2012 | B1 |
8091112 | Elliott et al. | Jan 2012 | B1 |
8094396 | Zhang et al. | Jan 2012 | B1 |
8094401 | Peng et al. | Jan 2012 | B1 |
8116020 | Lee | Feb 2012 | B1 |
8116025 | Chan et al. | Feb 2012 | B1 |
8134793 | Vasquez et al. | Mar 2012 | B1 |
8134798 | Thelin et al. | Mar 2012 | B1 |
8139301 | Li et al. | Mar 2012 | B1 |
8139310 | Hogg | Mar 2012 | B1 |
8144419 | Liu | Mar 2012 | B1 |
8145452 | Masiewicz et al. | Mar 2012 | B1 |
8149528 | Suratman et al. | Apr 2012 | B1 |
8154812 | Boyle et al. | Apr 2012 | B1 |
8159768 | Miyamura | Apr 2012 | B1 |
8161328 | Wilshire | Apr 2012 | B1 |
8164849 | Szeremeta et al. | Apr 2012 | B1 |
8174780 | Tsai et al. | May 2012 | B1 |
8190575 | Ong et al. | May 2012 | B1 |
8194338 | Zhang | Jun 2012 | B1 |
8194340 | Boyle et al. | Jun 2012 | B1 |
8194341 | Boyle | Jun 2012 | B1 |
8201066 | Wang | Jun 2012 | B1 |
8271692 | Dinh et al. | Sep 2012 | B1 |
8279550 | Hogg | Oct 2012 | B1 |
8281218 | Ybarra et al. | Oct 2012 | B1 |
8285923 | Stevens | Oct 2012 | B2 |
8289656 | Huber | Oct 2012 | B1 |
8290972 | Deshmukh | Oct 2012 | B1 |
8296274 | Leppard | Oct 2012 | B2 |
8305705 | Roohr | Nov 2012 | B1 |
8307156 | Codilian et al. | Nov 2012 | B1 |
8310775 | Boguslawski et al. | Nov 2012 | B1 |
8315006 | Chahwan et al. | Nov 2012 | B1 |
8316263 | Gough et al. | Nov 2012 | B1 |
8320067 | Tsai et al. | Nov 2012 | B1 |
8324974 | Bennett | Dec 2012 | B1 |
8332695 | Dalphy et al. | Dec 2012 | B2 |
8341337 | Ong et al. | Dec 2012 | B1 |
8350628 | Bennett | Jan 2013 | B1 |
8356184 | Meyer et al. | Jan 2013 | B1 |
8370683 | Ryan et al. | Feb 2013 | B1 |
8375225 | Ybarra | Feb 2013 | B1 |
8375274 | Bonke | Feb 2013 | B1 |
8380922 | DeForest et al. | Feb 2013 | B1 |
8390948 | Hogg | Mar 2013 | B2 |
8390952 | Szeremeta | Mar 2013 | B1 |
8392689 | Lott | Mar 2013 | B1 |
8407393 | Yolar et al. | Mar 2013 | B1 |
8413010 | Vasquez et al. | Apr 2013 | B1 |
8417566 | Price et al. | Apr 2013 | B2 |
8421663 | Bennett | Apr 2013 | B1 |
8422172 | Dakroub et al. | Apr 2013 | B1 |
8427771 | Tsai | Apr 2013 | B1 |
8429343 | Tsai | Apr 2013 | B1 |
8433937 | Wheelock et al. | Apr 2013 | B1 |
8433977 | Vasquez et al. | Apr 2013 | B1 |
8458526 | Dalphy et al. | Jun 2013 | B2 |
8462466 | Huber | Jun 2013 | B2 |
8467151 | Huber | Jun 2013 | B1 |
8489841 | Strecke et al. | Jul 2013 | B1 |
8493679 | Boguslawski et al. | Jul 2013 | B1 |
8498074 | Mobley et al. | Jul 2013 | B1 |
8499198 | Messenger et al. | Jul 2013 | B1 |
8512049 | Huber et al. | Aug 2013 | B1 |
8514506 | Li et al. | Aug 2013 | B1 |
8531791 | Reid et al. | Sep 2013 | B1 |
8554741 | Malina | Oct 2013 | B1 |
8560759 | Boyle et al. | Oct 2013 | B1 |
8565053 | Chung | Oct 2013 | B1 |
8576511 | Coker et al. | Nov 2013 | B1 |
8578100 | Huynh et al. | Nov 2013 | B1 |
8578242 | Burton et al. | Nov 2013 | B1 |
8589773 | Wang et al. | Nov 2013 | B1 |
8593753 | Anderson | Nov 2013 | B1 |
8595432 | Vinson et al. | Nov 2013 | B1 |
8599510 | Fallone | Dec 2013 | B1 |
8601248 | Thorsted | Dec 2013 | B2 |
8611032 | Champion et al. | Dec 2013 | B2 |
8612650 | Carrie et al. | Dec 2013 | B1 |
8612706 | Madril et al. | Dec 2013 | B1 |
8612798 | Tsai | Dec 2013 | B1 |
8619383 | Jung et al. | Dec 2013 | B1 |
8621115 | Bombet et al. | Dec 2013 | B1 |
8621133 | Boyle | Dec 2013 | B1 |
8626463 | Stevens et al. | Jan 2014 | B2 |
8630052 | Jung et al. | Jan 2014 | B1 |
8630056 | Ong | Jan 2014 | B1 |
8631188 | Heath et al. | Jan 2014 | B1 |
8634158 | Chahwan et al. | Jan 2014 | B1 |
8635412 | Wilshire | Jan 2014 | B1 |
8640007 | Schulze | Jan 2014 | B1 |
8654619 | Cheng | Feb 2014 | B1 |
8661193 | Cobos et al. | Feb 2014 | B1 |
8667248 | Neppalli | Mar 2014 | B1 |
8670205 | Malina et al. | Mar 2014 | B1 |
8683295 | Syu et al. | Mar 2014 | B1 |
8683457 | Hughes et al. | Mar 2014 | B1 |
8687306 | Coker et al. | Apr 2014 | B1 |
8688780 | Gordon | Apr 2014 | B2 |
8693133 | Lee et al. | Apr 2014 | B1 |
8694841 | Chung et al. | Apr 2014 | B1 |
8699159 | Malina | Apr 2014 | B1 |
8699171 | Boyle | Apr 2014 | B1 |
8699172 | Gunderson et al. | Apr 2014 | B1 |
8699175 | Olds et al. | Apr 2014 | B1 |
8699185 | Teh et al. | Apr 2014 | B1 |
8700850 | Lalouette | Apr 2014 | B1 |
8743502 | Bonke et al. | Jun 2014 | B1 |
8749910 | Dang et al. | Jun 2014 | B1 |
8751699 | Tsai et al. | Jun 2014 | B1 |
8755141 | Dang | Jun 2014 | B1 |
8755143 | Wilson et al. | Jun 2014 | B2 |
8756361 | Carlson et al. | Jun 2014 | B1 |
8756382 | Carlson et al. | Jun 2014 | B1 |
8769593 | Schwartz et al. | Jul 2014 | B1 |
8773802 | Anderson et al. | Jul 2014 | B1 |
8780478 | Huynh et al. | Jul 2014 | B1 |
8782334 | Boyle et al. | Jul 2014 | B1 |
8793532 | Tsai et al. | Jul 2014 | B1 |
8797669 | Burton | Aug 2014 | B1 |
8799977 | Kapner, III et al. | Aug 2014 | B1 |
8819375 | Pruett et al. | Aug 2014 | B1 |
8825976 | Jones | Sep 2014 | B1 |
8825977 | Syu et al. | Sep 2014 | B1 |
8953269 | Hamilton et al. | Feb 2015 | B1 |
9009111 | Vermeulen | Apr 2015 | B2 |
9032152 | Svendsen | May 2015 | B2 |
9448927 | Agarwala | Sep 2016 | B1 |
9646035 | Dickson | May 2017 | B1 |
9684590 | Haines | Jun 2017 | B2 |
9753964 | Marshall | Sep 2017 | B1 |
20090113702 | Hogg | May 2009 | A1 |
20100306551 | Meyer et al. | Dec 2010 | A1 |
20100325083 | Soulard | Dec 2010 | A1 |
20110226729 | Hogg | Sep 2011 | A1 |
20120102276 | Haines | Apr 2012 | A1 |
20120136871 | Soulard | May 2012 | A1 |
20120158800 | Peters | Jun 2012 | A1 |
20120159042 | Lott et al. | Jun 2012 | A1 |
20120182639 | Hostetter et al. | Jul 2012 | A1 |
20120197851 | Leppard | Aug 2012 | A1 |
20120271844 | Selbie | Oct 2012 | A1 |
20120275050 | Wilson et al. | Nov 2012 | A1 |
20120281963 | Krapf et al. | Nov 2012 | A1 |
20120324980 | Nguyen et al. | Dec 2012 | A1 |
20130103711 | Woodruff | Apr 2013 | A1 |
20130103713 | Woodruff | Apr 2013 | A1 |
20130159251 | Skrenta | Jun 2013 | A1 |
20130318051 | Kumar et al. | Nov 2013 | A1 |
20140201129 | Gupta | Jul 2014 | A1 |
20140201424 | Chen et al. | Jul 2014 | A1 |
20140207868 | Gordon | Jul 2014 | A1 |
20140289467 | Svendsen | Sep 2014 | A1 |
20140304238 | Halla-Aho | Oct 2014 | A1 |
20150081710 | Ketkar | Mar 2015 | A1 |
Entry |
---|
Dean M. Jenkins et al., U.S. Appl. No. 14/547,500, filed Nov. 19, 2014, 33 pages. |