Home
last modified time | relevance | path

Searched full:put (Results 1 – 25 of 5168) sorted by relevance

12345678910>>...207

/kernel/linux/linux-4.19/arch/x86/lib/
Dclear_page_64.S29 #define PUT(x) movq %rax,x*8(%rdi) macro
31 PUT(1)
32 PUT(2)
33 PUT(3)
34 PUT(4)
35 PUT(5)
36 PUT(6)
37 PUT(7)
/kernel/linux/linux-5.10/arch/x86/lib/
Dclear_page_64.S30 #define PUT(x) movq %rax,x*8(%rdi) macro
32 PUT(1)
33 PUT(2)
34 PUT(3)
35 PUT(4)
36 PUT(5)
37 PUT(6)
38 PUT(7)
/kernel/linux/linux-4.19/lib/
Dklist.c77 * @put: The put function for the embedding object (NULL if none)
81 * deletion) then the get/put arguments are used to initialise
86 void (*put)(struct klist_node *)) in klist_init()
91 k->put = put; in klist_init()
145 * @pos: node to put @n after
161 * @pos: node to put @n after
213 void (*put)(struct klist_node *) = k->put; in klist_put() local
219 put = NULL; in klist_put()
221 if (put) in klist_put()
222 put(n); in klist_put()
[all …]
/kernel/linux/linux-5.10/lib/
Dklist.c76 * @put: The put function for the embedding object (NULL if none)
80 * deletion) then the get/put arguments are used to initialise
85 void (*put)(struct klist_node *)) in klist_init()
90 k->put = put; in klist_init()
144 * @pos: node to put @n after
160 * @pos: node to put @n after
212 void (*put)(struct klist_node *) = k->put; in klist_put() local
218 put = NULL; in klist_put()
220 if (put) in klist_put()
221 put(n); in klist_put()
[all …]
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
Dx_store.S52 | if fp0-fp3 is being modified, we must put a copy
141 bsetl #31,%d0 |if negative, put in sign information
149 bsetl #31,%d0 |if negative put in sign information
151 movel %d0,LOCAL_EX(%a1) |put the new exp back on the stack
156 orl %d1,%d0 |put these bits in ms word of double
157 movel %d0,LOCAL_EX(%a1) |put the new exp back on the stack
160 lsll %d0,%d1 |put lower 11 bits in upper bits
164 orl %d0,LOCAL_HI(%a1) |put them in double result
208 swap %d0 |put exp in upper word of d0
212 bsetl #31,%d0 |if negative, put in sign first
[all …]
Dbinstr.S39 | zero, it is the ls digit. Put the digit in its place in the
99 swap %d6 |put 0 in d6 lower word
109 swap %d6 |with d6 = 0; put 0 in upper word
120 swap %d7 |put LEN counter in word d7a
125 swap %d7 |put digit word in d7b
126 movew %d1,%d7 |put new digit in d7b
127 swap %d7 |put LEN counter in word d7a
130 swap %d7 |put last digit in string
/kernel/linux/linux-4.19/arch/m68k/fpsp040/
Dx_store.S52 | if fp0-fp3 is being modified, we must put a copy
141 bsetl #31,%d0 |if negative, put in sign information
149 bsetl #31,%d0 |if negative put in sign information
151 movel %d0,LOCAL_EX(%a1) |put the new exp back on the stack
156 orl %d1,%d0 |put these bits in ms word of double
157 movel %d0,LOCAL_EX(%a1) |put the new exp back on the stack
160 lsll %d0,%d1 |put lower 11 bits in upper bits
164 orl %d0,LOCAL_HI(%a1) |put them in double result
208 swap %d0 |put exp in upper word of d0
212 bsetl #31,%d0 |if negative, put in sign first
[all …]
Dbinstr.S39 | zero, it is the ls digit. Put the digit in its place in the
99 swap %d6 |put 0 in d6 lower word
109 swap %d6 |with d6 = 0; put 0 in upper word
120 swap %d7 |put LEN counter in word d7a
125 swap %d7 |put digit word in d7b
126 movew %d1,%d7 |put new digit in d7b
127 swap %d7 |put LEN counter in word d7a
130 swap %d7 |put last digit in string
/kernel/linux/linux-4.19/drivers/misc/sgi-xp/
Dxpc_sn2.c1179 /* allocate all the required GET/PUT values */ in xpc_setup_ch_structures_sn2()
1185 dev_err(xpc_chan, "can't get memory for local get/put " in xpc_setup_ch_structures_sn2()
1194 dev_err(xpc_chan, "can't get memory for remote get/put " in xpc_setup_ch_structures_sn2()
1679 ch_sn2->local_GP->put = 0; in xpc_teardown_msg_structures_sn2()
1681 ch_sn2->remote_GP.put = 0; in xpc_teardown_msg_structures_sn2()
1683 ch_sn2->w_local_GP.put = 0; in xpc_teardown_msg_structures_sn2()
1685 ch_sn2->w_remote_GP.put = 0; in xpc_teardown_msg_structures_sn2()
1705 xpc_notify_senders_sn2(struct xpc_channel *ch, enum xp_retval reason, s64 put) in xpc_notify_senders_sn2() argument
1711 while (++get < put && atomic_read(&ch->n_to_notify) > 0) { in xpc_notify_senders_sn2()
1749 xpc_notify_senders_sn2(ch, ch->reason, ch->sn.sn2.w_local_GP.put); in xpc_notify_senders_of_disconnect_sn2()
[all …]
/kernel/linux/linux-4.19/drivers/atm/
Dsuni.c40 #define PUT(val,reg) dev->ops->phy_put(dev,val,SUNI_##reg) macro
43 PUT((GET(reg) & ~(mask)) | ((value) << (shift)),reg)
65 PUT(0,MRI); /* latch counters */ in suni_hz()
109 if (set) PUT(GET(reg) | bit,reg); \
110 else PUT(GET(reg) & ~bit,reg); \
198 PUT(GET(RPOP_RC) & ~SUNI_RPOP_RC_ENSS, RPOP_RC); in set_sonet()
199 PUT(GET(SSTB_CTRL) & ~SUNI_SSTB_CTRL_LEN16, SSTB_CTRL); in set_sonet()
200 PUT(GET(SPTB_CTRL) & ~SUNI_SPTB_CTRL_LEN16, SPTB_CTRL); in set_sonet()
212 PUT(GET(RPOP_RC) | SUNI_RPOP_RC_ENSS, RPOP_RC); in set_sdh()
213 PUT(GET(SSTB_CTRL) | SUNI_SSTB_CTRL_LEN16, SSTB_CTRL); in set_sdh()
[all …]
DuPD98402.c36 #define PUT(val,reg) dev->ops->phy_put(dev,val,uPD98402_##reg) macro
76 PUT(set[0],C11T); in set_framing()
77 PUT(set[1],C12T); in set_framing()
78 PUT(set[2],C13T); in set_framing()
79 PUT((GET(MDR) & ~uPD98402_MDR_SS_MASK) | (set[3] << in set_framing()
129 PUT(mode_reg,MDR); in set_loopback()
218 PUT(uPD98402_PFM_FJ,PCMR); /* ignore frequency adj */ in uPD98402_start()
220 PUT(~uPD98402_PCO_HECC,PCOMR); in uPD98402_start()
222 PUT(~(uPD98402_INT_PFM | uPD98402_INT_ALM | uPD98402_INT_RFO | in uPD98402_start()
/kernel/linux/linux-5.10/drivers/atm/
Dsuni.c41 #define PUT(val,reg) dev->ops->phy_put(dev,val,SUNI_##reg) macro
44 PUT((GET(reg) & ~(mask)) | ((value) << (shift)),reg)
66 PUT(0,MRI); /* latch counters */ in suni_hz()
110 if (set) PUT(GET(reg) | bit,reg); \
111 else PUT(GET(reg) & ~bit,reg); \
199 PUT(GET(RPOP_RC) & ~SUNI_RPOP_RC_ENSS, RPOP_RC); in set_sonet()
200 PUT(GET(SSTB_CTRL) & ~SUNI_SSTB_CTRL_LEN16, SSTB_CTRL); in set_sonet()
201 PUT(GET(SPTB_CTRL) & ~SUNI_SPTB_CTRL_LEN16, SPTB_CTRL); in set_sonet()
213 PUT(GET(RPOP_RC) | SUNI_RPOP_RC_ENSS, RPOP_RC); in set_sdh()
214 PUT(GET(SSTB_CTRL) | SUNI_SSTB_CTRL_LEN16, SSTB_CTRL); in set_sdh()
[all …]
DuPD98402.c37 #define PUT(val,reg) dev->ops->phy_put(dev,val,uPD98402_##reg) macro
77 PUT(set[0],C11T); in set_framing()
78 PUT(set[1],C12T); in set_framing()
79 PUT(set[2],C13T); in set_framing()
80 PUT((GET(MDR) & ~uPD98402_MDR_SS_MASK) | (set[3] << in set_framing()
130 PUT(mode_reg,MDR); in set_loopback()
219 PUT(uPD98402_PFM_FJ,PCMR); /* ignore frequency adj */ in uPD98402_start()
221 PUT(~uPD98402_PCO_HECC,PCOMR); in uPD98402_start()
223 PUT(~(uPD98402_INT_PFM | uPD98402_INT_ALM | uPD98402_INT_RFO | in uPD98402_start()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
Dnouveau_dma.h37 * There's a hw race condition where you can't jump to your PUT offset,
86 if (chan->dma.cur == chan->dma.put) in FIRE_RING()
91 nv50_dma_push(chan, chan->push.addr + (chan->dma.put << 2), in FIRE_RING()
92 (chan->dma.cur - chan->dma.put) << 2); in FIRE_RING()
97 chan->dma.put = chan->dma.cur; in FIRE_RING()
103 chan->dma.cur = chan->dma.put; in WIND_RING()
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/
Dsch_ets_tests.sh4 # $put -- port under test (e.g. $swp2)
170 ets_qdisc_setup $put 0 3300 3300 3300
175 ets_qdisc_setup $put 0 5000 3500 1500
180 ets_qdisc_setup $put 3
185 ets_qdisc_setup $put 1 5000 2500 1500
190 tc class change dev $put classid 10:2 ets quantum 8000
196 ets_qdisc_setup $put 0 5000 2500
/kernel/linux/linux-5.10/arch/m68k/68000/
Dentry.S136 movel #65,%sp@- /* put vector # on stack*/
147 movel #66,%sp@- /* put vector # on stack*/
158 movel #67,%sp@- /* put vector # on stack*/
169 movel #68,%sp@- /* put vector # on stack*/
180 movel #69,%sp@- /* put vector # on stack*/
191 movel #70,%sp@- /* put vector # on stack*/
202 movel #71,%sp@- /* put vector # on stack*/
213 movel %d0,%sp@- /* put vector # on stack*/
/kernel/linux/linux-4.19/arch/m68k/68000/
Dentry.S136 movel #65,%sp@- /* put vector # on stack*/
147 movel #66,%sp@- /* put vector # on stack*/
158 movel #67,%sp@- /* put vector # on stack*/
169 movel #68,%sp@- /* put vector # on stack*/
180 movel #69,%sp@- /* put vector # on stack*/
191 movel #70,%sp@- /* put vector # on stack*/
202 movel #71,%sp@- /* put vector # on stack*/
213 movel %d0,%sp@- /* put vector # on stack*/
/kernel/linux/linux-5.10/sound/pci/ice1712/
Daureon.c1398 .put = wm_master_mute_put
1407 .put = wm_master_vol_put,
1415 .put = wm_mute_put,
1425 .put = wm_vol_put,
1434 .put = wm_mute_put,
1444 .put = wm_vol_put,
1453 .put = wm_mute_put,
1463 .put = wm_vol_put,
1472 .put = wm_mute_put,
1482 .put = wm_vol_put,
[all …]
/kernel/linux/linux-4.19/sound/pci/ice1712/
Daureon.c1412 .put = wm_master_mute_put
1421 .put = wm_master_vol_put,
1429 .put = wm_mute_put,
1439 .put = wm_vol_put,
1448 .put = wm_mute_put,
1458 .put = wm_vol_put,
1467 .put = wm_mute_put,
1477 .put = wm_vol_put,
1486 .put = wm_mute_put,
1496 .put = wm_vol_put,
[all …]
/kernel/linux/linux-5.10/include/trace/events/
Dcachefiles.h41 EM(fscache_obj_put_alloc_fail, "PUT alloc_fail") \
42 EM(fscache_obj_put_attach_fail, "PUT attach_fail") \
43 EM(fscache_obj_put_drop_obj, "PUT drop_obj") \
44 EM(fscache_obj_put_enq_dep, "PUT enq_dep") \
45 EM(fscache_obj_put_queue, "PUT queue") \
46 EM(fscache_obj_put_work, "PUT work") \
47 EM(cachefiles_obj_put_wait_retry, "PUT wait_retry") \
48 E_(cachefiles_obj_put_wait_timeo, "PUT wait_timeo")
/kernel/linux/linux-4.19/scripts/coccinelle/iterators/
Ddevice_node_continue.cocci1 /// Device node iterators put the previous value of the index variable, so an
2 /// explicit put causes a double put.
92 msg = "ERROR: probable double put."
101 msg = "ERROR: probable double put."
/kernel/linux/linux-5.10/include/sound/
Dsoc.h62 .put = snd_soc_put_volsw, \
67 .put = snd_soc_put_volsw_range, \
78 .put = snd_soc_put_volsw, \
87 .put = snd_soc_put_volsw_sx, \
98 .get = snd_soc_get_volsw_range, .put = snd_soc_put_volsw_range, \
106 .put = snd_soc_put_volsw, \
120 .get = snd_soc_get_volsw, .put = snd_soc_put_volsw, \
127 .get = snd_soc_get_volsw_range, .put = snd_soc_put_volsw_range, \
136 .put = snd_soc_put_volsw, \
145 .get = snd_soc_get_volsw, .put = snd_soc_put_volsw, \
[all …]
/kernel/linux/linux-4.19/include/linux/
Dwait.h279 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
318 * The process is put to sleep (TASK_INTERRUPTIBLE -- so as not to contribute
345 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
409 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
432 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
462 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
516 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
542 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
607 * The process is put to sleep (TASK_IDLE) until the
627 * The process is put to sleep (TASK_IDLE) until the
[all …]
/kernel/linux/linux-5.10/scripts/coccinelle/iterators/
Ddevice_node_continue.cocci2 /// Device node iterators put the previous value of the index variable, so an
3 /// explicit put causes a double put.
93 msg = "ERROR: probable double put."
102 msg = "ERROR: probable double put."
/kernel/linux/linux-5.10/drivers/staging/vc04_services/bcm2835-audio/
Dbcm2835-ctl.c108 .put = snd_bcm2835_ctl_put,
118 .put = snd_bcm2835_ctl_put,
127 .put = snd_bcm2835_ctl_put,
199 .put = snd_bcm2835_spdif_default_put
245 .put = snd_bcm2835_ctl_put,
257 .put = snd_bcm2835_ctl_put,
279 .put = snd_bcm2835_ctl_put,
291 .put = snd_bcm2835_ctl_put,

12345678910>>...207