Searched refs:generation (Results 226 - 242 of 242) sorted by path

12345678910

/linux-master/sound/firewire/dice/
H A Ddice-stream.c384 unsigned int generation = dice->rx_resources[0].generation; local
408 if (generation != fw_parent_device(dice->unit)->card->generation) {
H A Ddice-transaction.c134 int generation, unsigned long long offset,
182 dice->owner_generation = device->generation;
183 smp_rmb(); /* node_id vs. generation */
132 dice_notification(struct fw_card *card, struct fw_request *request, int tcode, int destination, int source, int generation, unsigned long long offset, void *data, size_t length, void *callback_data) argument
/linux-master/sound/firewire/digi00x/
H A Ddigi00x-stream.c337 unsigned int generation = dg00x->rx_resources.generation; local
349 if (generation != fw_parent_device(dg00x->unit)->card->generation) {
/linux-master/sound/firewire/
H A Dfcp.c340 int generation, unsigned long long offset,
353 device->generation != generation)
355 smp_rmb(); /* node_id vs. generation */
338 fcp_response(struct fw_card *card, struct fw_request *request, int tcode, int destination, int source, int generation, unsigned long long offset, void *data, size_t length, void *callback_data) argument
H A Disight.c230 isight->resources.generation);
H A Dlib.c24 * @flags: use %FW_FIXED_GENERATION and add the generation value to attempt the
25 * request only in that generation; use %FW_QUIET to suppress error
29 * response. The node ID and the current generation are derived from @unit.
38 int generation, rcode, tries = 0; local
40 generation = flags & FW_GENERATION_MASK;
43 generation = device->generation;
44 smp_rmb(); /* node_id vs. generation */
47 device->node_id, generation,
/linux-master/sound/firewire/fireface/
H A Dff-protocol-former.c375 unsigned int generation = ff->rx_resources.generation; local
378 if (generation != fw_parent_device(ff->unit)->card->generation) {
488 unsigned int generation = ff->rx_resources.generation; local
492 if (generation != fw_parent_device(ff->unit)->card->generation) {
H A Dff-protocol-latter.c250 unsigned int generation = ff->rx_resources.generation; local
281 if (generation != fw_parent_device(ff->unit)->card->generation) {
H A Dff-transaction.c61 int generation; local
99 * In Linux FireWire core, when generation is updated with memory
102 * Thus, both of generation and node id are available with recent
106 generation = fw_dev->generation;
109 fw_dev->node_id, generation, fw_dev->max_speed,
129 int destination, int source, int generation, unsigned long long offset,
128 handle_msg(struct fw_card *card, struct fw_request *request, int tcode, int destination, int source, int generation, unsigned long long offset, void *data, size_t length, void *callback_data) argument
/linux-master/sound/firewire/fireworks/
H A Dfireworks_transaction.c165 handle_resp_for_user(struct fw_card *card, int generation, int source, argument
180 (device->generation != generation))
182 smp_rmb(); /* node id vs. generation */
197 handle_resp_for_kernel(struct fw_card *card, int generation, int source, argument
208 (device->generation != generation))
210 smp_rmb(); /* node_id vs. generation */
228 int generation, unsigned long long offset,
245 handle_resp_for_kernel(card, generation, sourc
226 efw_response(struct fw_card *card, struct fw_request *request, int tcode, int destination, int source, int generation, unsigned long long offset, void *data, size_t length, void *callback_data) argument
[all...]
/linux-master/sound/firewire/motu/
H A Dmotu-stream.c229 unsigned int generation = motu->rx_resources.generation; local
241 if (generation != fw_parent_device(motu->unit)->card->generation) {
/linux-master/sound/firewire/tascam/
H A Dtascam-stream.c435 unsigned int generation = tscm->rx_resources.generation; local
447 if (generation != fw_parent_device(tscm->unit)->card->generation) {
H A Dtascam-transaction.c176 int generation; local
218 * In Linux FireWire core, when generation is updated with memory
221 * Thus, both of generation and node id are available with recent
225 generation = port->parent->generation;
230 port->parent->node_id, generation,
247 int generation, unsigned long long offset,
245 handle_midi_tx(struct fw_card *card, struct fw_request *request, int tcode, int destination, int source, int generation, unsigned long long offset, void *data, size_t length, void *callback_data) argument
/linux-master/tools/perf/
H A DMakefile.config693 $(warning Warning: Disabled BPF skeletons as reliable BTF generation needs at least $(CLANG) version 12.0.1)
913 $(error ERROR: No python interpreter needed for jevents generation. Install python or build with NO_JEVENTS=1.)
918 $(error ERROR: Python interpreter needed for jevents generation too old (older than 3.6). Install a newer python or build with NO_JEVENTS=1.)
/linux-master/tools/testing/selftests/bpf/progs/
H A Dprofiler.inc.h75 u32 generation; member in struct:kernfs_node___52::__anon3384::__anon3385
/linux-master/virt/kvm/
H A Dkvm_main.c1202 slots->generation = i;
1595 /* Grab the generation from the activate memslots. */
1596 u64 gen = __kvm_memslots(kvm, as_id)->generation;
1599 slots->generation = gen | KVM_MEMSLOT_GEN_UPDATE_IN_PROGRESS;
1628 * Increment the new memslot generation a second time, dropping the
1629 * update in-progress flag and incrementing the generation based on
1631 * identifiable generation number while the memslots are in flux.
1633 gen = slots->generation & ~KVM_MEMSLOT_GEN_UPDATE_IN_PROGRESS;
1637 * a global counter for that, instead the generation space is evenly split
1646 slots->generation
[all...]
H A Dpfncache.c84 if (!kvm_is_error_gpa(gpc->gpa) && gpc->generation != slots->generation)
170 * different task may not fail the gpa/uhva/generation checks.
289 if (gpc->gpa != gpa || gpc->generation != slots->generation ||
294 gpc->generation = slots->generation;
304 * Even if the GPA and/or the memslot generation changed, the
337 * Some/all of the uhva, gpa, and memslot generation info may still be
456 * memslot generation
[all...]

Completed in 540 milliseconds

12345678910