/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/ |
H A D | release-notes.rst | 31 - Corstone-1000 SoC on FVP doesn't have a secure debug peripheral. It does on the MPS3. 52 - Corstone-1000 SoC on FVP doesn't have a secure debug peripheral. It does on the MPS3. 71 - Corstone-1000 SoC on FVP doesn't have a secure debug peripheral. It does on the MPS3 .
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc/ |
H A D | 4665.patch | 127 /* Don't block */ 148 So that we don't have to include search.h each time vlc_fixups.h is used. 198 Subject: [PATCH 5/9] vlc_common: fix swab() calls on win32 that don't use
|
/openbmc/linux/Documentation/admin-guide/device-mapper/ |
H A D | dm-clone.rst | 92 dm-clone interprets a discard request to a range that hasn't been hydrated yet 271 rely on the page cache to cache these regions, so we hopefully don't end up 307 completes, to ensure snapshot consistency. In the case of cloning, we don't 331 Moreover, cloning a device shouldn't force the use of thin-provisioning. On
|
/openbmc/linux/Documentation/networking/ |
H A D | openvswitch.rst | 106 A '0' bit specifies a don't care bit, which will match either a '1' or '0' bit 112 match flow, or reduce the number of don't care bits in the kernel to less than 207 Don't drop packets in the kernel for malformed protocol headers, bad 212 It doesn't matter if the empty content could be valid protocol values,
|
/openbmc/linux/arch/arm/vfp/ |
H A D | vfpsingle.c | 789 struct vfp_single *t = vsn; in vfp_single_add() local 791 vsm = t; in vfp_single_add() 846 struct vfp_single *t = vsn; in vfp_single_multiply() local 848 vsm = t; in vfp_single_multiply()
|
H A D | vfpdouble.c | 744 struct vfp_double *t = vdn; in vfp_double_add() local 746 vdm = t; in vfp_double_add() 802 struct vfp_double *t = vdn; in vfp_double_multiply() local 804 vdm = t; in vfp_double_multiply()
|
/openbmc/u-boot/lib/lzma/ |
H A D | LzmaDec.c | 346 UInt32 t; in LzmaDec_DecodeReal() local 348 t = (0 - ((UInt32)code >> 31)); /* (UInt32)((Int32)code >> 31) */ in LzmaDec_DecodeReal() 349 distance = (distance << 1) + (t + 1); in LzmaDec_DecodeReal() 350 code += range & t; in LzmaDec_DecodeReal()
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-trace.txt | 63 -t:: 159 Don't complain, do it. 178 sysctl. This is done only if the user doesn't specify a --mmap-pages value. 261 Please be aware that duration is currently always 0 and doesn't reflect actual
|
/openbmc/linux/Documentation/networking/devlink/ |
H A D | ice.rst | 218 sent by firmware and can't be split into separate reads. 297 Correspondingly if ADQ or DCB will get configured the driver won't export 308 represented by the node_0. This node can't be deleted by the user. Leaf 309 nodes and nodes with children also can't be deleted.
|
/openbmc/linux/net/batman-adv/ |
H A D | tp_meter.c | 486 static void batadv_tp_sender_timeout(struct timer_list *t) in batadv_tp_sender_timeout() argument 488 struct batadv_tp_vars *tp_vars = from_timer(tp_vars, t, timer); in batadv_tp_sender_timeout() 1102 static void batadv_tp_receiver_shutdown(struct timer_list *t) in batadv_tp_receiver_shutdown() argument 1104 struct batadv_tp_vars *tp_vars = from_timer(tp_vars, t, timer); in batadv_tp_receiver_shutdown()
|
/openbmc/linux/drivers/usb/dwc2/ |
H A D | hcd_queue.c | 1252 static void dwc2_unreserve_timer_fn(struct timer_list *t) in dwc2_unreserve_timer_fn() argument 1254 struct dwc2_qh *qh = from_timer(qh, t, unreserve_timer); in dwc2_unreserve_timer_fn() 1440 static enum hrtimer_restart dwc2_wait_timer_fn(struct hrtimer *t) in dwc2_wait_timer_fn() argument 1442 struct dwc2_qh *qh = container_of(t, struct dwc2_qh, wait_timer); in dwc2_wait_timer_fn()
|
/openbmc/linux/drivers/media/platform/st/sti/c8sectpfe/ |
H A D | c8sectpfe-core.c | 64 static void c8sectpfe_timer_interrupt(struct timer_list *t) in c8sectpfe_timer_interrupt() argument 66 struct c8sectpfei *fei = from_timer(fei, t, timer); in c8sectpfe_timer_interrupt() 83 static void channel_swdemux_tsklet(struct tasklet_struct *t) in channel_swdemux_tsklet() argument 85 struct channel_info *channel = from_tasklet(channel, t, tsklet); in channel_swdemux_tsklet()
|
/openbmc/linux/Documentation/RCU/ |
H A D | rcubarrier.rst | 224 Why doesn't line 8 initialize rcu_barrier_cpu_count to zero, 269 are delayed for a full grace period? Couldn't this result in 316 Why doesn't line 8 initialize rcu_barrier_cpu_count to zero, 353 are delayed for a full grace period? Couldn't this result in
|
/openbmc/linux/arch/m68k/ |
H A D | Kconfig.cpu | 350 compiled into the kernel, thereby the kernel doesn't save any 366 Note that the answer to this question won't directly affect the 415 Don't change if unsure. 488 use internal dividers. In general the kernel won't setup a PLL
|
/openbmc/linux/Documentation/staging/ |
H A D | tee.rst | 29 which user space can mmap. When user space doesn't need the file 30 descriptor any more, it should be closed. When shared memory isn't needed 242 OP-TEE driver isn't loaded, leaving the SMC hole open. 261 load OP-TEE isn't executed when desired, leaving it open to being executed
|
/openbmc/linux/drivers/scsi/fnic/ |
H A D | fnic_main.c | 406 static void fnic_notify_timer(struct timer_list *t) in fnic_notify_timer() argument 408 struct fnic *fnic = from_timer(fnic, t, notify_timer); in fnic_notify_timer() 415 static void fnic_fip_notify_timer(struct timer_list *t) in fnic_fip_notify_timer() argument 417 struct fnic *fnic = from_timer(fnic, t, fip_timer); in fnic_fip_notify_timer()
|
/openbmc/linux/fs/fat/ |
H A D | namei_vfat.c | 136 struct nls_table *t = MSDOS_SB(dentry->d_sb)->nls_io; in vfat_hashi() local 146 hash = partial_name_hash(nls_tolower(t, *name++), hash); in vfat_hashi() 158 struct nls_table *t = MSDOS_SB(dentry->d_sb)->nls_io; in vfat_cmpi() local 165 if (nls_strnicmp(t, name->name, str, alen) == 0) in vfat_cmpi()
|
/openbmc/linux/net/smc/ |
H A D | smc_wr.c | 136 static void smc_wr_tx_tasklet_fn(struct tasklet_struct *t) in smc_wr_tx_tasklet_fn() argument 138 struct smc_ib_device *dev = from_tasklet(dev, t, send_tasklet); in smc_wr_tx_tasklet_fn() 479 static void smc_wr_rx_tasklet_fn(struct tasklet_struct *t) in smc_wr_rx_tasklet_fn() argument 481 struct smc_ib_device *dev = from_tasklet(dev, t, recv_tasklet); in smc_wr_rx_tasklet_fn()
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | fpsimd.c | 208 static inline void sme_free(struct task_struct *t) { } in sme_free() argument 1853 void fpsimd_flush_task_state(struct task_struct *t) in fpsimd_flush_task_state() argument 1855 t->thread.fpsimd_cpu = NR_CPUS; in fpsimd_flush_task_state() 1864 set_tsk_thread_flag(t, TIF_FOREIGN_FPSTATE); in fpsimd_flush_task_state()
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | package.bbclass | 127 # If the root directory doesn't exist, don't error out later but silently do 280 # If do_package isn't in the dependencies, we can't get the checksum... 437 # Since bitbake can't determine which variables are accessed during package
|
/openbmc/linux/Documentation/filesystems/caching/ |
H A D | backend-api.rst | 311 If lookup fails, but the object could still be created (e.g. it hasn't 331 The caller doesn't hold any access pins, but it is called from a 396 If it can't complete the setup, it should return false. 402 object parameters; it doesn't need to do data I/O yet. 409 Note that there won't necessarily be anything attached to the cookie's
|
/openbmc/linux/drivers/media/platform/chips-media/ |
H A D | coda-jpeg.c | 751 int t = (j == 0) ? AC_TABLE_INDEX0 : in coda9_jpeg_load_huff_tab() local 759 if (huff->size[t][i] == 0 && huff->code[t][i] == 0) in coda9_jpeg_load_huff_tab() 763 ((huff->size[t][i] - 1) << 16) | in coda9_jpeg_load_huff_tab() 764 huff->code[t][i]; in coda9_jpeg_load_huff_tab()
|
/openbmc/linux/Documentation/userspace-api/ioctl/ |
H A D | ioctl-number.rst | 44 long as it is unique. Some devices are irregular and don't follow any 79 0x04 D2-DC linux/umsdos_fs.h Dead since 2.6.11, but don't r… 286 't' 00-7F linux/ppp-ioctl.h 287 't' 80-8F linux/isdn_ppp.h 288 't' 90-91 linux/toshiba.h toshiba and toshiba_acpi SMM
|
/openbmc/linux/Documentation/bpf/ |
H A D | bpf_design_QA.rst | 137 Q: Why BPF_DIV instruction doesn't map to x64 div? 147 store return address into stack won't work. Another reason is BPF has 154 A: Because classic BPF didn't have them and BPF authors felt that compiler 160 New instructions that don't have one-to-one mapping to HW instructions 247 arbitrary memory, since they don't have access to these helpers.
|
/openbmc/linux/drivers/staging/media/atomisp/i2c/ov5693/ |
H A D | atomisp-ov5693.c | 40 #define __cci_delay(t) \ argument 42 if ((t) < 10) { \ 43 usleep_range((t) * 1000, ((t) + 1) * 1000); \ 45 msleep((t)); \
|