| /linux/sound/sh/ |
| H A D | sh_dac_audio.c | 45 int empty; member 69 chip->empty = 1; in dac_audio_reset() 108 chip->empty = 1; in snd_sh_dac_pcm_open() 149 chip->empty = 1; in snd_sh_dac_pcm_trigger() 170 if (chip->empty) { in snd_sh_dac_pcm_copy() 171 chip->empty = 0; in snd_sh_dac_pcm_copy() 188 if (chip->empty) { in snd_sh_dac_pcm_silence() 189 chip->empty = 0; in snd_sh_dac_pcm_silence() 269 if (!chip->empty) { in sh_dac_audio_timer() 284 chip->empty = 1; in sh_dac_audio_timer() [all …]
|
| /linux/fs/tests/ |
| H A D | binfmt_elf_kunit.c | 6 struct elf_phdr empty[] = { in total_mapping_size_test() local 40 KUNIT_EXPECT_EQ(test, total_mapping_size(empty, 0), 0); in total_mapping_size_test() 42 KUNIT_EXPECT_EQ(test, total_mapping_size(empty, 1), 0); in total_mapping_size_test() 44 KUNIT_EXPECT_EQ(test, total_mapping_size(&empty[1], 1), 0); in total_mapping_size_test() 46 KUNIT_EXPECT_EQ(test, total_mapping_size(empty, 2), 0); in total_mapping_size_test()
|
| /linux/drivers/net/wireguard/ |
| H A D | queueing.c | 51 #define STUB(queue) ((struct sk_buff *)&queue->empty) 60 offsetof(struct sk_buff, next) != offsetof(struct prev_queue, empty.next) - in wg_prev_queue_init() 61 offsetof(struct prev_queue, empty) || in wg_prev_queue_init() 62 offsetof(struct sk_buff, prev) != offsetof(struct prev_queue, empty.prev) - in wg_prev_queue_init() 63 offsetof(struct prev_queue, empty)); in wg_prev_queue_init()
|
| /linux/tools/memory-model/ |
| H A D | linux-kernel.bell | 69 flag ~empty Rcu-lock \ domain(rcu-rscs) as unmatched-rcu-lock 70 flag ~empty Rcu-unlock \ range(rcu-rscs) as unmatched-rcu-unlock 77 flag ~empty Srcu-lock \ domain(srcu-rscs) as unmatched-srcu-lock 78 flag ~empty Srcu-unlock \ range(srcu-rscs) as unmatched-srcu-unlock 79 flag ~empty (srcu-rscs^-1 ; srcu-rscs) \ id as multiple-srcu-matches 82 flag ~empty rcu-rscs & (po ; [Sync-srcu] ; po) as invalid-sleep 85 flag ~empty different-values(srcu-rscs) as srcu-bad-value-match 98 flag ~empty (if "lkmmv2" then 0 else _)
|
| H A D | lock.cat | 41 flag ~empty [M \ IW \ ALL-LOCKS] ; loc ; [ALL-LOCKS] as mixed-lock-accesses 48 flag ~empty LKW \ range(lk-rmw) as unpaired-LKW 49 flag ~empty LKR \ domain(lk-rmw) as unpaired-LKR 55 empty ([LKW] ; po-loc ; [LKR]) \ (po-loc ; [UL] ; po-loc) as lock-nest 61 empty ([LKW] ; po-loc ; [RU]) \ (po-loc ; [UL] ; po-loc) as nested-is-locked 64 flag ~empty [FW] ; loc ; [ALL-LOCKS] as lock-final 79 flag ~empty UL \ range(critical) as unmatched-unlock 83 empty ([UNMATCHED-LKW] ; loc ; [UNMATCHED-LKW]) \ id as unmatched-locks
|
| /linux/arch/arm64/boot/dts/apple/ |
| H A D | t600x-nvme.dtsi | 16 interrupt-names = "send-empty", "send-not-empty", 17 "recv-empty", "recv-not-empty";
|
| /linux/tools/objtool/ |
| H A D | orc_gen.c | 62 bool empty = true; in orc_create() 81 empty = false; in orc_create() 106 empty = false; in orc_create() 114 if (!empty) { in orc_create() 63 bool empty = true; orc_create() local
|
| /linux/include/sound/ |
| H A D | pcm_params.h | 222 i->empty = 0; in snd_interval_any() 227 i->empty = 1; in snd_interval_none() 238 return i->empty; in snd_interval_empty() 291 if (i1->empty) in snd_interval_eq() 292 return i2->empty; in snd_interval_eq() 293 if (i2->empty) in snd_interval_eq() 294 return i1->empty; in snd_interval_eq()
|
| /linux/fs/quota/ |
| H A D | quota_v2.c | 231 struct v2r0_disk_dqblk *d = dp, empty; in v2r0_disk2memdqb() local 243 memset(&empty, 0, sizeof(struct v2r0_disk_dqblk)); in v2r0_disk2memdqb() 244 empty.dqb_itime = cpu_to_le64(1); in v2r0_disk2memdqb() 245 if (!memcmp(&empty, dp, sizeof(struct v2r0_disk_dqblk))) in v2r0_disk2memdqb() 284 struct v2r1_disk_dqblk *d = dp, empty; in v2r1_disk2memdqb() local 296 memset(&empty, 0, sizeof(struct v2r1_disk_dqblk)); in v2r1_disk2memdqb() 297 empty.dqb_itime = cpu_to_le64(1); in v2r1_disk2memdqb() 298 if (!memcmp(&empty, dp, sizeof(struct v2r1_disk_dqblk))) in v2r1_disk2memdqb()
|
| /linux/drivers/gpu/drm/msm/adreno/ |
| H A D | a5xx_preempt.c | 64 bool empty; in get_next_ring() local 68 empty = (get_wptr(ring) == gpu->funcs->get_rptr(gpu, ring)); in get_next_ring() 69 if (!empty && ring == a5xx_gpu->cur_ring) in get_next_ring() 70 empty = ring->memptrs->fence == a5xx_gpu->last_seqno[i]; in get_next_ring() 73 if (!empty) in get_next_ring()
|
| /linux/scripts/ |
| H A D | Kconfig.include | 8 empty := variable 9 space := $(empty) $(empty) 62 # $(m32-flag): -m32 if the compiler supports it, or an empty string otherwise. 63 # $(m64-flag): -m64 if the compiler supports it, or an empty string otherwise.
|
| H A D | Kbuild.include | 9 empty := 10 space := $(empty) $(empty) 125 # If quiet is empty, print short log and whole command 164 # Check if both commands are the same including their order. Result is empty 167 # $(savedcmd_$@) gets empty. Then, target will be built even if $(newer-prereqs) 168 # happens to become empty. 187 # empty even if the target does not exist. cmd-check saves this corner case.
|
| /linux/lib/kunit/ |
| H A D | Kconfig | 99 Sets the default value of kunit.filter_glob. If set to a non-empty 102 If unsure, leave empty so all tests are executed. 107 Sets the default value of kunit.filter. If set to a non-empty 110 If unsure, leave empty so all tests are executed. 115 Sets the default value of kunit.filter_action. If set to a non-empty 118 If unsure, leave empty so all tests are executed.
|
| /linux/scripts/mod/ |
| H A D | Makefile | 5 always-y += empty.o 24 $(obj)/elfconfig.h: $(obj)/empty.o $(obj)/mk_elfconfig FORCE
|
| /linux/net/netfilter/ipvs/ |
| H A D | ip_vs_dh.c | 103 bool empty; in ip_vs_dh_reassign() 107 empty = list_empty(p); in ip_vs_dh_reassign() 112 if (empty) in ip_vs_dh_reassign() 104 bool empty; ip_vs_dh_reassign() local
|
| H A D | ip_vs_sh.c | 169 bool empty; in ip_vs_sh_reassign() 173 empty = list_empty(p); in ip_vs_sh_reassign() 179 if (empty) in ip_vs_sh_reassign() 170 bool empty; ip_vs_sh_reassign() local
|
| /linux/drivers/net/ethernet/hisilicon/hibmcge/ |
| H A D | hbg_hw.c | 297 u32 full, u32 empty, enum hbg_dir dir) in hbg_hw_set_fifo_thrsld() argument 302 value |= FIELD_PREP(HBG_REG_FIFO_THRSLD_EMPTY_M, empty); in hbg_hw_set_fifo_thrsld() 312 u32 full, u32 empty, enum hbg_dir dir) in hbg_hw_set_cfg_fifo_thrsld() argument 320 value |= FIELD_PREP(HBG_REG_CFG_FIFO_THRSLD_TX_EMPTY_M, empty); in hbg_hw_set_cfg_fifo_thrsld() 325 value |= FIELD_PREP(HBG_REG_CFG_FIFO_THRSLD_RX_EMPTY_M, empty); in hbg_hw_set_cfg_fifo_thrsld()
|
| /linux/tools/perf/ |
| H A D | .gitignore | 42 pmu-events/empty-pmu-events.log 43 pmu-events/test-empty-pmu-events.c
|
| /linux/tools/perf/pmu-events/ |
| H A D | Build | 9 EMPTY_PMU_EVENTS_C = pmu-events/empty-pmu-events.c 12 TEST_EMPTY_PMU_EVENTS_C = $(OUTPUT)pmu-events/test-empty-pmu-events.c 13 EMPTY_PMU_EVENTS_TEST_LOG = $(OUTPUT)pmu-events/empty-pmu-events.log
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-pps | 27 is empty. 39 is empty. 73 of this file is empty.
|
| /linux/tools/perf/ui/browsers/ |
| H A D | header.c | 17 char empty[] = " "; in ui_browser__argv_write() local 22 str = empty; in ui_browser__argv_write()
|
| /linux/sound/core/ |
| H A D | pcm_lib.c | 704 if (a->empty || b->empty) { in snd_interval_mul() 708 c->empty = 0; in snd_interval_mul() 729 if (a->empty || b->empty) { in snd_interval_div() 733 c->empty = 0; in snd_interval_div() 765 if (a->empty || b->empty) { in snd_interval_muldivk() 769 c->empty = 0; in snd_interval_muldivk() 796 if (a->empty || b->empty) { in snd_interval_mulkdiv() 800 c->empty = 0; in snd_interval_mulkdiv() 873 i->empty = 1; in snd_interval_ratnum() 889 i->empty = 1; in snd_interval_ratnum() [all …]
|
| /linux/arch/arm/boot/dts/nxp/mxs/ |
| H A D | imx23.dtsi | 423 "saif0", "empty", "auart0-rx", "auart0-tx", 424 "auart1-rx", "auart1-tx", "saif1", "empty", 425 "empty", "empty", "empty", "empty";
|
| /linux/rust/kernel/ |
| H A D | debugfs.rs | 90 Entry::empty() in create_file() 342 None => return ScopedDir::empty(), in scoped_dir() 351 ScopedDir::empty() in scoped_dir() 441 _entry: Entry::empty(), in new() 674 fn empty() -> Self { in empty() method 677 entry: ManuallyDrop::new(Entry::empty()), in empty()
|
| /linux/tools/testing/selftests/tty/ |
| H A D | tty_tiocsti_test.c | 330 cap_t empty = cap_init(); in drop_all_privs() local 332 ASSERT_NE(empty, NULL); in drop_all_privs() 333 ASSERT_EQ(cap_set_proc(empty), 0); in drop_all_privs() 334 cap_free(empty); in drop_all_privs()
|