Home
last modified time | relevance | path

Searched refs:use (Results 76 - 100 of 1525) sorted by relevance

12345678910>>...61

/kernel/linux/linux-6.6/sound/isa/gus/
H A Dgus_reset.c221 pvoice->use = 1; in snd_gf1_alloc_voice_use()
255 if (!pvoice->use) { in snd_gf1_alloc_voice()
279 if (voice == NULL || !voice->use) in snd_gf1_free_voice()
289 voice->use = voice->pcm = 0; in snd_gf1_free_voice()
/kernel/linux/linux-5.10/include/linux/
H A Dcompiler-clang.h12 # error Sorry, your version of Clang is too old - please use 10.0.1 or newer.
/kernel/linux/linux-6.6/drivers/scsi/
H A Dsr.h39 unsigned use:1; /* is this device still supportable */ member
49 bool ignore_get_event:1; /* GET_EVENT is unreliable, use TUR */
/kernel/linux/linux-6.6/kernel/module/
H A Dmain.c562 /* Does a already use b? */
565 struct module_use *use; in already_uses() local
567 list_for_each_entry(use, &b->source_list, source_list) { in already_uses()
568 if (use->source == a) in already_uses()
571 pr_debug("%s does not use %s!\n", a->name, b->name); in already_uses()
577 * - we add 'a' as a "source", 'b' as a "target" of module use
584 struct module_use *use; in add_module_usage() local
587 use = kmalloc(sizeof(*use), GFP_ATOMIC); in add_module_usage()
588 if (!use) in add_module_usage()
622 struct module_use *use, *tmp; module_unload_free() local
[all...]
/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_tables_api.c266 if (!nft_use_inc(&chain->use)) in nf_tables_bind_chain()
453 nft_use_dec(&ctx->table->use); in nft_delchain()
492 nft_use_dec(&ctx->chain->use); in nf_tables_delrule_deactivate()
616 nft_use_dec(&ctx->table->use); in nft_delset()
648 nft_use_dec(&ctx->table->use); in nft_delobj()
683 nft_use_dec(&ctx->table->use); in nft_delflowtable()
869 nla_put_be32(skb, NFTA_TABLE_USE, htonl(table->use)) || in nf_tables_fill_table_info()
1436 table->use > 0) in nf_tables_deltable()
1447 if (WARN_ON(ctx->table->use > 0)) in nf_tables_table_destroy()
1685 if (nla_put_be32(skb, NFTA_CHAIN_USE, htonl(chain->use))) in nf_tables_fill_chain_info()
2625 u32 use; nf_tables_delchain() local
[all...]
H A Dnf_conntrack_expect.c146 if (i && !refcount_inc_not_zero(&i->use)) in nf_ct_expect_find_get()
195 !atomic_inc_not_zero(&exp->master->ct_general.use))) in nf_ct_find_expectation()
199 refcount_inc(&exp->use); in nf_ct_find_expectation()
291 refcount_set(&new->use, 1); in nf_ct_expect_alloc()
364 if (refcount_dec_and_test(&exp->use)) in nf_ct_expect_put()
377 refcount_add(2, &exp->use); in nf_ct_expect_insert()
H A Dnf_conntrack_core.c451 * intentionally doesn't re-use any of the seeds used for hash
567 atomic_set(&tmpl->ct_general.use, 0); in nf_ct_tmpl_alloc()
600 WARN_ON(atomic_read(&nfct->use) != 0); in destroy_conntrack()
719 if (!atomic_inc_not_zero(&ct->ct_general.use)) in nf_ct_gc_expired()
787 if (likely(atomic_inc_not_zero(&ct->ct_general.use))) { in __nf_conntrack_find_get()
856 atomic_set(&ct->ct_general.use, 2); in nf_conntrack_hash_check_insert()
905 atomic_inc(&ct->ct_general.use); in __nf_conntrack_insert_prepare()
1133 * further use of that particular connection -JM. in __nf_conntrack_confirm()
1223 * a new source port to use. in nf_conntrack_tuple_taken()
1284 if (!atomic_inc_not_zero(&tmp->ct_general.use)) in early_drop_list()
[all...]
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_tables_api.c263 if (!nft_use_inc(&chain->use)) in nf_tables_bind_chain()
449 nft_use_dec(&ctx->table->use); in nft_delchain()
488 nft_use_dec(&ctx->chain->use); in nf_tables_delrule_deactivate()
652 nft_use_dec(&ctx->table->use); in nft_delset()
684 nft_use_dec(&ctx->table->use); in nft_delobj()
720 nft_use_dec(&ctx->table->use); in nft_delflowtable()
969 nla_put_be32(skb, NFTA_TABLE_USE, htonl(table->use)) || in nf_tables_fill_table_info()
1571 table->use > 0) in nf_tables_deltable()
1582 if (WARN_ON(ctx->table->use > 0)) in nf_tables_table_destroy()
1831 if (nla_put_be32(skb, NFTA_CHAIN_USE, htonl(chain->use))) in nf_tables_fill_chain_info()
2904 u32 use; nf_tables_delchain() local
[all...]
H A Dnf_conntrack_expect.c161 if (i && !refcount_inc_not_zero(&i->use)) in nf_ct_expect_find_get()
211 !refcount_inc_not_zero(&exp->master->ct_general.use))) in nf_ct_find_expectation()
215 refcount_inc(&exp->use); in nf_ct_find_expectation()
307 refcount_set(&new->use, 1); in nf_ct_expect_alloc()
380 if (refcount_dec_and_test(&exp->use)) in nf_ct_expect_put()
394 refcount_add(2, &exp->use); in nf_ct_expect_insert()
/kernel/linux/linux-5.10/drivers/char/ipmi/
H A Dipmi_watchdog.c62 #define WDOG_SET_TIMER_USE(byte, use) \
63 byte = ((byte) & 0xf8) | ((use) & 0x7)
72 #define WDOG_SET_PRETIMEOUT_ACT(byte, use) \
73 byte = ((byte) & 0x8f) | (((use) & 0x7) << 4)
87 #define WDOG_SET_TIMEOUT_ACT(byte, use) \
88 byte = ((byte) & 0xf8) | ((use) & 0x7)
275 MODULE_PARM_DESC(ifnum_to_use, "The interface number to use for the watchdog "
337 * We use a mutex to make sure that only one thing can send a set a
/kernel/linux/linux-5.10/sound/pci/emu10k1/
H A Dp16v.c187 channel->use=1; in snd_p16v_pcm_open_playback_channel()
190 "p16v: open channel_id=%d, channel=%p, use=0x%x\n", in snd_p16v_pcm_open_playback_channel()
191 channel_id, channel, channel->use); in snd_p16v_pcm_open_playback_channel()
235 channel->use=1; in snd_p16v_pcm_open_capture_channel()
238 "p16v: open channel_id=%d, channel=%p, use=0x%x\n", in snd_p16v_pcm_open_capture_channel()
239 channel_id, channel, channel->use); in snd_p16v_pcm_open_capture_channel()
258 emu->p16v_voices[substream->pcm->device - emu->p16v_device_offset].use = 0; in snd_p16v_pcm_close_playback()
269 emu->p16v_capture_voice.use = 0; in snd_p16v_pcm_close_capture()
/kernel/linux/linux-6.6/drivers/char/ipmi/
H A Dipmi_watchdog.c63 #define WDOG_SET_TIMER_USE(byte, use) \
64 byte = ((byte) & 0xf8) | ((use) & 0x7)
73 #define WDOG_SET_PRETIMEOUT_ACT(byte, use) \
74 byte = ((byte) & 0x8f) | (((use) & 0x7) << 4)
88 #define WDOG_SET_TIMEOUT_ACT(byte, use) \
89 byte = ((byte) & 0xf8) | ((use) & 0x7)
275 MODULE_PARM_DESC(ifnum_to_use, "The interface number to use for the watchdog "
337 * We use a mutex to make sure that only one thing can send a set a
/foundation/communication/wifi/wifi/application/wifi_direct_demo/
H A Dgradlew.bat4 @rem you may not use this file except in compliance with the License.
34 @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
/kernel/linux/linux-5.10/arch/arm/lib/
H A Dcsumpartial.S22 td1 .req r4 @ save before use
23 td2 .req r5 @ save before use
/kernel/linux/linux-6.6/arch/arm/lib/
H A Dcsumpartial.S22 td1 .req r4 @ save before use
23 td2 .req r5 @ save before use
/kernel/linux/linux-5.10/drivers/scsi/
H A Dsr.h42 unsigned use:1; /* is this device still supportable */ member
52 bool ignore_get_event:1; /* GET_EVENT is unreliable, use TUR */
56 /* We hold gendisk and scsi_device references on probe and use
/kernel/linux/linux-5.10/sound/core/seq/
H A Dseq_queue.h93 int snd_seq_queue_use(int queueid, int client, int use);
/kernel/linux/linux-6.6/sound/core/seq/
H A Dseq_queue.h90 int snd_seq_queue_use(int queueid, int client, int use);
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/
H A Dilsp.S23 You are hereby granted a copyright license to use, modify, and distribute the SOFTWARE
86 # or 32-bit divides if possible. Else, use a special math algorithm #
143 beq.b ldspecialcases # use positive divide
174 bls.b ld32bitdivide # yes, so use 32 bit divide
229 # use movm here to not disturb the condition codes.
283 # if the divisor msw is 0, use simpler algorithm then the full blown
287 bhi.b lddknuth # go use D. Knuth algorithm
341 # The comments use subscripts for the first quotient digit determination.
348 mov.w &0xffff, %d1 # use max trial quotient word
353 divu.w %d3, %d1 # use quotien
[all...]
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/
H A Dilsp.S23 You are hereby granted a copyright license to use, modify, and distribute the SOFTWARE
86 # or 32-bit divides if possible. Else, use a special math algorithm #
143 beq.b ldspecialcases # use positive divide
174 bls.b ld32bitdivide # yes, so use 32 bit divide
229 # use movm here to not disturb the condition codes.
283 # if the divisor msw is 0, use simpler algorithm then the full blown
287 bhi.b lddknuth # go use D. Knuth algorithm
341 # The comments use subscripts for the first quotient digit determination.
348 mov.w &0xffff, %d1 # use max trial quotient word
353 divu.w %d3, %d1 # use quotien
[all...]
/kernel/linux/linux-5.10/drivers/usb/class/
H A Dcdc-acm.h74 bool use; member
/kernel/linux/linux-5.10/include/sound/
H A Dseq_kernel.h49 int (*use)(void *private_data, struct snd_seq_port_subscribe *info); member
/kernel/linux/linux-6.6/drivers/usb/class/
H A Dcdc-acm.h46 bool use; member
/kernel/linux/linux-6.6/include/sound/
H A Dseq_kernel.h49 int (*use)(void *private_data, struct snd_seq_port_subscribe *info); member
/test/testfwk/developer_test/
H A Dstart.bat3 @rem you may not use this file except in compliance with the License.

Completed in 31 milliseconds

12345678910>>...61