/linux/Documentation/livepatch/ |
A D | system-state.rst | 31 The state of the system might get modified either by several livepatch callbacks 35 Each modified state is described by struct klp_state, see 74 for already modified system states. 79 - Non-cumulative livepatches are allowed to touch already modified 90 has not been already modified by a livepatches that are being 108 System states are usually modified by livepatch callbacks. The expected 122 The system state itself is typically modified in *post_patch()*
|
/linux/net/bridge/ |
A D | br_fdb.c | 849 modified = true; in fdb_handle_notify() 854 modified = true; in fdb_handle_notify() 859 modified = true; in fdb_handle_notify() 862 return modified; in fdb_handle_notify() 908 modified = true; in fdb_add_entry() 915 modified = true; in fdb_add_entry() 934 modified = true; in fdb_add_entry() 939 modified = true; in fdb_add_entry() 943 modified = true; in fdb_add_entry() 948 if (modified) { in fdb_add_entry() [all …]
|
/linux/drivers/iio/accel/ |
A D | hid-sensor-accel-3d.c | 54 .modified = 1, 64 .modified = 1, 74 .modified = 1, 90 .modified = 1, 100 .modified = 1, 110 .modified = 1,
|
/linux/drivers/iio/magnetometer/ |
A D | hid-sensor-magn-3d.c | 70 .modified = 1, 79 .modified = 1, 88 .modified = 1, 97 .modified = 1, 106 .modified = 1, 115 .modified = 1, 124 .modified = 1,
|
/linux/drivers/iio/chemical/ |
A D | vz89x.c | 67 .modified = 1, 75 .modified = 1, 83 .modified = 1, 104 .modified = 1, 113 .modified = 1,
|
A D | sgp30.c | 139 .modified = 1, 146 .modified = 1, 153 .modified = 1, 160 .modified = 1, 170 .modified = 1, 177 .modified = 1,
|
A D | ams-iaq-core.c | 41 .modified = 1, 53 .modified = 1,
|
/linux/fs/btrfs/ |
A D | extent_map.h | 81 struct extent_map *em, int modified); 86 int modified);
|
A D | extent_map.c | 344 int modified) in setup_extent_mapping() argument 350 if (modified) in setup_extent_mapping() 401 struct extent_map *em, int modified) in add_extent_mapping() argument 411 setup_extent_mapping(tree, em, modified); in add_extent_mapping() 505 int modified) in replace_extent_mapping() argument 514 setup_extent_mapping(tree, new, modified); in replace_extent_mapping()
|
/linux/security/lockdown/ |
A D | Kconfig | 37 the kernel to be modified at runtime are disabled. 43 allow the kernel to be modified at runtime or that permit userland
|
/linux/arch/m68k/fpsp040/ |
A D | README | 27 without alteration in any modified and/or redistributed versions, 28 and that such modified versions are clearly identified as such.
|
/linux/Documentation/driver-api/md/ |
A D | raid5-ppl.rst | 16 modified by this write. It is just enough data needed for recovering from the 17 write hole. XORing partial parity with the modified chunks produces parity for 19 which chunk writes have completed. If one of the not modified data disks of
|
/linux/Documentation/userspace-api/media/ |
A D | fdl-appendix.rst | 52 .. _fdl-modified: 191 You may copy and distribute a :ref:`Modified Version <fdl-modified>` 211 modifications in the :ref:`Modified Version <fdl-modified>`, 218 publisher of the :ref:`Modified Version <fdl-modified>`, as the 232 :ref:`Modified Version <fdl-modified>` under the terms of this 247 of the :ref:`Modified Version <fdl-modified>` as given on the 278 included in the :ref:`Modified Version <fdl-modified>`. 284 If the :ref:`Modified Version <fdl-modified>` includes new 295 :ref:`Modified Version <fdl-modified>` by various parties--for 303 :ref:`Modified Version <fdl-modified>`. Only one passage of [all …]
|
/linux/Documentation/ABI/testing/ |
A D | sysfs-driver-samsung-laptop | 6 that can be modified by a function key, and by this 27 Description: Max battery charge level can be modified, battery cycle
|
/linux/drivers/iio/gyro/ |
A D | hid-sensor-gyro-3d.c | 53 .modified = 1, 63 .modified = 1, 73 .modified = 1,
|
/linux/drivers/iio/dummy/ |
A D | iio_simple_dummy.c | 200 .modified = 1, 248 .modified = 1, 259 .modified = 1,
|
/linux/drivers/iio/orientation/ |
A D | hid-sensor-incl-3d.c | 56 .modified = 1, 66 .modified = 1, 76 .modified = 1,
|
/linux/arch/arm64/boot/dts/xilinx/ |
A D | zynqmp-sck-kv-g-revA.dts | 8 * "A" – A01 board un-modified (NXP) 9 * "Y" – A01 board modified with legacy interposer (Nexperia) 10 * "Z" – A01 board modified with Diode interposer
|
/linux/Documentation/process/ |
A D | submit-checklist.rst | 20 a) with applicable or modified ``CONFIG`` options ``=y``, ``=m``, and 44 6) Any new or modified ``CONFIG`` options do not muck up the config menu and 113 24) If your modified source code depends on or uses any of the kernel
|
/linux/scripts/kconfig/lxdialog/ |
A D | BIG.FAT.WARNING | 2 significantly modified from the original. It is for use by the Linux
|
/linux/arch/m68k/ifpsp060/ |
A D | README | 24 so long as this entire notice is retained without alteration in any modified and/or 25 redistributed versions, and that such modified versions are clearly identified as such.
|
/linux/drivers/iio/temperature/ |
A D | mlx90614.c | 379 .modified = 1, 387 .modified = 1, 398 .modified = 1,
|
/linux/fs/exfat/ |
A D | inode.c | 108 int ret, modified = false; in exfat_map_cluster() local 200 modified = true; in exfat_map_cluster() 210 modified = true; in exfat_map_cluster() 220 if (ei->dir.dir != DIR_DELETED && modified) { in exfat_map_cluster()
|
/linux/drivers/net/ethernet/netronome/nfp/nfpcore/ |
A D | nfp_nsp.c | 135 bool modified; member 184 return state->modified; in nfp_nsp_config_modified() 187 void nfp_nsp_config_set_modified(struct nfp_nsp *state, bool modified) in nfp_nsp_config_set_modified() argument 189 state->modified = modified; in nfp_nsp_config_set_modified()
|
/linux/drivers/iio/common/ssp_sensors/ |
A D | ssp_iio_sensor.h | 8 .modified = 1,\
|